Skip to content

Releases: mehta-lab/waveorder

2.2.0rc0

16 Jul 17:07
v2.2.0rc0
3573180
Compare
Choose a tag to compare
2.2.0rc0 Pre-release
Pre-release

2.2.0 release candidate.

This release features phase reconstruction that is invariant to voxel size (#164).

What's Changed

Full Changelog: 2.1.0...v2.2.0rc0

2.1.0

12 Mar 17:04
af3afeb
Compare
Choose a tag to compare

PTI documentation and example scripts release in preparation for PTI paper.

What's Changed

Full Changelog: 2.0.0...2.1.0

2.0.0

04 Mar 21:57
83bf24a
Compare
Choose a tag to compare

Overview

This major release of waveorder is a well-tested and stable version of phase, birefringence, and fluorescence simulation and reconstruction algorithms, now running in torch, with each reconstruction factored into an precalculation and an (typically less-expensive) reconstruction.

Key changes:

  • phase, birefringence, and fluorescence reconstruction use torch
  • these reconstructions are factored into an expensive precalculation and an inexpensive reconstruction
  • Key PTI reconstruction code paths are conserved through the refactor, with automated example scripts on synthetic data and one data-based jupyter notebook

What's Changed

Full Changelog: 1.0.0...2.0.0

1.0.0

19 Apr 19:17
afc7750
Compare
Choose a tag to compare

Overview

Ths first major release of waveorder is a well-tested and stable version of phase, birefringence, and fluorescence simulation and reconstruction algorithms.

Key changes
Since waveorder==1.0.0rc0, we have:

  • moved all I/O functionality to iohub.
  • curated and updated the /examples/ folder, and added the most important example scripts to CI/CD testing for maintenance through the upcoming refactoring.
  • added focus finding algorithms
  • dropped support for 3.7 and bumped to 3.8-3.10

What's Changed

New Contributors

Full Changelog: 1.0.0rc0...1.0.0