Releases: ome/omero-cli-transfer
Releases · ome/omero-cli-transfer
0.5.0 - experimental new subcommand `prepare`
What's Changed
- remove twine by @jburel in #44
- fix indentation by @jburel in #46
- licensing update by @erickmartins in #47
- Do not specify Python version by @jburel in #48
- EXPERIMENTAL addition of
omero transfer prepare
by @erickmartins in #52
New Contributors
Full Changelog: 0.4.0...0.5.0
0.4.0 - (very basic) RO-Crate support
0.3.3 - more bugfixes
0.3.2 - improved testing, bugfixes
What's Changed
- Better tests, fixing "dataset to plate" issue and ROI fill/strokecolors by @erickmartins in #37
Full Changelog: 0.3.1...0.3.2
Introducing type hints and bugfix for Plates/Screens
What's Changed
- Fix formatting of etc in README by @will-moore in #34
- Typed functions by @erickmartins in #36
- @will-moore made their first contribution in #34
New Contributors
Full Changelog: 0.3.0...0.3.1
0.3.0 - adds the optional `--metadata` and `--skip` arguments
What's Changed
- added import
--skip
options by @erickmartins in #30 - Adds
--metadata
options topack
andunpack
by @erickmartins in #31
Full Changelog: 0.2.3...0.3.0
0.2.3 - fixes failed unpacks when images auto-generate MapAnotations
What's Changed
- fixes imports that autogenerate annotations by @erickmartins in #28
Full Changelog: 0.2.2...0.2.3
fixes for md5 memory usage and partially failed imports
What's Changed
- Md5 fix for OOM errors and skipping failed/missing images by @erickmartins in #27
Full Changelog: 0.2.1...0.2.2
0.2.1 - export to Bioimage Archive
0.2.0 - changed to `tar` defaults, optional zip/folder packages
What's Changed
- Extra packing/unpacking options by @erickmartins in #23
- Changed default packaging to uncompressed tar;
- Added
--zip
optional argument to pack in case user wants a compressed zip; - Changed method to decompress zip files to
zipfile.extractall()
due to this - Added
--folder
optional argument to unpack so user can pass a folder post-unzipping if necessary.
Full Changelog: 0.1.1...0.2.0