Skip to content
This repository has been archived by the owner on Aug 15, 2018. It is now read-only.

Releases: TissueMAPS/JtLibrary

0.3.3

01 Sep 10:07
Compare
Choose a tag to compare

Improvements

  • Change approach for finding package in setup.py
  • Add handles and module files to repository (This merges the jtmodules repository with the jtlibrary
    repository to facilitate version control and development.
    Modules no longer reside in a package, but need to be imported directly. )
  • Update requirements.txt with packages for jtmodules
  • Improve plotting format in plotting.m

0.3.2

27 Jul 12:15
Compare
Choose a tag to compare

Improvements

  • calculate elongation feature in a more robust manner

Bug fixes

  • fix watershed-based expansions of objects in case the input image with seed labels is empty

0.3.1

03 Jul 23:28
Compare
Choose a tag to compare

Add missing package requirements.

0.3.0

26 Jun 14:31
Compare
Choose a tag to compare
  • add new module segmentation
  • add new module filters and functions to create Gaussian and LOG filters similar to Matlab’s imfilter
  • Change default connectivity for labelling to 4
  • Compute morphology feature using mahotas library (added 2 new morphology features, the old ones remain the same)
  • bugfixes in separate_clumped_objects

0.2.2

07 Jun 11:13
Compare
Choose a tag to compare

Adding support for volume measurement modules
Moving some code from detect_blobs into jtlibrary
Improving Matlab support by adding matlab plotting code and some data format libraries

0.2.1

28 Apr 17:50
Compare
Choose a tag to compare

Bugfixes and requirements

0.2.0

07 Apr 01:04
Compare
Choose a tag to compare

New feature class PointPattern.

Methods for aggregating features per reference objects.

0.1.1

30 Jan 15:29
Compare
Choose a tag to compare
0.1.1 Pre-release
Pre-release

Release notes

Bug fixes and improvements in docstrings.

Changes are fully backwards compatible.

0.1.0 (Rigi)

14 Nov 22:00
Compare
Choose a tag to compare
0.1.0 (Rigi) Pre-release
Pre-release

Release notes

Initial beta release.