Skip to content

Releases: GReD-Clermont/simple-omero-client

5.12.3

06 Apr 12:39
b3021a8
Compare
Choose a tag to compare

What's Changed

  • Documentation for #57
  • Bugfix for #56
  • Bugfix for another possible null value in PlaneInfoWrapper
  • Bugfix for namespace being set from the name for tags

Full Changelog: 5.12.2...5.12.3

5.12.2

10 Mar 14:45
9442f4a
Compare
Choose a tag to compare

What's Changed

  • Bugfix for issue #54 in PR #55

Full Changelog: 5.12.1...5.12.2

5.12.1

01 Mar 00:31
3c370a1
Compare
Choose a tag to compare

What's Changed

  • Fix copyAnnotationLinks for folders and plate acquisitions in #52

Full Changelog: 5.12.0...5.12.1

5.12.0

27 Feb 00:23
1d90cc0
Compare
Choose a tag to compare

What's Changed

  • 5.12.0 in #50
    • Add AnnotatableWrapper
    • Make ROIs and shapes annotatable
    • Change exception handling
  • Add "IMAGE_ID" property to ImagePlus
  • Add checks for ImageJ version

Full Changelog: 5.11.1...5.12.0

5.11.1

25 Feb 09:40
Compare
Choose a tag to compare

What's Changed

  • Fix ROIWrapper::ijNameProperty

Full Changelog: 5.11.0...5.11.1

5.11.0

23 Feb 23:10
a7b918b
Compare
Choose a tag to compare

What's Changed

  • 5.11.0 in #48

Full Changelog: 5.10.0...5.11.0

5.10.0

08 Feb 23:43
a956dab
Compare
Choose a tag to compare

What's Changed

Full Changelog: 5.9.3...5.10.0

5.9.3

20 Jan 07:03
0c4e803
Compare
Choose a tag to compare

What's Changed

  • Add CodeQL workflow for GitHub code scanning by @lgtm-com in #42
  • Bump SciJava version
  • Update versions used by maven.yml
  • Add PlaneInfoWrapper class and set image origin in IJ calibration
  • Add setName method to ROIWrapper and use values from the IJ_Property as names
  • Change default values for shape colors
  • Add setFill to ShapeWrapper
  • Compute interval from deltaT
  • Add new dependency to pom.xml (ome-xml)
  • Add new dependency check in LibraryChecker
  • Remove useless final modifiers
  • CodeQL fixes (#43)
  • Replace instanceof with reflection in ShapeList
  • Check NumberFormatException
  • Refactor and improve TableWrapper tests
  • Improve setUp/cleanUp for IJ table tests
  • Rename variables

New Contributors

  • @lgtm-com made their first contribution in #42

Full Changelog: 5.9.2...5.9.3

5.9.2

31 Aug 20:27
a745816
Compare
Choose a tag to compare

What's Changed

  • Switch to pom-scijava 32.0.0
  • Switch to JUnit5
  • Send output from tests to target/logs
  • Change setup to JDK 8
  • Add methods to create a screen and refactor code to import images to screens
  • Add method addAndReplaceTable (#32)
  • Add test for addAndReplaceTable
  • Make Client constructor with arguments public (#34)
  • Add methods to retrieve well, plate and screen from an image (#35)
  • Add LibraryChecker utility class to check if required libraries are available (#36)
  • Make specific tests for LibraryChecker
  • Add time increment to ImagePlus and set the position to the first slice
  • Use float coordinates for IJ ROI conversion
  • Split ImageTest
  • Simplify key/value tests in ImageTest
  • Prevent GatewayWrapper from containing null fields
  • Override toString method in GatewayWrapper and add server information to context
  • Change disconnect method so that a sudo client does not disconnect the gateway
  • Replace System.err.println with logger
  • Add tests
  • Add serialVersionUID to classes that require it
  • Fix and improve Javadoc
  • Rename some variables
  • Minor code improvements

Full Changelog: 5.9.1...5.9.2

5.9.1

30 May 09:44
67f7050
Compare
Choose a tag to compare

What's Changed

  • Fix ChannelWrapper#getColor when RGBA values are missing (defaults to white)
  • Add method to copy annotation links from a different repository object
  • Add method to check if image is orphaned
  • Add method to retrieve images from the same fileset from an image, if applicable
  • Add method to count annotation links
  • Add method to retrieve images using the project, dataset and images name (#24)
  • Add method to replace previous images with the same name in a dataset during import (#25), while keeping all annotation links and ROIs
  • Add method to replace previous attachments with the same name (#25)
  • Add methods to retrieve datasets from images and projects from datasets by @Rdornier in #28

Full Changelog: 5.9.0...5.9.1