Sébastien Besson
Sébastien Besson
Tags on this repository seem to generate duplicated builds with the latter being `Cancelled` with a `Duplicated build` error
Add a new top-level TABLES_MODULE variable used by the Tables template to start the new server. Functionally, this will need to be tested alongside a corresponding OMERO.py with the logic...
Initial step towards fixing #6225 All these properties are defined in OMERO.py so changing the default value in this file has no effect but allows for the configuration to be...
## Motivation OMERO is being deployed at institutional & national levels with many repositories in the order of 10-100s of TBs of data spanning over more than a decade. The...
This commit reviews the definitions to enforce that the inner chunk shape must have the same number of dimensions (rather than the same dimensions) as the shard shape with the...
Noticed while working on #2433, the cross-references for the OMERO properties are currently broken. Looking at the historical releases, this regression seems to have introduced during the migration to readthedocs....
Follow-up of https://github.com/ome/omero-py/pull/430, this issues aims to capture the current discrepancies in the `omero.grid.Table.read()` API with regards to the `start` and `end` parameters and some options to resolve them. Using...
Currently if the `omero.grid.Data` passed to `table.update()` has rowNumbers values outside the range of rows, the implementation will raise an IndexError which will be returned as an InternalException to the...
See https://github.com/ome/openmicroscopy/pull/6411#issuecomment-2346161017 and https://github.com/ome/openmicroscopy/pull/6412 for a related effort on the test front. This ports the contract of the `slice` API when either or `rowNumbers` or `colNumbers` is empty to the...
See https://github.com/ome/openmicroscopy/pull/6411#issuecomment-2346161017 for the initial motivation. The contract around the handling of empty inputs in the `omero.tables.slice` API is currently solely documented in the slice generated API documentation - see...