bsb 4.3.1__tar.gz → 4.3.2__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 might be problematic. Click here for more details.
- {bsb-4.3.1 → bsb-4.3.2}/PKG-INFO +7 -3
- {bsb-4.3.1 → bsb-4.3.2}/README.md +4 -0
- {bsb-4.3.1 → bsb-4.3.2}/bsb.egg-info/PKG-INFO +7 -3
- {bsb-4.3.1 → bsb-4.3.2}/bsb.egg-info/requires.txt +1 -1
- {bsb-4.3.1 → bsb-4.3.2}/pyproject.toml +3 -3
- {bsb-4.3.1 → bsb-4.3.2}/LICENSE +0 -0
- {bsb-4.3.1 → bsb-4.3.2}/bsb.egg-info/SOURCES.txt +0 -0
- {bsb-4.3.1 → bsb-4.3.2}/bsb.egg-info/dependency_links.txt +0 -0
- {bsb-4.3.1 → bsb-4.3.2}/bsb.egg-info/top_level.txt +0 -0
- {bsb-4.3.1 → bsb-4.3.2}/setup.cfg +0 -0
{bsb-4.3.1 → bsb-4.3.2}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.2
|
|
2
2
|
Name: bsb
|
|
3
|
-
Version: 4.3.
|
|
3
|
+
Version: 4.3.2
|
|
4
4
|
Summary: Black-box component framework for multiscale neural modeling
|
|
5
5
|
Author: Robin De Schepper
|
|
6
6
|
Maintainer-email: Dimitri Rodarie <dimitri.rodarie@unipv.it>
|
|
@@ -696,7 +696,7 @@ Requires-Dist: bsb-core[parallel]; extra == "parallel"
|
|
|
696
696
|
Provides-Extra: neuron
|
|
697
697
|
Requires-Dist: bsb-neuron==4.0.3; extra == "neuron"
|
|
698
698
|
Provides-Extra: nest
|
|
699
|
-
Requires-Dist: bsb-nest==4.3.
|
|
699
|
+
Requires-Dist: bsb-nest==4.3.2; extra == "nest"
|
|
700
700
|
Provides-Extra: arbor
|
|
701
701
|
Requires-Dist: bsb-arbor==4.1.0; extra == "arbor"
|
|
702
702
|
|
|
@@ -822,3 +822,7 @@ Project SGA2) and from Centro Fermi project “Local Neuronal Microcircuits” t
|
|
|
822
822
|
acknowledge the use of EBRAINS platform and Fenix Infrastructure resources, which are
|
|
823
823
|
partially funded from the European Union’s Horizon 2020 research and innovation
|
|
824
824
|
programme through the ICEI project under the grant agreement No. 800858
|
|
825
|
+
|
|
826
|
+
### Supported by
|
|
827
|
+
|
|
828
|
+
[](https://jb.gg/OpenSourceSupport)
|
|
@@ -120,3 +120,7 @@ Project SGA2) and from Centro Fermi project “Local Neuronal Microcircuits” t
|
|
|
120
120
|
acknowledge the use of EBRAINS platform and Fenix Infrastructure resources, which are
|
|
121
121
|
partially funded from the European Union’s Horizon 2020 research and innovation
|
|
122
122
|
programme through the ICEI project under the grant agreement No. 800858
|
|
123
|
+
|
|
124
|
+
### Supported by
|
|
125
|
+
|
|
126
|
+
[](https://jb.gg/OpenSourceSupport)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.2
|
|
2
2
|
Name: bsb
|
|
3
|
-
Version: 4.3.
|
|
3
|
+
Version: 4.3.2
|
|
4
4
|
Summary: Black-box component framework for multiscale neural modeling
|
|
5
5
|
Author: Robin De Schepper
|
|
6
6
|
Maintainer-email: Dimitri Rodarie <dimitri.rodarie@unipv.it>
|
|
@@ -696,7 +696,7 @@ Requires-Dist: bsb-core[parallel]; extra == "parallel"
|
|
|
696
696
|
Provides-Extra: neuron
|
|
697
697
|
Requires-Dist: bsb-neuron==4.0.3; extra == "neuron"
|
|
698
698
|
Provides-Extra: nest
|
|
699
|
-
Requires-Dist: bsb-nest==4.3.
|
|
699
|
+
Requires-Dist: bsb-nest==4.3.2; extra == "nest"
|
|
700
700
|
Provides-Extra: arbor
|
|
701
701
|
Requires-Dist: bsb-arbor==4.1.0; extra == "arbor"
|
|
702
702
|
|
|
@@ -822,3 +822,7 @@ Project SGA2) and from Centro Fermi project “Local Neuronal Microcircuits” t
|
|
|
822
822
|
acknowledge the use of EBRAINS platform and Fenix Infrastructure resources, which are
|
|
823
823
|
partially funded from the European Union’s Horizon 2020 research and innovation
|
|
824
824
|
programme through the ICEI project under the grant agreement No. 800858
|
|
825
|
+
|
|
826
|
+
### Supported by
|
|
827
|
+
|
|
828
|
+
[](https://jb.gg/OpenSourceSupport)
|
|
@@ -11,7 +11,7 @@ readme = "README.md"
|
|
|
11
11
|
license = { file = "LICENSE" }
|
|
12
12
|
classifiers = ["License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)"]
|
|
13
13
|
requires-python = ">=3.9"
|
|
14
|
-
version = "4.3.
|
|
14
|
+
version = "4.3.2"
|
|
15
15
|
dependencies = [
|
|
16
16
|
"bsb-core~=4.5.3",
|
|
17
17
|
"bsb-json~=4.2.1",
|
|
@@ -22,7 +22,7 @@ dependencies = [
|
|
|
22
22
|
[project.optional-dependencies]
|
|
23
23
|
parallel = ["bsb-core[parallel]"]
|
|
24
24
|
neuron = ["bsb-neuron==4.0.3"]
|
|
25
|
-
nest = ["bsb-nest==4.3.
|
|
25
|
+
nest = ["bsb-nest==4.3.2"]
|
|
26
26
|
arbor = ["bsb-arbor==4.1.0"]
|
|
27
27
|
|
|
28
28
|
[project.urls]
|
|
@@ -34,7 +34,7 @@ Documentation = "https://bsb.readthedocs.io/"
|
|
|
34
34
|
[tool.setuptools]
|
|
35
35
|
packages = []
|
|
36
36
|
[tool.bumpversion]
|
|
37
|
-
current_version = "4.3.
|
|
37
|
+
current_version = "4.3.2"
|
|
38
38
|
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
|
|
39
39
|
serialize = ["{major}.{minor}.{patch}"]
|
|
40
40
|
search = "{current_version}"
|
{bsb-4.3.1 → bsb-4.3.2}/LICENSE
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|