bsb-arbor 4.1.0__tar.gz → 4.1.1__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.

Potentially problematic release.


This version of bsb-arbor might be problematic. Click here for more details.

@@ -1,12 +1,12 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.3
2
2
  Name: bsb-arbor
3
- Version: 4.1.0
3
+ Version: 4.1.1
4
4
  Summary: Arbor simulation adapter for the BSB framework
5
5
  Author-email: Robin De Schepper <robingilbert.deschepper@unipv.it>
6
6
  Description-Content-Type: text/markdown
7
7
  Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
8
8
  Requires-Dist: numpy~=1.21
9
- Requires-Dist: bsb-core~=4.0
9
+ Requires-Dist: bsb-core~=5.0
10
10
  Requires-Dist: arbor~=0.10
11
11
  Requires-Dist: arborize[arbor]~=4.0
12
12
  Requires-Dist: bsb-arbor[test] ; extra == "dev"
@@ -19,7 +19,7 @@ Requires-Dist: snakeviz~=2.1 ; extra == "dev"
19
19
  Requires-Dist: bump-my-version~=0.24 ; extra == "dev"
20
20
  Requires-Dist: bsb-core[parallel] ; extra == "parallel"
21
21
  Requires-Dist: bsb-core[parallel] ; extra == "test"
22
- Requires-Dist: bsb-hdf5~=4.0 ; extra == "test"
22
+ Requires-Dist: bsb-hdf5~=5.0 ; extra == "test"
23
23
  Requires-Dist: bsb-test~=4.0 ; extra == "test"
24
24
  Requires-Dist: coverage~=7.0 ; extra == "test"
25
25
  Provides-Extra: dev
@@ -31,7 +31,7 @@ Provides-Extra: test
31
31
 
32
32
  # bsb-arbor
33
33
 
34
- bsb-nest is a pluggin of [BSB](https://github.com/dbbs-lab/bsb) (see also
34
+ bsb-nest is a plugin of the [BSB](https://github.com/dbbs-lab/bsb) (see also
35
35
  [bsb-core](https://github.com/dbbs-lab/bsb-core)).
36
36
  It contains the interfaces and tools to simulate BSB circuit with the
37
37
  [Arbor simulator](https://arbor-sim.org/).
@@ -3,7 +3,7 @@
3
3
 
4
4
  # bsb-arbor
5
5
 
6
- bsb-nest is a pluggin of [BSB](https://github.com/dbbs-lab/bsb) (see also
6
+ bsb-nest is a plugin of the [BSB](https://github.com/dbbs-lab/bsb) (see also
7
7
  [bsb-core](https://github.com/dbbs-lab/bsb-core)).
8
8
  It contains the interfaces and tools to simulate BSB circuit with the
9
9
  [Arbor simulator](https://arbor-sim.org/).
@@ -8,5 +8,5 @@ from . import devices
8
8
  from .adapter import ArborAdapter
9
9
  from .simulation import ArborSimulation
10
10
 
11
- __version__ = "4.1.0"
11
+ __version__ = "4.1.1"
12
12
  __plugin__ = SimulationBackendPlugin(Simulation=ArborSimulation, Adapter=ArborAdapter)
@@ -11,7 +11,7 @@ classifiers = ["License :: OSI Approved :: GNU General Public License v3 or late
11
11
  dynamic = ["version", "description"]
12
12
  dependencies = [
13
13
  "numpy~=1.21",
14
- "bsb-core~=4.0",
14
+ "bsb-core~=5.0",
15
15
  "arbor~=0.10",
16
16
  "arborize[arbor]~=4.0"
17
17
  ]
@@ -26,7 +26,7 @@ name = "bsb_arbor"
26
26
  parallel = ["bsb-core[parallel]"]
27
27
  test = [
28
28
  "bsb-core[parallel]",
29
- "bsb-hdf5~=4.0",
29
+ "bsb-hdf5~=5.0",
30
30
  "bsb-test~=4.0",
31
31
  "coverage~=7.0"
32
32
  ]
@@ -45,7 +45,7 @@ dev = [
45
45
  profile = "black"
46
46
 
47
47
  [tool.bumpversion]
48
- current_version = "4.1.0"
48
+ current_version = "4.1.1"
49
49
  parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
50
50
  serialize = ["{major}.{minor}.{patch}"]
51
51
  search = "{current_version}"
File without changes
File without changes
File without changes