Skip to content

Releases: mehta-lab/waveorder

3.0.0a2

21 Oct 19:01
c6c9541

Choose a tag to compare

3.0.0a2 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 3.0.0a1...3.0.0a2

3.0.0a1

21 Oct 18:56

Choose a tag to compare

3.0.0a1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 3.0.0a0...3.0.0a1

3.0.0a0

27 May 22:20
57a2004

Choose a tag to compare

3.0.0a0 Pre-release
Pre-release

This release features the recOrder->waveorder merge and newly fixed 3D-to-2D phase reconstructions.

What's Changed

Full Changelog: 2.2.1...3.0.0a0

2.2.1

02 Apr 20:33
aa7050f

Choose a tag to compare

What's Changed

Full Changelog: 2.2.0...2.2.1

2.2.1b0

13 Mar 21:58
aa7050f

Choose a tag to compare

2.2.1b0 Pre-release
Pre-release

What's Changed

Full Changelog: 2.2.0...2.2.1b0

2.2.0

22 Dec 04:25
1451bf1

Choose a tag to compare

Vector optics birefringence reconstruction.

Release supports arxiv preprint.

What's Changed

Full Changelog: 2.1.0...2.2.0

2.2.0rc0

16 Jul 17:07
v2.2.0rc0
3573180

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

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

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

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