Skip to content

Commit

Permalink
chore: updated package.json, updated CHANGELOG.md, bumped 1.6.1 -> 1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gschramm committed Dec 1, 2023
1 parent 989bee7 commit 1af9046
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 1.6.2 (December 01, 2023)
- chore: updated package.json, updated CHANGELOG.md, bumped 1.6.1 -> 1.6.2
- BUGFIX: correct use of conj() of scalar value to be array api comp.
- BUGFIX: divided by float() to be array api comp.
- add scipy dependency
- adapt changelog

## 1.6.1 (October 18, 2023)

- BUGFIX: add sigma as explicit argument in GaussianFilterOperator and convert correctly to numpy/cupy arrays
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "1.6.1"
"version": "1.6.2"
}

0 comments on commit 1af9046

Please sign in to comment.