Skip to content

Commit

Permalink
chore: updated package.json, updated CHANGELOG.md, bumped 1.6.0 -> 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gschramm committed Oct 18, 2023
1 parent bce7076 commit 57bb95d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.6.1 (October 18, 2023)
- chore: updated package.json, updated CHANGELOG.md, bumped 1.6.0 -> 1.6.1
- add sigma as explicit argument in GaussianFilterOperator and convert correctly to numpy/cupy arrays
- clean up changelog

## 1.6.0 (October 16, 2023)

- rewrite LinearOperator base class to support python array api including devices
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.0"
"version": "1.6.1"
}

0 comments on commit 57bb95d

Please sign in to comment.