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.

@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.2
2
2
  Name: bsb
3
- Version: 4.3.1
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.1; extra == "nest"
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
+ [![JetBrains logo](https://resources.jetbrains.com/storage/products/company/brand/logos/jetbrains.svg)](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
+ [![JetBrains logo](https://resources.jetbrains.com/storage/products/company/brand/logos/jetbrains.svg)](https://jb.gg/OpenSourceSupport)
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.2
2
2
  Name: bsb
3
- Version: 4.3.1
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.1; extra == "nest"
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
+ [![JetBrains logo](https://resources.jetbrains.com/storage/products/company/brand/logos/jetbrains.svg)](https://jb.gg/OpenSourceSupport)
@@ -7,7 +7,7 @@ bsb-hdf5~=4.1.1
7
7
  bsb-arbor==4.1.0
8
8
 
9
9
  [nest]
10
- bsb-nest==4.3.1
10
+ bsb-nest==4.3.2
11
11
 
12
12
  [neuron]
13
13
  bsb-neuron==4.0.3
@@ -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.1"
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.1"]
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.1"
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}"
File without changes
File without changes
File without changes
File without changes