All Versions
11
Latest Version
Avg Release Cycle
87 days
Latest Release
1245 days ago

Changelog History
Page 1

  • v0.90-RC2

    November 22, 2020
  • v0.90-RC1

    September 07, 2020
  • v0.90-rc1

    August 28, 2020
  • v0.18.0 Changes

    March 06, 2020

    πŸš€ Release highlights

    • πŸ‘Œ Support for Tetrahedral meshes, Statistical models of tetrahedral meshes as well as intensity models
    • Functionality for decimating the number of vertices in StatisticalMeshModels and TriangleMeshes
    • Greatly improved efficiency for computing PCA Models from large datasets with the possibility to specify a given accuracy of the computations
    • Possibility to write deformation models
    • πŸ†• New variant of the Metropolis-Hastings algorithm with efficiency improvement on multicore systems through prefetching

    πŸ’₯ Breaking changes

    • The class ScalarImage now takes the scalar type as a type parameter

    Contributors

    πŸš€ The following people contributed to this release:

    • Andreas Forster
    • Dana Rahbani
    • Jean-Rassaire Fouefack
    • Patrick Kahr
    • Dennis Madsen
    • Sandro SchΓΆnborn
    • Thomas Gerig
    • Marcel LΓΌthi

    πŸ”€ Use git shortlog v0.17.0..v0.18.0 --no-merges for a detailed overview of the individual commits

    Obtaining Scalismo

    In order to use this version of Scalismo, bump the Scalismo version in your sbt-based project.

  • v0.18-RC1

    February 14, 2020
  • v0.18-M1

    November 21, 2019
  • v0.17.2

    July 25, 2019
  • v0.17.1

    April 08, 2019
  • v0.17.0 Changes

    February 22, 2019

    πŸš€ Release highlights

    • πŸ†• New datastructure VertexColorMesh3D, which represents a triangle mesh with vertex colors
    • Added reader/writer for ply mesh format
    • πŸ†• New approximation method for computing a low-rank Gaussian process, based on the Pivoted Cholesky decomposition.
    • πŸ“‡ Renamed Vector to EuclideanVector, in order to avoid name clashes with Scala's vector class

    πŸ’₯ Breaking changes

    The class Vector was renamed to EuclideanVector. The same applies to the concrete instances such as Vector1D, Vector2D and Vector3D. A simple search/replace will make everything work again.

    πŸ›  Bugfixes and minor changes

    • πŸ†• New object StatisticalModelIO with more intuitive names for reading/writing IO (fixes #249)
    • πŸ›  Correct computation of closest point for degenerated triangles (fixes #262)
    • πŸ›  Computation of mesh metric based on closest point to surface rather than closest vertex (fixes #252)
    • πŸ›  Made Domain of DiscreteScalarField contravariant (fixes #241)
    • πŸ›  Fixed various warnings

    Contributors

    πŸš€ The following people contributed to this release:

    • πŸ›  Andreas Morel-Forster (several bugfixes)
    • πŸ›  Dennis Madsen (Bugfix Meshmetrics (#253)
    • Ghazi Bouabene (Vertexcolormesh3D and PLY readers/writer (#244))
    • πŸ›  Marcel LΓΌthi (Approximation method for GPs (based on work by T Gerig, #246), several bugfixes)

    πŸ”€ Use git shortlog v0.16.0..v0.17.0 --no-merges for a detailed overview of the individual commits

    Obtaining Scalismo

    In order to use this version of Scalismo, bump the Scalismo version in your sbt-based project.

  • v0.17-RC1

    February 08, 2019