File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ 0.6.2] - 2021-01-25
8+ ### Added
9+ - Savitzky–Golay filtering for curve fitting and plotting
10+ ### Fixed
11+ - Removed leftover debugging message
12+
713## [ 0.6.0] - 2021-01-24
814### Added
915- An ` align ` subpackage containing image alignment functionality
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ def read(*names, **kwargs):
2222setup (
2323 python_requires = ">=3.7" ,
2424 name = "colonyscanalyser" ,
25- version = "0.6.1 " ,
25+ version = "0.6.2 " ,
2626 description = "An image analysis tool for measuring microorganism colony growth" ,
2727 long_description = long_description ,
2828 long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments