mdds 0.12.0 is now out

I’m happy to announce that mdds 0.12.0 is now out. You can download it from the project’s download page

https://code.google.com/p/multidimalgorithm/wiki/Downloads

The highlight of this release is mostly with the segment_tree data structure, where its value type previously only supported pointer types. Markus Mohrhard worked on removing that constraint from segment_tree so that you can now store values of arbitrary types just like you would expect from a template container.

Aside from that, there are some minor bug and build fixes. Users of the previous versions are encouraged to update to this version.