bsb 4.1.0__tar.gz → 4.2.0__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.1.0 → bsb-4.2.0}/PKG-INFO +2 -2
- {bsb-4.1.0 → bsb-4.2.0}/bsb.egg-info/PKG-INFO +2 -2
- {bsb-4.1.0 → bsb-4.2.0}/bsb.egg-info/requires.txt +1 -1
- {bsb-4.1.0 → bsb-4.2.0}/pyproject.toml +2 -2
- {bsb-4.1.0 → bsb-4.2.0}/LICENSE +0 -0
- {bsb-4.1.0 → bsb-4.2.0}/README.md +0 -0
- {bsb-4.1.0 → bsb-4.2.0}/bsb.egg-info/SOURCES.txt +0 -0
- {bsb-4.1.0 → bsb-4.2.0}/bsb.egg-info/dependency_links.txt +0 -0
- {bsb-4.1.0 → bsb-4.2.0}/bsb.egg-info/top_level.txt +0 -0
- {bsb-4.1.0 → bsb-4.2.0}/setup.cfg +0 -0
{bsb-4.1.0 → bsb-4.2.0}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: bsb
|
|
3
|
-
Version: 4.
|
|
3
|
+
Version: 4.2.0
|
|
4
4
|
Summary: Black-box component framework for multiscale neural modeling
|
|
5
5
|
Author-email: Robin De Schepper <robingilbert.deschepper@unipv.it>
|
|
6
6
|
License: GNU GENERAL PUBLIC LICENSE
|
|
@@ -681,7 +681,7 @@ License: GNU GENERAL PUBLIC LICENSE
|
|
|
681
681
|
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
|
|
682
682
|
Description-Content-Type: text/markdown
|
|
683
683
|
License-File: LICENSE
|
|
684
|
-
Requires-Dist: bsb-core==4.
|
|
684
|
+
Requires-Dist: bsb-core==4.2
|
|
685
685
|
Requires-Dist: bsb-json==4.1.0
|
|
686
686
|
Requires-Dist: bsb-yaml==4.1.0
|
|
687
687
|
Requires-Dist: bsb-hdf5==4.0.0
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: bsb
|
|
3
|
-
Version: 4.
|
|
3
|
+
Version: 4.2.0
|
|
4
4
|
Summary: Black-box component framework for multiscale neural modeling
|
|
5
5
|
Author-email: Robin De Schepper <robingilbert.deschepper@unipv.it>
|
|
6
6
|
License: GNU GENERAL PUBLIC LICENSE
|
|
@@ -681,7 +681,7 @@ License: GNU GENERAL PUBLIC LICENSE
|
|
|
681
681
|
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
|
|
682
682
|
Description-Content-Type: text/markdown
|
|
683
683
|
License-File: LICENSE
|
|
684
|
-
Requires-Dist: bsb-core==4.
|
|
684
|
+
Requires-Dist: bsb-core==4.2
|
|
685
685
|
Requires-Dist: bsb-json==4.1.0
|
|
686
686
|
Requires-Dist: bsb-yaml==4.1.0
|
|
687
687
|
Requires-Dist: bsb-hdf5==4.0.0
|
|
@@ -9,9 +9,9 @@ authors = [{ name = "Robin De Schepper", email = "robingilbert.deschepper@unipv.
|
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
license = { file = "LICENSE" }
|
|
11
11
|
classifiers = ["License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)"]
|
|
12
|
-
version = "4.
|
|
12
|
+
version = "4.2.0"
|
|
13
13
|
dependencies = [
|
|
14
|
-
"bsb-core==4.
|
|
14
|
+
"bsb-core==4.2",
|
|
15
15
|
"bsb-json==4.1.0",
|
|
16
16
|
"bsb-yaml==4.1.0",
|
|
17
17
|
"bsb-hdf5==4.0.0"
|
{bsb-4.1.0 → bsb-4.2.0}/LICENSE
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|