Skip to content

Commit 9d114ac

Browse files
committed
Release 0.2.1
1 parent 7f12f65 commit 9d114ac

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ 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.2.1] - 2024-09-17
79
### Changed
810
- Upgraded `jaxdf` dependency
911

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

104-
[Unreleased]: https://github.com/ucl-bug/jwave/compare/0.2.0...master
106+
[Unreleased]: https://github.com/ucl-bug/jwave/compare/0.2.1...master
107+
[0.2.1]: https://github.com/ucl-bug/jwave/compare/0.2.0...0.2.1
105108
[0.2.0]: https://github.com/ucl-bug/jwave/compare/0.1.5...0.2.0
106109
[0.1.5]: https://github.com/ucl-bug/jwave/compare/0.1.4...0.1.5
107110
[0.1.4]: https://github.com/ucl-bug/jwave/compare/0.1.3...0.1.4
@@ -113,3 +116,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
113116
[0.0.3]: https://github.com/ucl-bug/jwave/compare/0.0.2...0.0.3
114117
[0.0.2]: https://github.com/ucl-bug/jwave/compare/0.0.1...0.0.2
115118
[0.0.1]: https://github.com/ucl-bug/jwave/releases/tag/0.0.1
119+

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.2.0"
3+
version = "0.2.1"
44
description = "Fast and differentiable acoustic simulations in JAX."
55
authors = [
66
"Antonio Stanziola <a.stanziola@ucl.ac.uk>",

0 commit comments

Comments
 (0)