Skip to content
This repository has been archived by the owner on Feb 11, 2023. It is now read-only.

Releases: Borda/pyImSegm

support Windows

11 Jul 15:53
Compare
Choose a tag to compare
  • update support for Windows & CI
  • code formating: yapf, isort, pre-commit
  • fix docs mocks & setup
  • clean docs conf.

minor bug-fixing & extended testing

29 Oct 00:44
Compare
Choose a tag to compare

Some bug fixing and minor refactoring/cleaning.

Main changes

  • absolute imports
  • rename data-images and move figures
  • fix skimage region prop. and re-label
  • fix numpy and yaml loads
  • split py2 py3 reqs and fix minimal req.
  • CI: min-max build and uses GH actions
  • CI: migrate nose -> pytest
  • fix sphinx docs, warn and docs links
  • fix notebook and update config
  • fix pkg setup

update ImSegm

16 Sep 09:17
Compare
Choose a tag to compare

Minor refactoring and documentation crafting.
Note: This is the last release supporting Python 2.7

Some particular changes:

Cython & label hist.

22 Apr 08:29
5880d97
Compare
Choose a tag to compare

Some particular changes:

  • cython: ray features
  • cython: label hist.
  • fix ray features rounding
  • fix label hist. padding
  • move configs JSON -> YAML
  • visual - update plots
  • update pkg imports
  • fix expt. RG
  • use tqdm closing
  • update CircleCI
  • update docstring

general update

05 Mar 16:04
Compare
Choose a tag to compare

Minor package enhancements and updating image segmentation.

Some particular changes:

  • rename CrossVal
  • rename nb_jobs -> nb_workers
  • fix numpy version for skimage
  • update setup/compile
  • change repr logging
  • add CrossVal tolerance
  • add io/image wraps
  • add GitHub issues/docs
  • add testing py3.7
  • add pytest config
  • add gitter badge

fix CrossVal & label hist.

13 Jan 11:11
43049c1
Compare
Choose a tag to compare

Some particular changes:

  • fix label histogram
  • update params & docstring
  • pep8 in imSegm & Experiments
  • remove default dicts
  • add doctests
  • fix & refactor CrossVal
  • update manifest
  • minor refactoring
  • update CI (flake8)
  • add CodeFactor

general update

01 Jan 21:01
Compare
Choose a tag to compare

Minor package enhancements and updating image segmentation.

Some particular changes:

  • add overlap alpha in segm
  • add shift of ray features via FFT
  • swap images - cut images to min size
  • minor refactor, rename pipeline parameter
  • partial fixes - e.g. Ray feature vector
  • add ipynb for RG and langer. islet
  • simplify annot-segm statistic
  • add constrains to GC regul.
  • extend measured Ovary ray features
  • move sub-package utils -> utilities
  • rename tests to be detected by pytest
  • update setup, MANIFEST.in, CircleCI, codecov
  • fix sklearn due version changes
  • fix classif. CrossValidations
  • using logging.exception()

update Classif.

08 May 08:23
fd248da
Compare
Choose a tag to compare

Minor package enhancements and updating experiments with image segmentation.

Some particular changes:

  • drop labels for train & statisctic
  • visualise train samples (label purity)
  • outsource metric for classif. hyper-param
  • fix setup for installing
  • fix loading input list
  • remove LOO experiment
  • extend color features
  • add binary classif. metrics
  • add illustration in README
  • swap ovary orient. by CrossCorr
  • minor refactoring

general update

16 Apr 08:17
d1da652
Compare
Choose a tag to compare

Minor package enhancements and updating experiments with image segmentation.

Some particular changes:

  • wrapper for image I/O
  • wrap process sequence
  • unify segment. models
  • move images -> data_images
  • add using config for segment.
  • fix segm. debug show
  • regroup general image samples
  • fix classif. statistic
  • update arg params
  • replace depricated func.
  • minor reactoring

Initial release

14 Mar 20:58
Compare
Choose a tag to compare

pyImSegm - Image segmentation - general superpixel segmentation & region growing.
This is the initial release of three consecutive segmentation utilities related to microscopy images.

Release content:

  • segmentation package
  • sample images
  • experimetal applications