Skip to content

Commit

Permalink
increments version and updates change log
Browse files Browse the repository at this point in the history
  • Loading branch information
kostrykin committed Jun 17, 2023
1 parent fabfc7a commit bdbc27f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,10 @@ Removes the ``FRACTIONAL`` class variable of the ``segmetrics.measure.Measure``

The method ``add_measure``` of the ``segmetrics.study.Study`` class now returns the name of the measure.

1.4
---

Changes default name of ``segmetrics.regional.ISBIScore`` if ``min_ref_size`` is not the default.

Changes default name of ``segmetrics.boundary.ObjectBasedDistanceMeasure`` if ``skip_fn`` is not the default.

2 changes: 1 addition & 1 deletion segmetrics/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@


VERSION_MAJOR = 1
VERSION_MINOR = 3
VERSION_MINOR = 4
VERSION_PATCH = 0

VERSION = '%d.%d%s' % (VERSION_MAJOR, VERSION_MINOR, '.%d' % VERSION_PATCH if VERSION_PATCH > 0 else '')
Expand Down

0 comments on commit bdbc27f

Please sign in to comment.