From 50b5599397db6f7b336d2a2d114976d967874207 Mon Sep 17 00:00:00 2001 From: James Wood Date: Tue, 26 Nov 2024 12:42:23 -0800 Subject: [PATCH] release 0.3.0 --- CHANGELOG.md | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8933f2a..c2d6c23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,12 +8,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ### Added -- Updated alpha shape algorithm with bin average thinning -- Added in open cv strategy as an option for footprinting -- Added in an open cv algorithm for footprinting +### Deprecated +### Removed +### Fixed + + +## [0.3.0] + +### Added +- Updated alpha shape algorithm with bin average thinning +- Added in open cv strategy and new algorithm for footprinting +- Updated config files structure for forge-py + - New structure for new alpha shape and open cv strategies +- Updated documentation - Added License -- Update way configuration structure are for forge-py -- Update documentations ### Deprecated ### Removed ### Fixed