Skip to content

Latest commit

 

History

History
118 lines (81 loc) · 3.98 KB

CHANGES.md

File metadata and controls

118 lines (81 loc) · 3.98 KB

CHANGES

0.8.1

  • Fix thumbnail generation with missing rendering definition #64
  • Remove future dependency #63
  • Remove mox3 dependency #60
  • Remove custom PyTest command #61
  • Update GitHub actions #57

0.8.0

  • Add new omero render get command #56
  • Also print image ID in omero test command #51

0.7.0

  • Add support for setting min/max rendering values #53

0.6.2

  • Ensure rendering service is closed for info subcommand #47

0.6.1

  • Improve version detection logic #44

0.6.0

  • Also set rendering setting (colors, windows) for disabled channels #43

0.5.1

  • Fix channel re-activation when render set is passed without --disable #40
  • Fix REAMDE and usage #41

0.5.0

  • Upgrade to Python 3 and consume new omero-py project #31 #32 #37 #38
  • Refactor rendering settings parsing #34

0.4.3

  • Actively close rendering services when applying render set to a collection of images #29

0.4.2

  • Declare PyYAML as a package dependency #28

0.4.1

  • Make output of render info --style yaml subcommand yamllint compliant #26 #27

0.4.0

  • Drop Python 2.6 support #17
  • CLI render version 2: use start/end for setting channel rendering window instead of min/max #15 #22
  • CLI render version 2: add support for settings default z/t planes #23 #24
  • Add logic for render version detection logic #20
  • Review integration tests #21

0.3.1

  • Add --disable option to render set #9
  • Close services #13

0.3.0

  • Remove --copy flag of render set #8
  • Fix auto-disabling of channels if not specified in the YML/JSON #8
  • Improve command-line documentation #8

0.2.0

  • Rename render edit subcommand as render set and deprecate it #7
  • Fix render info subcommand #7
  • Allow rendering settings to be set at the Project/Dataset level #7

0.1.1

  • Use cross-group querying and improve documentation of render test #6

0.1.0

  • Extraction of the CLI render plugin from the openmicroscopy/openmicroscopy
  • Initial PyPI release