Releases: glencoesoftware/omero2pandas
Releases · glencoesoftware/omero2pandas
v0.3.0
What's Changed
- Handle NaN values in String columns correctly by @DavidStirling in #11
- Return FileAnnotation ID when creating table, not OriginalFile ID by @DavidStirling in #13
- Use connection manager for keepalives by @DavidStirling in #20
- Support CSV inputs for uploader, link to multiple objects by @DavidStirling in #19
Full Changelog: v0.2.0...v0.3.0
v0.2.1
- Fixed a bug when uploading tables with string columns containing missing values
upload_table
now returns the FileAnnotation ID as documented, not the OriginalFile ID
Full Changelog: v0.2.0...v0.2.1
v0.2.0
- (#7) Improved validation and error messages when trying to download files which aren't OMERO tables.
- (#8) Added support for PyTables query syntax (see docs). This makes it possible to selectively download table data.
- (#9) Fixed a bug where OMERO sessions would be closed when supplying an existing connector object to
read_table
. - (#10) Added support for attaching tables to Project and Screen objects