Skip to content

Releases: elephant-track/elephant-client

v0.7.0

10 Feb 15:06
Compare
Choose a tag to compare
[maven-release-plugin] copy for tag v0.7.0

v0.6.0

10 Feb 15:04
Compare
Choose a tag to compare
[maven-release-plugin] copy for tag v0.6.0

v0.5.0

08 Feb 03:06
Compare
Choose a tag to compare

Release Notes

  • Make ELEPHANT compatible with mastodon 1.0.0-beta-27

v0.4.4

02 Dec 14:16
Compare
Choose a tag to compare

Release Notes

  • Ignore ElephantExtra in the compile phase

v0.4.3

09 Jul 10:09
Compare
Choose a tag to compare

Release Notes

  • Fix and update BackTrackAction
  • Make SpotStruct public

v0.4.2

09 Jul 10:08
Compare
Choose a tag to compare

Release Notes

  • Update dependency versions
    • pom-scijava: 31.1.0 > 33.2.0
    • mastodon: 1.0.0-beta-21 > 1.0.0-beta-26
    • bigdataviewer-core: 10.4.3
  • Fix style manager classes having moved from mastodon to bdv-core.
  • Fix StyleElements having changed package in Mastodon beta-26.
  • Add MamutViewBdvWrapper, making it compatible with the latest version of Mastodon beta-26.

v0.4.1

19 Jun 11:30
Compare
Choose a tag to compare

Release Notes

  • Update Maven dependencies

    zip4j up to 2.9.1 can throw various uncaught exceptions while parsing a specially crafted ZIP file, which could result in an application crash. This could be used to mount a denial of service attack against services that use zip4j library.

v0.4.0

19 Jun 11:28
Compare
Choose a tag to compare

Release Notes

  • Update Logger
    • use SciJava log ecosystem instead of the custom one
    • update LoggerMixin
    • update ShowLogWindowAction
  • Update REST requests to catch up with the latest APIs
  • Update API requests for label update
    • include the key use_memmap
  • Update ShowLogWindowAction
    • show SwingConsolePane and bring its frame to front
  • Implement rescale in processing
    • implement rescale in processing (training & prediction)
    • update endpoint names
  • Implement inputSize parameter
    • input size can be modified at runtime
  • Implement exporting ID map
    • used for the further analysis (e.g. napari-clusters-plotter plugin)
  • Get useInterpolation back
    • use interpolation option becomes available
  • Support partitioned h5
    • add support for partitioned h5 files

v0.4.0-dev

14 Feb 22:04
Compare
Choose a tag to compare
v0.4.0-dev Pre-release
Pre-release

Release Notes

  • Update Logger
    • use SciJava log ecosystem instead of the custom one
    • update LoggerMixin
    • update ShowLogWindowAction
  • update REST requests to catch up with the latest APIs

v0.3.1

14 Feb 20:55
Compare
Choose a tag to compare

Release Notes

  • Prevent reset model during live mode