- Fix
import --log/--err
with bulk import (#223)
-
API changes:
-
Other fixes and updates:
- Doc: escape quotes in "Default:" sections (#185)
- Doc: List preferred conda installation first (#190)
- Fix: pass OMERODIR to processor (#197)
- Fix: Improve error message for 'fs usage' (#192)
- Fix: Get file size for download (#181)
- travis jobs: enable Windows (#134)
CmdError
: implement__str__
(#151)- tables: call delete callback (#152)
- fix doc (#170)
- Add show-uuid option to
sessions who
(#174) omero db password
should be a string (#175)- Extend output of
omero version
(#176) - Improve PyYAML error message (#177)
- Remove
bin/omero
andlib/python
(#157) - Bump Blitz version 5.5.5 (#158)
- Processor passes locale to subprocess (#150)
omero.client
ensures args is not None (#149)- Ignore
OMERO_HOME
with warning (#148) - Retry flaky tests up to five times (#144)
- Disable new
testLoadGlob
whenOMERODIR
not set (#140) - Add numpy to requirements (#139)
admin.py
: handle errors ingetdirsize
(#135)- Fix tables
StringColumn
for strings containing Unicode characters (#143) - 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
andgetObjects
- Fixes primarily focused on byte return types
- Activate Python 3.5 testing (#68)
- Add
devtarget
for developer friendliness (#33, #55) - Remove more web vestiges (#26)
omero.gateway.FileAnnotationWrapper.getFileInChunks
returns bytesomero.gateway.ImageWrapper.exportOmeTiff
returns bytesomero.gateway.BlitzGateawy.createOriginalFileFromFileObj
takesBytesIO
- 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