Skip to content

Releases: mehta-lab/VisCy

v0.2.1

06 Sep 18:35
v0.2.1
ac437af
Compare
Choose a tag to compare

Patch release to update README and example notebooks.

What's Changed

Full Changelog: v0.2.0...v0.2.1

VisCy 0.2.0

22 Aug 20:18
v0.2.0
baa4ee3
Compare
Choose a tag to compare

VisCy 0.2.0 adds the following features:

  • Application scripts for single-cell infection classification through semantic segmentation
  • Tutorial notebook that demonstrates the virtual staining pipeline
  • Test time augmentations in the virtual staining prediction writer
  • (Alpha) Experimental support for single-cell phenotyping through contrastive learning

This release maintains compatibility with the virtual staining model weights from the v0.1.0 release (download link).

What's Changed

New Contributors

Full Changelog: v0.1.1...v0.2.0

VisCy 0.2.0rc0

19 Jul 17:20
v0.2.0rc0
955da74
Compare
Choose a tag to compare
VisCy 0.2.0rc0 Pre-release
Pre-release

VisCy 0.2.0 adds the following features:

  • Application scripts for single-cell infection classification through semantic segmentation
  • Tutorial notebook that demonstrates the virtual staining pipeline
  • Test time augmentations in the virtual staining prediction writer

This release maintains compatibility with the virtual staining model weights from the v0.1.0 release (download link).

What's Changed

New Contributors

Full Changelog: v0.1.1...v0.2.0rc0

VisCy 0.1.1

28 Jun 18:38
v0.1.1
dde3e27
Compare
Choose a tag to compare

Patch release to update the README.

What's Changed

Full Changelog: v0.1.0...v0.1.1

VisCy 0.1.0

25 Jun 05:29
v0.1.0
2747e83
Compare
Choose a tag to compare

This is first release of VisCy, the machine learning pipeline to train and deploy computer vision models for single-cell phenotyping.

With 0.1.0 the following key features are available:

  • Training, evaluation, inference, and deployment of virtual staining models based on 2D Residual U-Net, 2.5D U-Net, 3D U-Net, and UNeXt2 architectures
  • Data module implementations for HCS OME-Zarr datasets, as well public test datasets like LiveCell and CTMC v1.
  • Composing datasets and transformations for training and validation
  • Distributed (DDP) training

The weights of the virtual staining models reported in the preprint can be found in the binaries section below.

What's Changed

Full Changelog: https://github.com/mehta-lab/VisCy/commits/v0.1.0