Skip to content

Scalismo release 0.92

Latest
Compare
Choose a tag to compare
@marcelluethi marcelluethi released this 04 Jul 08:48
· 7 commits to main since this release

This release is an step in making Scalismo future-proof. The most important change is that we no longer write Point Distribution Models as native HDF5 files, but use the more lightweight hdf5-json format. This made it possible to drop the dependency on the native hdf libraries. This also makes it possible to provide full support for Mac M1 and M2 processors.

Other notable changes

  • New method to join 2 triangle meshes
  • Replace spray-json dependency with ujson
  • Update to Scala 3.3.
  • Various bugfixes and usability improvements