Skip to content

Commit 0008b29

Browse files
committed
chore(deps): bump version from 0.4.1 to 0.5.0
1 parent 2f4543d commit 0008b29

File tree

7 files changed

+11
-9
lines changed

7 files changed

+11
-9
lines changed

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,11 @@ with one *slight* but **important** difference:
1818

1919
<!-- end changelog-preamble -->
2020

21-
## [Unreleased](https://github.com/jeertmans/DiffeRT/compare/v0.4.1...HEAD)
21+
## [Unreleased](https://github.com/jeertmans/DiffeRT/compare/v0.5.0...HEAD)
22+
23+
<!-- start changelog -->
24+
25+
## [0.5.0](https://github.com/jeertmans/DiffeRT/compare/v0.4.1...v0.5.0)
2226

2327
### Chore
2428

@@ -32,8 +36,6 @@ with one *slight* but **important** difference:
3236

3337
- Removed `parallel` keyword argument in {meth}`TriangleScene.compute_paths<differt.scene.TriangleScene.compute_paths>` as it was no longer supported, and its presence increased the code complexity. Executing code on multiple devices should be automatically handled by {func}`jax.jit`, or manually specified by the end-user. This is a **breaking-change** (by <gh-user:jeertmans>, in <gh-pr:305>).
3438

35-
<!-- start changelog -->
36-
3739
## [0.4.1](https://github.com/jeertmans/DiffeRT/compare/v0.4.0...v0.4.1)
3840

3941
### Added

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ keywords:
2323
- Radio Propagation
2424
- Modeling
2525
license: MIT
26-
version: v0.4.1
26+
version: v0.5.0

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ If you use this software, please cite it as:
8383
author = {Eertmans, Jérome},
8484
url = {https://github.com/jeertmans/DiffeRT},
8585
license = {MIT},
86-
version = {v0.4.1}
86+
version = {v0.5.0}
8787
}
8888
```
8989

differt-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ unexpected_cfgs = {level = "warn", check-cfg = ['cfg(tarpaulin_include)']}
3737
edition = "2021"
3838
name = "differt-core"
3939
rust-version = "1.78.0"
40-
version = "0.4.1"
40+
version = "0.5.0"

differt/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ classifiers = [
1616
]
1717
dependencies = [
1818
"chex>=0.1.86",
19-
"differt-core==0.4.1",
19+
"differt-core==0.5.0",
2020
"equinox>=0.12.2",
2121
"filelock>=3.15.4",
2222
"jax>=0.4.32", # TODO: fixme, issue with pmap

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ version = "1.0.0"
8484
allow_dirty = false
8585
commit = true
8686
commit_args = ""
87-
current_version = "0.4.1"
87+
current_version = "0.5.0"
8888
ignore_missing_version = false
8989
message = "chore(deps): bump version from {current_version} to {new_version}"
9090
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"

0 commit comments

Comments
 (0)