Skip to content

Releases: bonej-org/BoneJ2

styloid-r8

13 Nov 14:15
Compare
Choose a tag to compare
  • Improve the user experience with Ellipsoid Factor
  • Bug fixes and performance improvements to Particle Analyser
  • Update to use scijava 29.2.1 and the versions of dependencies that it specifies

styloid-r7

15 Jun 09:56
Compare
Choose a tag to compare

Fixes bugs in Particle Analyser and Purify that resulted from lack of explicit handling of background

styloid-r6

08 Jun 07:10
Compare
Choose a tag to compare
  • Fixes a bug in the Analyse Skeleton wrapper that caused some detailed output on branch lengths to be uncalibrated (#256 )
  • Update URLs to use HTTPS
  • Remove stale URLs in Javadoc
  • Tidy up URLs e.g. dx.doi.org -> doi.org

styloid-r5

14 May 13:43
Compare
Choose a tag to compare
  • code tidy-up
  • better handling of dimensions in some Modern plugins
  • more tests
  • finer-grained version reporting for usage analytics

styloid-r4

05 May 04:12
Compare
Choose a tag to compare
  • Particle Analyser: Feret maximum points' coordinates added to Results table and 3D display
  • Fixes a bug that prevented Ellipsoid Factor from being recorded by the Macro Recorder

styloid-r3

23 Apr 03:10
Compare
Choose a tag to compare
  • Adds the option to have detailed eigenvector elements included in the Results table for Moments of Inertia

styloid-r2

20 Apr 01:31
Compare
Choose a tag to compare
  • Speed improvements to Particle Analyser's particle labelling step

Java's inbuild HashSet<Integer> was used heavily to record collisions between partial labels, and has been replaced by the faster and more memory-efficient IntHashSet from Eclipse Collections. In testing it results in about 20% overall speedup to particle labelling.

styloid-r1

14 Apr 02:27
Compare
Choose a tag to compare
  • Adds a progress bar to Ellipsoid Factor
  • Code style improvements
  • Additional tests for Anisotropy

styloid

25 Mar 03:25
Compare
Choose a tag to compare

First user ready release of BoneJ2

Fixes numerous performance and algorithmic problems found during the -experimental phase.

  • Ellipsoid Factor samples ellipsoids more randomly, ensuring that smaller features are better fitted
  • Anisotropy uses every pixel in the volume and uses equal probe length in all directions
  • Particle Analyser is much faster and adds branch length measurement
  • Moments is more multithreaded and faster

Improve and fix ParticleCounter

17 Apr 16:40
Compare
Choose a tag to compare

Fixes #170
Additional option to colour particles by orientation