We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9972175 + b4c192e commit 453d3a7Copy full SHA for 453d3a7
CHANGELOG.md
@@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
14
### Changed
15
16
- Infrastructure: [cibuildweel](https://cibuildwheel.readthedocs.io/en/stable/) for package publishing
17
+- `thiserror` 1.0.24 -> 1.0.31
18
- `enumflags2` 0.7.4 -> 0.7.5
19
- `rayon` 1.5.1 -> 1.5.2
20
- `pyo3` 0.15.1 -> 0.15.2
light-curve/Cargo.toml
@@ -39,8 +39,8 @@ num_cpus = "~1.13.0"
39
num-traits = "~0.2"
40
rand = "~0.8.5"
41
rand_xoshiro = "~0.6.0"
42
+thiserror = "~1.0.31"
43
rayon = "~1.5.2"
-thiserror = "~1.0.24"
44
unzip3 = "1.0.0"
45
46
[dependencies.light-curve-feature]
0 commit comments