From b64f7da879a7a8f08f820052c32f372a5a785af5 Mon Sep 17 00:00:00 2001 From: Christiaan Meijer Date: Thu, 12 Dec 2019 14:02:50 +0100 Subject: [PATCH] bump version to 0.3.2 --- CHANGELOG.md | 29 ++++++++++++++++++++++------- CITATION.cff | 2 +- laserchicken/_version.py | 2 +- 3 files changed, 24 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 42cf608..f1aa4d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/CITATION.cff b/CITATION.cff index ac14184..ea015c9 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -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" ... diff --git a/laserchicken/_version.py b/laserchicken/_version.py index e1424ed..73e3bb4 100644 --- a/laserchicken/_version.py +++ b/laserchicken/_version.py @@ -1 +1 @@ -__version__ = '0.3.1' +__version__ = '0.3.2'