Skip to content

Commit

Permalink
Update changelog and version bump to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik-White committed Jan 24, 2021
1 parent 5c6e9cb commit 0a0fe4c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.6.0] - 2021-01-24
### Added
- An `align` subpackage containing image alignment functionality
- Image alignment verification and correction before processing images
- Command line arguments to adjust image alignment strategy and tolerance
### Changed
- Growth curves now use a windowed median which should help to smooth the curve
### Fixed
- Various warnings emitted when running the tests

## [0.5.3] - 2020-09-07
### Changed
- Updated and improved IdentifiedCollection, now backed by a Dictionary for easier lookup
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def read(*names, **kwargs):
setup(
python_requires = ">=3.7",
name = "colonyscanalyser",
version = "0.5.2",
version = "0.6.0",
description = "An image analysis tool for measuring microorganism colony growth",
long_description = long_description,
long_description_content_type = "text/markdown",
Expand Down

0 comments on commit 0a0fe4c

Please sign in to comment.