Skip to content

Commit

Permalink
bump: version 0.3.0 → 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 10, 2023
1 parent 9d2cd2c commit eca20a1
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## 0.4.0 (2023-11-10)

### Feat

- transforms have selectable basis
- added callback to cpd
- first pass of joint CPD algorhitm
- add function to apply affine transformation

### Fix

- linalg corrections and don't return tranform that increases err
- don't return last iter
- bugfixes galore, mostly indexing

## 0.3.0 (2023-10-06)

### Feat
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "megham"
version = "0.3.0"
version = "0.4.0"
authors = [{name="Saianeesh Keshav Haridas"}]
description = "Tools for working with point clouds"
readme = "README.md"
Expand Down

0 comments on commit eca20a1

Please sign in to comment.