simulation-alg 0.1.3__tar.gz → 0.1.4__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -188,9 +188,9 @@ dependencies = [
188
188
 
189
189
  [[package]]
190
190
  name = "graph-simulation"
191
- version = "0.1.12"
191
+ version = "0.1.13"
192
192
  source = "registry+https://github.com/rust-lang/crates.io-index"
193
- checksum = "8b72985fe7d83a38c5bdf06b09b2bba47e5a57a95b21caab71b6cd1783abef36"
193
+ checksum = "3454fd899af251471e4ca51ba6d0d47f3383ef0cb38a74d62dde14dfe01a05c4"
194
194
  dependencies = [
195
195
  "bincode",
196
196
  "env_logger",
@@ -545,7 +545,7 @@ dependencies = [
545
545
 
546
546
  [[package]]
547
547
  name = "simulation"
548
- version = "0.1.3"
548
+ version = "0.1.4"
549
549
  dependencies = [
550
550
  "graph-base",
551
551
  "graph-simulation",
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "simulation"
3
- version = "0.1.3"
3
+ version = "0.1.4"
4
4
  edition = "2021"
5
5
  license = "MIT"
6
6
  description = "A Python package for simulation algorithms"
@@ -14,7 +14,7 @@ crate-type = ["cdylib"]
14
14
 
15
15
  [dependencies]
16
16
  pyo3 = { version = "0.23", features = ["extension-module"] }
17
- graph-simulation = "0.1.12"
17
+ graph-simulation = "0.1.13"
18
18
  graph-base = "0.1.13"
19
19
  rayon = "1.10.0"
20
20
  # [tool.maturin]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: simulation-alg
3
- Version: 0.1.3
3
+ Version: 0.1.4
4
4
  Classifier: Programming Language :: Rust
5
5
  Classifier: Programming Language :: Python :: Implementation :: CPython
6
6
  Classifier: Programming Language :: Python :: Implementation :: PyPy
@@ -4,7 +4,7 @@ build-backend = "maturin"
4
4
 
5
5
  [project]
6
6
  name = "simulation-alg"
7
- version = "0.1.3"
7
+ version = "0.1.4"
8
8
  requires-python = ">=3.10"
9
9
  classifiers = [
10
10
  "Programming Language :: Rust",
File without changes
File without changes