Skip to content

Releases: asoronow/belljar

Bell Jar v5.2.0-beta

28 Jul 21:58
Compare
Choose a tag to compare

Changelog

  • Fixed bug causing counts to fail with new alignments
  • Fixed bug with adjustments resulting in corrupted .pkl files
  • Adjustments also now work with new alignments
  • Registration method updated to include new initial affine transforms before the deformable step to increase the quality

Bell Jar v5.1.0-beta

26 Jul 23:18
Compare
Choose a tag to compare

Changelog

  • Alignments now also save your optimal alignment to your tissue folder in a human-readable format
  • Previous alignment values are reloaded each time you run the same tissue, provided the directory has not changed
  • Saved values are based on file name so they will be agnostic to removing or adding in new tissue as experimental datasets evolve

Major Issues

  • All older major versions (e.g. 4.x.x) produced annotations that are completely incompatible with future releases. Please only use v5.x.x moving forward

If you have any issues or requests please open an issue on Git Hub.

Bell Jar v5.0.0-beta

24 Jul 23:46
Compare
Choose a tag to compare

Change log

  • Added a new method for handling separated tissue
  • Fixed bug with intensity by region, causing it to get shifted values from annotations

Key

  • This version produces files not backwards compatible with any prior versions

Bell Jar v4.1.0-beta

20 Jul 21:53
Compare
Choose a tag to compare

Changelog

  • Added a new centering step to alignment to improve non-rigid transform performance
  • Switched Demons algorithm to FastSymetricForces to achieve better performance
  • Fixed bug causing warping to crash and spit out blank annotations

Key

  • The alignment step should now be significantly faster (~5 minutes per section)

Please open an issue if you encounter any problems or have feature requests.

Bell Jar 4.0.1-beta

14 Jul 23:38
Compare
Choose a tag to compare

Changelog

  • Fixed bug causing alignment to fail
  • Reduced iterations in alignment to speedup process
  • Included new affine step back into deformable step to increase accuracy

If you encounter any issues please open and issue here on Git Hub for the fastest response.

Bell Jar v3.5.1-beta

12 Apr 00:39
Compare
Choose a tag to compare
Bell Jar v3.5.1-beta Pre-release
Pre-release

Changelog

  • Major bug fix for TIFF images over 1GB, all routines now support large images
  • Proper version number now displayed from package directly
  • Intensity by region allows maps to be used to collect direct intensity data as ROIs instead of only cell counts

Please open an issue if you run into any problems.

Review Beta

28 Mar 22:35
Compare
Choose a tag to compare
Review Beta Pre-release
Pre-release

An advanced version of Bell Jar for QA testing in preparation for developing our first release candidate. Includes improved adjustments, intensity by region, and many bug fixes/performance improvements.

Bell Jar Beta

17 Nov 02:21
Compare
Choose a tag to compare
Bell Jar Beta Pre-release
Pre-release

Full Changelog: https://github.com/asoronow/belljar/commits/v3.0.0-beta

Fundamental features remained the same. Install now requires an internet connection and will download all the necessary files. The total install size is about 55GB. A major known issue with this release is the inability to support arm64-based devices due to some of the python dependencies lacking arm64 support. Future full releases will address this issue. Please report any other issues here on GitHub.

To install, extract the folder somewhere and run the executable. If you want, you may also build from source or run from source by using the provided yarn commands.