Hello everyone,
The Deformetrica team is proud to announce that version 4.2.0 is now officially released and ready for download on
anaconda ! 🍾
A lot has happened since the last Deformetrica release. Here are a few of the major changes:
- Performance improvements to all models
- Multi-processing and multi-gpu to deterministic atlas and longitudinal atlas models
- Dependencies update (Pytorch 1.0, Pykeops 1.0, ...)
- VTK reader
- Python 3.7 compliant
- Added the MCMC-SAEM estimator along with the longitudinal atlas model
- Bug fixes
The full
CHANGELOG can be found on our gitlab repository.
New Gitlab.com repository
As you might have noticed from the link above, we have migrated our repository to
Gitlab.com. This implies a small change to your git remote if you have cloned the repository.
You may update your git remotes by using the following command:
git remote set-url origin git@gitlab.com:icm-institute/aramislab/deformetrica.git
You can check that the previous command has been effectively applied by running:
Try the API online !
An online Python notebook is now available on
Google colab. This enables anyone to try out Deformetrica's python API directly within a online Python notebook without having to install anything on your computer ! A little bonus is that GPU acceleration is available using Nvidia Tesla K80 cards ! Keep in mind that long running instances can by shutdown by Google. This should only be used for testing.
Documentation
Our documentation has been updated. You can view the wiki
here.
Any constructive feedback is welcome.
You can continue using this dedicated Google groups for questions or submit an issues using our
Gitlab issue tracker.
The Deformetrica team