> [!WARNING]
> This is a release candidate for testing.
VisCy 0.3.0 incorporates the representation learning task as a core feature.
Breaking change
The top-level CLI now supports both image translation and representation learning tasks. This required changes to configuration files. Concretely, `data` and `model` fields now require import paths to be specified. See the updated [examples](https://github.com/mehta-lab/VisCy/tree/v0.3.0rc0/examples/configs) for reference on migrating existing virtual staining configs.
What's Changed
* Add script to visualize effective receptive field by ziw-liu in https://github.com/mehta-lab/VisCy/pull/144
* adding VS hugginface demo by edyoshikun in https://github.com/mehta-lab/VisCy/pull/172
* Single-cell representation learning by ziw-liu in https://github.com/mehta-lab/VisCy/pull/153
* Vendor pad shape function by ziw-liu in https://github.com/mehta-lab/VisCy/pull/189
* Fix module name spelling by ziw-liu in https://github.com/mehta-lab/VisCy/pull/190
* Add new author to citation by ziw-liu in https://github.com/mehta-lab/VisCy/pull/188
* Add links to hosted files and napari-iohub wiki by ziw-liu in https://github.com/mehta-lab/VisCy/pull/192
* Bump MONAI to unpin NumPy by ziw-liu in https://github.com/mehta-lab/VisCy/pull/194
* Add badges to readme by ziw-liu in https://github.com/mehta-lab/VisCy/pull/197
* Simplify development installation by ziw-liu in https://github.com/mehta-lab/VisCy/pull/198
* Fix validation loss aggregation in VSUNet by ziw-liu in https://github.com/mehta-lab/VisCy/pull/202
* Expose prefetch_factor and persistent_worker for the HCS datamodule by edyoshikun in https://github.com/mehta-lab/VisCy/pull/203
**Full Changelog**: https://github.com/mehta-lab/VisCy/compare/v0.2.1...v0.3.0rc1