@@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ 1.5.0] (2021-01-22)
8
+
9
+ ### Added
10
+
11
+ - ` return_transformation ` keyword on ` elliptic_fourier_descriptors ` method. Merged #11 . Fixes #5 .
12
+
13
+ ### Fixes
14
+
15
+ - Documentation correction. Merged #12 .
7
16
8
17
## [ 1.4.1] (2020-09-28)
9
18
@@ -86,12 +95,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
86
95
- Initial release
87
96
88
97
89
- [ Unreleased ] : https://github.com/hbldh/pyefd/compare/v1.4.1...HEAD
90
- [ 1.4.1 ] : https://github.com/hbldh/pyefd/compare/v1.4.1...v1.4.0
91
- [ 1.4.0 ] : https://github.com/hbldh/pyefd/compare/v1.4.0...v1.3.0
92
- [ 1.3.0 ] : https://github.com/hbldh/pyefd/compare/v1.3.0...v1.2.0
93
- [ 1.2.0 ] : https://github.com/hbldh/pyefd/compare/v1.2.0...v1.1.0
94
- [ 1.1.0 ] : https://github.com/hbldh/pyefd/compare/v1.1.0...v1.0.0
95
- [ 1.0.0 ] : https://github.com/hbldh/pyefd/compare/v1.0.0...v0,1.2
96
- [ 0.1.2 ] : https://github.com/hbldh/pyefd/compare/v0.1.2...v0,1.1
97
- [ 0.1.1 ] : https://github.com/hbldh/pyefd/compare/v0.1.1...v0,1.0
98
+ [ Unreleased ] : https://github.com/hbldh/pyefd/compare/HEAD...v1.5.0
99
+ [ 1.5.0 ] : https://github.com/hbldh/pyefd/compare/v1.4.1...v1.5.0
100
+ [ 1.4.1 ] : https://github.com/hbldh/pyefd/compare/v1.4.0...v1.4.1
101
+ [ 1.4.0 ] : https://github.com/hbldh/pyefd/compare/v1.3.0...v1.4.0
102
+ [ 1.3.0 ] : https://github.com/hbldh/pyefd/compare/v1.2.0...v1.3.0
103
+ [ 1.2.0 ] : https://github.com/hbldh/pyefd/compare/v1.1.0...v1.2.0
104
+ [ 1.1.0 ] : https://github.com/hbldh/pyefd/compare/v1.0.0...v1.1.0
105
+ [ 1.0.0 ] : https://github.com/hbldh/pyefd/compare/v0.1.2...v1.0.0
106
+ [ 0.1.2 ] : https://github.com/hbldh/pyefd/compare/v0.1.1...v0.1.2
107
+ [ 0.1.1 ] : https://github.com/hbldh/pyefd/compare/v0.1.0...v0.1.1
0 commit comments