Skip to content

Commit 7f12f65

Browse files
authored
upgraded jaxdf (#238)
1 parent e942ce3 commit 7f12f65

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 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+
### Changed
8+
- Upgraded `jaxdf` dependency
79

810
## [0.2.0] - 2023-12-18
911
### Fixed
@@ -111,4 +113,3 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
111113
[0.0.3]: https://github.com/ucl-bug/jwave/compare/0.0.2...0.0.3
112114
[0.0.2]: https://github.com/ucl-bug/jwave/compare/0.0.1...0.0.2
113115
[0.0.1]: https://github.com/ucl-bug/jwave/releases/tag/0.0.1
114-

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ packages = [
5151

5252
[tool.poetry.dependencies]
5353
python = "^3.9"
54-
jaxdf = "^0.2.7"
54+
jaxdf = "^0.2.8"
5555
matplotlib = "^3.0.0"
5656

5757
[tool.poetry.group.dev.dependencies]

0 commit comments

Comments
 (0)