Skip to content

Commit

Permalink
update change log
Browse files Browse the repository at this point in the history
  • Loading branch information
rjmoerland committed Nov 5, 2024
1 parent 605d32d commit 9d3b234
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
# Changelog

## v0.5.0 | TBD
## v0.5.0 | 2024-11-05

### Changes
* Bumped minimum version of support Python to 3.9, to easily accomodate typing
* Bumped maximum tested version of Python to 3.12

### Improvements

* Added closures to prevent recalculating fixed, but computationally intense, data for force calculations. See `trapping.force_factory`.
* Speed up trapping calculations by rewriting code such that it can be compiled by Numba
* Added functionality to shift the coordinate system for `fast_psf()`
* Added Pytest tests for example notebooks
* Added Pytest test for czt equivalence between FFT and czt for specific cases
Expand Down

0 comments on commit 9d3b234

Please sign in to comment.