Skip to content

Commit

Permalink
chore: updated package.json, updated CHANGELOG.md, bumped 1.2.9 -> 1.…
Browse files Browse the repository at this point in the history
…2.10
  • Loading branch information
gschramm committed Dec 30, 2022
1 parent 2ecde16 commit 6e090b0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## 1.2.10 (December 30, 2022)
- chore: updated package.json, updated CHANGELOG.md, bumped 1.2.9 -> 1.2.10
- link parallelproj_c against libm (using PUBLIC link interface)
- use better way to test whether we have to link against libm
- Update README.md
- Merge pull request #18 from gschramm/add_generic_nontof_test
- updata non-tof cuda test
- add adjoint back projection test
- cosmetics
- add better output
- add more generic nontof test that tests rays in all 3 directions
- update README

## 1.2.9 (December 09, 2022)
- chore: updated package.json, updated CHANGELOG.md, bumped 1.2.8 -> 1.2.9
- BUGFIX: correct calcultion of x_pr2 when principle direction is 0
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.2.9"
"version": "1.2.10"
}

0 comments on commit 6e090b0

Please sign in to comment.