Skip to content

Commit

Permalink
bump version to 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cwmeijer committed Dec 12, 2019
1 parent 3555d82 commit b64f7da
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 9 deletions.
29 changes: 22 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,31 @@ 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.3.2 - 2019-11-
## 0.3.2 - 2019-12-12
## Added
- Features:
'max_intensity', 'min_intensity', 'range_intensity', 'mean_intensity', 'std_intensity', 'coeff_var_intensity'
- Features added:
- max_intensity
- min_intensity
- range_intensity
- mean_intensity
- std_intensity
- coeff_var_intensity

## Changed
- Features renamed','median_norm_z'
'max_norm_z', 'min_norm_z', 'range_norm_z', 'mean_norm_z', 'std_norm_z', 'coeff_var_norm_z', 'density_absolute_mean_norm_z', 'entropy_norm_z','kurto_norm_z', 'skew_norm_z','var_z', 'perc_1_norm_z', 'perc_100_norm_z'
'min_normalized_height', 'max_normalized_height', 'range_normalized_height', 'mean_normalized_height','std_normalized_height', 'coeff_var_normalized_height', 'density_absolute_mean_normalized_height','entropy_normalized_height','kurto_normalized_height','median_normalized_height', 'skew_normalized_height','var_normalized_height', 'perc_1_normalized_height', 'perc_100_normalized_height'

- Features renamed:
- max_norm_z --> min_normalized_height
- min_norm_z --> max_normalized_height
- range_norm_z --> range_normalized_height
- mean_norm_z --> mean_normalized_height
- std_norm_z --> std_normalized_height
- coeff_var_norm_z --> coeff_var_normalized_height
- density_absolute_mean_norm_z --> density_absolute_mean_normalized_height
- entropy_norm_z --> entropy_normalized_height
- kurto_norm_z --> kurto_normalized_height
- skew_norm_z --> median_normalized_height
- var_z --> skew_normalized_height
- perc_1_norm_z --> var_normalized_height
- perc_100_norm_z --> perc_1_normalized_height

## 0.3.1 - 2019-09-25
## Added
Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ keywords:
license: "Apache-2.0"
message: "If you use this software, please cite it using these metadata."
title: "Laserchicken: toolkit for ALS point clouds"
version: "0.3.1"
version: "0.3.2"
...
2 changes: 1 addition & 1 deletion laserchicken/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.3.1'
__version__ = '0.3.2'

0 comments on commit b64f7da

Please sign in to comment.