|
1 |
| -## Changelog |
| 1 | +# Changelog |
2 | 2 |
|
3 |
| -### [Unreleased] |
| 3 | +## [v0.5.0](https://github.com/tlambert03/pycudadecon/tree/v0.5.0) (2024-08-15) |
4 | 4 |
|
5 |
| -### [0.1.2] - 2019-02-10 |
6 |
| -#### Fixed |
7 |
| -- NamedTempfile Error on windows |
| 5 | +[Full Changelog](https://github.com/tlambert03/pycudadecon/compare/v0.4.1...v0.5.0) |
8 | 6 |
|
9 |
| -### [0.1.1] - 2019-02-10 |
10 |
| -#### Fixed |
11 |
| -- Autocrop large PSFs to prevent RLgpuImpl.cu(86) : invalid argument |
| 7 | +**Merged pull requests:** |
12 | 8 |
|
13 |
| -### 0.1.0 - 2019-02-03 |
14 |
| -#### Initial Release |
| 9 | +- ci\(pre-commit.ci\): autoupdate [\#60](https://github.com/tlambert03/pycudadecon/pull/60) ([pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci)) |
| 10 | +- feat: support get\_version [\#59](https://github.com/tlambert03/pycudadecon/pull/59) ([tlambert03](https://github.com/tlambert03)) |
| 11 | +- chore: cleanup repo [\#58](https://github.com/tlambert03/pycudadecon/pull/58) ([tlambert03](https://github.com/tlambert03)) |
| 12 | +- feat: add arguments for 3D OTF generation [\#57](https://github.com/tlambert03/pycudadecon/pull/57) ([zichenzachwang](https://github.com/zichenzachwang)) |
| 13 | +- ci\(dependabot\): bump peaceiris/actions-gh-pages from 3 to 4 [\#56](https://github.com/tlambert03/pycudadecon/pull/56) ([dependabot[bot]](https://github.com/apps/dependabot)) |
| 14 | +- ci\(dependabot\): bump softprops/action-gh-release from 1 to 2 [\#53](https://github.com/tlambert03/pycudadecon/pull/53) ([dependabot[bot]](https://github.com/apps/dependabot)) |
| 15 | +- ci\(pre-commit.ci\): autoupdate [\#52](https://github.com/tlambert03/pycudadecon/pull/52) ([pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci)) |
| 16 | +- ci\(dependabot\): bump actions/setup-python from 4 to 5 [\#51](https://github.com/tlambert03/pycudadecon/pull/51) ([dependabot[bot]](https://github.com/apps/dependabot)) |
| 17 | +- ci\(pre-commit.ci\): autoupdate [\#50](https://github.com/tlambert03/pycudadecon/pull/50) ([pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci)) |
| 18 | +- ci\(pre-commit.ci\): autoupdate [\#49](https://github.com/tlambert03/pycudadecon/pull/49) ([pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci)) |
15 | 19 |
|
16 |
| -[Unreleased]: https://github.com/tlambert03/pycudadecon/compare/v0.1.2...HEAD |
17 |
| -[0.1.2]: https://github.com/tlambert03/pycudadecon/compare/v0.1.1...v0.1.2 |
18 |
| -[0.1.1]: https://github.com/tlambert03/pycudadecon/compare/v0.1.0...v0.1.1 |
| 20 | +## [v0.4.1](https://github.com/tlambert03/pycudadecon/tree/v0.4.1) (2023-09-13) |
| 21 | + |
| 22 | +[Full Changelog](https://github.com/tlambert03/pycudadecon/compare/v0.4.0...v0.4.1) |
| 23 | + |
| 24 | +**Merged pull requests:** |
| 25 | + |
| 26 | +- ci: update typing, pre-commit, and add all kwargs to decon func [\#48](https://github.com/tlambert03/pycudadecon/pull/48) ([tlambert03](https://github.com/tlambert03)) |
| 27 | +- fix: Fix \_cudadecon\_version annotation, added support for skewed decon argument [\#47](https://github.com/tlambert03/pycudadecon/pull/47) ([dmilkie](https://github.com/dmilkie)) |
| 28 | +- Fix typo [\#46](https://github.com/tlambert03/pycudadecon/pull/46) ([dmilkie](https://github.com/dmilkie)) |
| 29 | +- ci\(dependabot\): bump actions/checkout from 3 to 4 [\#45](https://github.com/tlambert03/pycudadecon/pull/45) ([dependabot[bot]](https://github.com/apps/dependabot)) |
| 30 | +- docs: Fix docs [\#42](https://github.com/tlambert03/pycudadecon/pull/42) ([tlambert03](https://github.com/tlambert03)) |
| 31 | +- ci\(dependabot\): bump actions/setup-python from 2 to 4 [\#41](https://github.com/tlambert03/pycudadecon/pull/41) ([dependabot[bot]](https://github.com/apps/dependabot)) |
| 32 | +- ci\(dependabot\): bump actions/checkout from 2 to 3 [\#40](https://github.com/tlambert03/pycudadecon/pull/40) ([dependabot[bot]](https://github.com/apps/dependabot)) |
| 33 | + |
| 34 | +## [v0.4.0](https://github.com/tlambert03/pycudadecon/tree/v0.4.0) (2022-11-07) |
| 35 | + |
| 36 | +[Full Changelog](https://github.com/tlambert03/pycudadecon/compare/v0.3.0...v0.4.0) |
| 37 | + |
| 38 | +**Merged pull requests:** |
| 39 | + |
| 40 | +- fix: Fix shared library interface for cudadecon ≥0.6.1 [\#38](https://github.com/tlambert03/pycudadecon/pull/38) ([tlambert03](https://github.com/tlambert03)) |
| 41 | +- Npe2 plugin [\#37](https://github.com/tlambert03/pycudadecon/pull/37) ([tlambert03](https://github.com/tlambert03)) |
| 42 | +- \[pre-commit.ci\] pre-commit autoupdate [\#31](https://github.com/tlambert03/pycudadecon/pull/31) ([pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci)) |
| 43 | +- \[pre-commit.ci\] pre-commit autoupdate [\#30](https://github.com/tlambert03/pycudadecon/pull/30) ([pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci)) |
| 44 | +- \[pre-commit.ci\] pre-commit autoupdate [\#29](https://github.com/tlambert03/pycudadecon/pull/29) ([pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci)) |
| 45 | +- \[pre-commit.ci\] pre-commit autoupdate [\#28](https://github.com/tlambert03/pycudadecon/pull/28) ([pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci)) |
| 46 | +- \[pre-commit.ci\] pre-commit autoupdate [\#27](https://github.com/tlambert03/pycudadecon/pull/27) ([pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci)) |
| 47 | +- jupyter books docs [\#26](https://github.com/tlambert03/pycudadecon/pull/26) ([tlambert03](https://github.com/tlambert03)) |
| 48 | +- \[pre-commit.ci\] pre-commit autoupdate [\#24](https://github.com/tlambert03/pycudadecon/pull/24) ([pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci)) |
| 49 | +- update docs and readme [\#23](https://github.com/tlambert03/pycudadecon/pull/23) ([tlambert03](https://github.com/tlambert03)) |
| 50 | + |
| 51 | +## [v0.3.0](https://github.com/tlambert03/pycudadecon/tree/v0.3.0) (2022-08-10) |
| 52 | + |
| 53 | +[Full Changelog](https://github.com/tlambert03/pycudadecon/compare/v0.2.0...v0.3.0) |
| 54 | + |
| 55 | +## [v0.2.0](https://github.com/tlambert03/pycudadecon/tree/v0.2.0) (2021-05-30) |
| 56 | + |
| 57 | +[Full Changelog](https://github.com/tlambert03/pycudadecon/compare/v0.1.2...v0.2.0) |
| 58 | + |
| 59 | +**Merged pull requests:** |
| 60 | + |
| 61 | +- remove setuptools [\#22](https://github.com/tlambert03/pycudadecon/pull/22) ([tlambert03](https://github.com/tlambert03)) |
| 62 | +- support py36 [\#21](https://github.com/tlambert03/pycudadecon/pull/21) ([tlambert03](https://github.com/tlambert03)) |
| 63 | +- numpy docstrings and signature refactor [\#20](https://github.com/tlambert03/pycudadecon/pull/20) ([tlambert03](https://github.com/tlambert03)) |
| 64 | +- add napari plugin [\#19](https://github.com/tlambert03/pycudadecon/pull/19) ([tlambert03](https://github.com/tlambert03)) |
| 65 | +- update setup [\#18](https://github.com/tlambert03/pycudadecon/pull/18) ([tlambert03](https://github.com/tlambert03)) |
| 66 | +- General cleanup around library wrap [\#17](https://github.com/tlambert03/pycudadecon/pull/17) ([tlambert03](https://github.com/tlambert03)) |
| 67 | + |
| 68 | +## [v0.1.2](https://github.com/tlambert03/pycudadecon/tree/v0.1.2) (2019-03-12) |
| 69 | + |
| 70 | +[Full Changelog](https://github.com/tlambert03/pycudadecon/compare/v0.1.1...v0.1.2) |
| 71 | + |
| 72 | +## [v0.1.1](https://github.com/tlambert03/pycudadecon/tree/v0.1.1) (2019-03-11) |
| 73 | + |
| 74 | +[Full Changelog](https://github.com/tlambert03/pycudadecon/compare/v0.1.0...v0.1.1) |
| 75 | + |
| 76 | +## [v0.1.0](https://github.com/tlambert03/pycudadecon/tree/v0.1.0) (2019-03-06) |
| 77 | + |
| 78 | +[Full Changelog](https://github.com/tlambert03/pycudadecon/compare/4155fd1d86878be6a5de77b84eaebf27c4ccbd10...v0.1.0) |
| 79 | + |
| 80 | +**Merged pull requests:** |
| 81 | + |
| 82 | +- Update README.md [\#2](https://github.com/tlambert03/pycudadecon/pull/2) ([tlambert03](https://github.com/tlambert03)) |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | +\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* |
0 commit comments