Releases: TheJacksonLaboratory/ezomero
Releases · TheJacksonLaboratory/ezomero
3.1.0 - HCS getters, annotation ID option in getters, list of values in map-annotations, README instructions improved
3.1.0 - HCS getters, annotation ID option in getters, list of values in map-annotations, README instructions improved
Latest
What's Changed
- Getters for High-Content-Screening by @Tom-TBT in #101
- [Maint] Give default actions token (GITHUB_TOKEN) permissions to write by @psobolewskiPhD in #107
- Clarifying installation instructions on README by @erickmartins in #111
- [Docs] Update README.md to add link to Glencoes wheels post by @psobolewskiPhD in #113
- Implementation of annotation ID option in objects getters by @Tom-TBT in #108
- use docker compose v2 on actions by @erickmartins in #114
- Map annotation enhancement; list of values possible by @JensWendt in #112
- updated versions of GH actions by @erickmartins in #115
New Contributors
- @psobolewskiPhD made their first contribution in #107
- @JensWendt made their first contribution in #112
Full Changelog: 3.0.1...3.1.0
3.0.1 - changing dependency pinning
This release has been fast-forwarded to deal with a Windows regression on omero-py==5.19.0
.
What's Changed
- pinning to versions of omero-py that have been tested by @erickmartins in #104
Full Changelog: 3.0.0...3.0.1
3.0.0 - dependency updates, DOI, orphan `FileAnotation`s, import options
This is a relatively minor change for a major release - the change in post_file_annotation changes the function signature (and therefore is a breaking API change), so I decided to make it a major release to be on the safe side.
Full Changelog: 2.1.0...3.0.0
What's Changed
- Doi and numpy by @erickmartins in #85
- fixing leftover datasets when
post_dataset
fails to link it to a project by @erickmartins in #87 - updating omero-py version by @erickmartins in #91
- changed list of points to be space-separated by @erickmartins in #93
post_file_annotation
can now create orphanedFileAnnotation
s by @erickmartins in #92- updated omero-py version by @erickmartins in #94
- Added development instructions to readme by @Tom-TBT in #102
- made Importer `zarr´ compatible by @jo-mueller in #99
New Contributors
- @Tom-TBT made their first contribution in #102
- @jo-mueller made their first contribution in #99
Full Changelog: 2.1.0...3.0.0
2.1.0 - new description and comment annotation functions
What's Changed
put_description
implemented by @erickmartins in #78- adds
get_comment_annotation_ids
,get_comment_annotation
,post_comment_annotation
by @erickmartins in #79 - fixed typo that set fill color instead of stroke color by @govekk in #82
Full Changelog: 2.0.0...2.1.0
ezomero 2.0.0 - many small fixes, API change on `Shape`s
PR #69 breaks backwards compatibility, so 2.0 it is!
What's Changed
- defaults for shape colors and width (plus cleanup) by @erickmartins in #64
- changed license to GPLv2 by @erickmartins in #70
- moving
fill_color
,stroke_color
andstroke_width
to beShape
attributes by @erickmartins in #69 - Removed 'from attr import dataclass' from tests by @govekk in #72
- Fix duplicate documentation (Issue 68) by @govekk in #71
- bump to 5.13.1, fix for SSL by @erickmartins in #76
New Contributors
Full Changelog: 1.2.1...2.0.0
1.2.1 - bugfix for import errors
What's Changed
- quick fix for pandas types on function signatures by @erickmartins in #61
Full Changelog: 1.2.0...1.2.1
1.2.0 - added support to tables and type hints
What's Changed
- Adding support to tables by @erickmartins in #58
- Typed functions by @erickmartins in #60
Full Changelog: 1.1.1...1.2.0
ezomero 1.1.1 - fixes `ezimport` on Windows, adds tests to `ezimport`
What's Changed
- fixing imports with weird chars in path by @erickmartins in #56
- Adding tests to
ezimport
by @erickmartins in #57
Full Changelog: 1.1.0...1.1.1
ezomero 1.1.0 - extra ID functions, experimental import
What's Changed
- Get id functions (
get_project_ids
,get_dataset_ids
) by @erickmartins in #51 - adding EXPERIMENTAL
ezomero.ezimport
by @erickmartins in #52
Full Changelog: 1.0.1...1.1.0
ezomero 1.0.1 - a few extra ROI types
What's Changed
- Added new ROI types (
Label
,Polyline
) and extendedLine
to allow start/end markers by @erickmartins in #50
Full Changelog: 1.0.0...1.0.1