Skip to content

Commit 0c06753

Browse files
committed
Release 0.1.5
1 parent 2c0f9aa commit 0c06753

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,11 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
55

66
## [Unreleased]
7+
8+
## [0.1.5] - 2023-09-27
79
### Added
810
- Added `numbers_with_smallest_primes` utility to find grids with small primes for efficient FFT when using FourierSeries
11+
912
### Fixed
1013
- Restored `default_params` for the helmholtz operators that wen missing since the last jaxdf update
1114

@@ -82,7 +85,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
8285
- Pml for 1D and 3D simulations.
8386
- Plotting functions of `jwave.utils` now work with both `Field`s and arrays.
8487

85-
[Unreleased]: https://github.com/ucl-bug/jwave/compare/0.1.4...master
88+
[Unreleased]: https://github.com/ucl-bug/jwave/compare/0.1.5...master
89+
[0.1.5]: https://github.com/ucl-bug/jwave/compare/0.1.4...0.1.5
8690
[0.1.4]: https://github.com/ucl-bug/jwave/compare/0.1.3...0.1.4
8791
[0.1.3]: https://github.com/ucl-bug/jwave/compare/0.1.2...0.1.3
8892
[0.1.2]: https://github.com/ucl-bug/jwave/compare/0.1.1...0.1.2
@@ -92,3 +96,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
9296
[0.0.3]: https://github.com/ucl-bug/jwave/compare/0.0.2...0.0.3
9397
[0.0.2]: https://github.com/ucl-bug/jwave/compare/0.0.1...0.0.2
9498
[0.0.1]: https://github.com/ucl-bug/jwave/releases/tag/0.0.1
99+

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "jwave"
3-
version = "0.1.4"
3+
version = "0.1.5"
44
description = "Fast and differentiable acoustic simulations in JAX."
55
authors = [
66
"Antonio Stanziola <a.stanziola@ucl.ac.uk>",

0 commit comments

Comments
 (0)