Skip to content

Releases: glencoesoftware/omero2pandas

v0.3.0

26 Aug 15:13
v0.3.0
b52085b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.3.0

v0.2.1

09 Feb 15:10
v0.2.1
1471036
Compare
Choose a tag to compare
  • 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

17 Nov 12:36
v0.2.0
347abdb
Compare
Choose a tag to compare
  • (#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