RELEASE_HISTORY.txt 1.2 KB

123456789101112131415161718192021222324
  1. 1.1.0 Mesh boolean operations using CGAL and cork, implementing [Attene 14]
  2. 1.0.3 Bone heat method
  3. 1.0.2 Bug fix in winding number code
  4. 1.0.1 Bug fixes and more CGAL support
  5. 1.0.0 Major beta release: many renames, tutorial, triangle wrapper, org. build
  6. 0.4.6 Generalized Winding Numbers
  7. 0.4.5 CGAL extra: mesh selfintersection
  8. 0.4.4 STL file format support
  9. 0.4.3 ARAP implementation
  10. 0.4.1 Migrated much of the FAST code including extra for Sifakis' 3x3 svd
  11. 0.4.0 Release under MPL2 license
  12. 0.3.7 Embree2.0 support
  13. 0.3.6 boost extra, patches, mosek 7 support, libiglbbw (mosek optional)
  14. 0.3.5 More examples, naive primitive sorting
  15. 0.3.3 Many more examples, ambient occlusion with Embree.
  16. 0.3.1 Linearly dependent constraints in min_quad_with_fixed, SparseQR buggy
  17. 0.3.0 Better active set method support
  18. 0.2.3 More explicits, active set method, opengl/anttweakbar guards
  19. 0.2.2 More explicit instanciations, faster sorts and uniques
  20. 0.2.1 Bug fixes in barycenter and doublearea found by Martin Bisson
  21. 0.2.0 XML serializer more stable and fixed bug in remove_duplicate_vertices
  22. 0.1.8 Embree and xml (windows only) extras
  23. 0.1.5 Compilation on windows, bug fix for compilation with cygwin
  24. 0.1.1 Alpha release with core functions, extras, examples