- Add
bin/omero load --glob
support (#137) - Drop hdfstorageV1 (#136)
- Require OMERODIR to be set (#14)
- Fix Windows build (#132)
- Fix 'config parse' command (#130)
- Rename deprecated plugins (#124)
- Activate all unit tests (#122)
- Fix batch file annotation (#127)
- Declare Pillow as a mandatory dependency of omero-py (#128)
- Move external path module under
omero_ext
namespace (#123)
- Fix pyinotify for DropBox (#119)
- Fix DB creation script (#110)
- Fix tables and getObjects
- Fixes primarily focused on byte return types
- omero.gateway.FileAnnotationWrapper.getFileInChunks returns bytes
- omero.gateway.ImageWrapper.exportOmeTiff returns bytes
- omero.gateway.BlitzGateawy.createOriginalFileFromFileObj takes BytesIO
- several return values should now be wrapped by BytesIO:
- image.renderSplitChannel()
- image.renderBirdsEyeView()
- image.renderJpegRegion()
- image.renderJpeg()
rlong
instances now require explicit mapping:omero_type(longValue)
defaults torint
omero.rtypes.wrap(longValue)
defaults torint
- Even more Python 3 fixes
- Activate Python 3.5 testing (#68)
- Numerous Python3 fixes
- Add
devtarget
for developer friendliness (#33, #55 - Remove more web vestiges (#26)
- Use omero-blitz 5.5.4 (#24)
- Fix unit tests (#10, #17)
- Improve PyPI deployment, add README, etc. (#6)
- Remove web.py (#5)
- Extract code from ome/openmicroscopy
- Make minimal changes for a functioning
python setup.py
(#1)