0.3.2
release-drafter
released this
16 Jun 19:21
·
53 commits
to refs/heads/master
since this release
🐛 Bug Fixes
Bug fix for model output format @elaubsch (#29)
This PR fixes a bug in assign_gene_identities
introduced by changes to the output of the SpotDetection
application.
Update image alignment functions and tests @elaubsch (#28)
This PR fixes a bug in align_images
and adds tests for this function.
🧰 Maintenance
Add unit tests for model and loss scripts @elaubsch (#32)
This PR adds unit tests for dotnet.py
, dotnet_losses.py
, and utils.py
. It also adds the "docs" badge to the README.
Update model version @elaubsch (#30)
This PR updates the version of the model used by the SpotDetection application.
📚️ Documentation
Add Read the Docs documentation @elaubsch (#31)
This PR adds Read the Docs documentation. This includes big changes to the docstrings for the majority of the functions in the package.