ome / omero-py

Python project containing Ice remoting code for OMERO
https://www.openmicroscopy.org/omero
GNU General Public License v2.0
20 stars 33 forks source link

Changelog notes for 5.8.0 #248

Closed manics closed 4 years ago

manics commented 4 years ago

Includes unmerged PR:

Pending PRs:

manics commented 4 years ago

Something to include in the announcment:

This release includes two new features:

  • omero import will automatically download jars if they're missing. This means it is no longer necessary to download OMERO.server or set OMERODIR to obtain the required libraries.
  • Initial work on using standard operating system user configuration directories using the appdirs module instead of ~/omero. This is the default for the new cache directory introduced in this release. The default user directory remains ~/omero unless explicitly enabled. The new behaviour will become the default in 6.0.0.
jburel commented 4 years ago

This PR https://github.com/ome/omero-py/pull/251 is also a good candidate for 5.8.0

manics commented 4 years ago

This is ready for release

joshmoore commented 4 years ago

:tada: Enjoy.