Skip to content

Commit 2366bf8

Browse files
committed
Release 0.1.3
1 parent 43d26ff commit 2366bf8

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.1.3] - 2023-06-28
79
### Added
810
- Added off grid sensors [@tomelse]
911

@@ -58,11 +60,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5860
- Pml for 1D and 3D simulations.
5961
- Plotting functions of `jwave.utils` now work with both `Field`s and arrays.
6062

61-
[Unreleased]: https://github.com/ucl-bug/jwave/compare/0.1.2...master
63+
[Unreleased]: https://github.com/ucl-bug/jwave/compare/0.1.3...master
64+
[0.1.3]: https://github.com/ucl-bug/jwave/compare/0.1.2...0.1.3
6265
[0.1.2]: https://github.com/ucl-bug/jwave/compare/0.1.1...0.1.2
6366
[0.1.1]: https://github.com/ucl-bug/jwave/compare/0.1.0...0.1.1
6467
[0.1.0]: https://github.com/ucl-bug/jwave/compare/0.0.4...0.1.0
6568
[0.0.4]: https://github.com/ucl-bug/jwave/compare/0.0.3...0.0.4
6669
[0.0.3]: https://github.com/ucl-bug/jwave/compare/0.0.2...0.0.3
6770
[0.0.2]: https://github.com/ucl-bug/jwave/compare/0.0.1...0.0.2
6871
[0.0.1]: https://github.com/ucl-bug/jwave/releases/tag/0.0.1
72+

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.2"
3+
version = "0.1.3"
44
description = "Fast and differentiable acoustic simulations in JAX."
55
authors = [
66
"Antonio Stanziola <[email protected]>",

0 commit comments

Comments
 (0)