Releases: GReD-Clermont/simple-omero-client
Releases · GReD-Clermont/simple-omero-client
5.12.3
5.12.2
5.12.1
5.12.0
5.11.1
5.11.0
5.10.0
5.9.3
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
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
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