Skip to content

Commit

Permalink
Release 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
astanziola committed Jun 28, 2023
1 parent 43d26ff commit 2366bf8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
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).

## [Unreleased]

## [0.1.3] - 2023-06-28
### Added
- Added off grid sensors [@tomelse]

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

[Unreleased]: https://github.com/ucl-bug/jwave/compare/0.1.2...master
[Unreleased]: https://github.com/ucl-bug/jwave/compare/0.1.3...master
[0.1.3]: https://github.com/ucl-bug/jwave/compare/0.1.2...0.1.3
[0.1.2]: https://github.com/ucl-bug/jwave/compare/0.1.1...0.1.2
[0.1.1]: https://github.com/ucl-bug/jwave/compare/0.1.0...0.1.1
[0.1.0]: https://github.com/ucl-bug/jwave/compare/0.0.4...0.1.0
[0.0.4]: https://github.com/ucl-bug/jwave/compare/0.0.3...0.0.4
[0.0.3]: https://github.com/ucl-bug/jwave/compare/0.0.2...0.0.3
[0.0.2]: https://github.com/ucl-bug/jwave/compare/0.0.1...0.0.2
[0.0.1]: https://github.com/ucl-bug/jwave/releases/tag/0.0.1

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "jwave"
version = "0.1.2"
version = "0.1.3"
description = "Fast and differentiable acoustic simulations in JAX."
authors = [
"Antonio Stanziola <[email protected]>",
Expand Down

0 comments on commit 2366bf8

Please sign in to comment.