Skip to content

Commit 52ae499

Browse files
committed
Merge branch 'feature132-usenormalization' into development
2 parents b816935 + 7a69724 commit 52ae499

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased]
7+
## 0.3.0 - 2019-02-27
88
### Added
99
- Normalization module
1010
- General tests that all current and future feature extractors will be checked against.
11-
- Possibility to have a randomly subsampled (fixed) number of neighbors (eg for faster feature calculation)
11+
- Possibility to have a randomly subsampled (fixed) number of neighbors (eg for faster feature calculation)
1212
- Added feature extractors based on normalized height
1313

1414
## Changed

laserchicken/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.2.0'
1+
__version__ = '0.3.0'

0 commit comments

Comments
 (0)