Releases: ome/omero-cli-transfer
Releases · ome/omero-cli-transfer
1.1.0 - raising error for failed downloads, changing image IDs in Figures, packing lists of objects, fixing empty image names
1.1.0 - raising error for failed downloads, changing image IDs in Figures, packing lists of objects, fixing empty image names
Latest
What's Changed
- raising a
NonzeroReturnCode
when download fails by @erickmartins in #81 - Making reference to image IDs not contained in a pack negative in Figures by @erickmartins in #84
- packing list of objects by @erickmartins in #85
- Readme update, test infra update by @erickmartins in #86
- using updated pytest interface by @erickmartins in #90
- dealing with empty
image.name
returned byshowinf
inprepare
(also updating dependencies) by @erickmartins in #91
Full Changelog: 1.0.1...1.1.0
1.0.1 - see 1.0.0
This is the same as 1.0.0, but for PyPI purposes
1.0.0 - Figures, plugin interface, --binaries option, XML schemas
NOTE: THIS IS A BREAKING CHANGE. Things pack
ed with versions <1.0.0 won't be unpack
ed with 1.0.0, and vice-versa.
What's Changed
- Packing and unpacking figures by @erickmartins in #67
- migrate to Docker Compose V2 using 'docker compose' by @govekk in #70
- Added plugin interface for external packers by @cmohl2013 in #73
- Update infra by @jburel in #75
- adds a --binaries option to pack by @glyg in #72
- Changing from negative-id
CommentAnnotations
andMapAnnotations
toXMLAnnotations
for non-OME data model info by @erickmartins in #74 - sets action to "published" so it runs on prereleases by @erickmartins in #80
New Contributors
- @govekk made their first contribution in #70
- @cmohl2013 made their first contribution in #73
- @glyg made their first contribution in #72
Full Changelog: 0.8.0...1.0.0
1.0.0rc1 - Figures, plugin interface, --binaries option, XML schemas
NOTE: THIS IS A BREAKING CHANGE. Things pack
ed with versions <1.0.0 won't be unpack
ed with 1.0.0, and vice-versa.
Since there are a number of significant changes, this is a release candidate to allow folks time for testing and making sure their workflows are compatible with 1.0.0 when it comes out.
What's Changed
- Packing and unpacking figures by @erickmartins in #67
- migrate to Docker Compose V2 using 'docker compose' by @govekk in #70
- Added plugin interface for external packers by @cmohl2013 in #73
- Update infra by @jburel in #75
- adds a --metadata-only option to pack by @glyg in #72
- Changing from negative-id
CommentAnnotations
andMapAnnotations
toXMLAnnotations
for non-OME data model info by @erickmartins in #74 - sets action to "published" so it runs on prereleases by @erickmartins in #80
New Contributors
- @govekk made their first contribution in #70
- @cmohl2013 made their first contribution in #73
- @glyg made their first contribution in #72
Full Changelog: 0.8.0...1.0.0rc1
0.8.0 - new `--simple` option in `pack`
0.7.3 - updating ome_types version
0.7.2 - using relative filepaths for `--filelist` optional argument
What's Changed
- using relative paths for
--filelist
as well by @erickmartins in #61
Full Changelog: 0.7.1...0.7.2
0.7.1 - fixing `prepare` to use relative filepaths
What's Changed
- Fix typo in README.md (forge not force, and single =) by @psobolewskiPhD in #58
- prepare now uses relative paths by @erickmartins in #60
New Contributors
- @psobolewskiPhD made their first contribution in #58
Full Changelog: 0.7.0...0.7.1
0.7.0 - added `--merge` to `unpack
0.6.0 - added `filelist` option to `prepare`
What's Changed
prepare
can take a filelist instead of folder path by @erickmartins in #55
Full Changelog: 0.5.0...0.6.0