bsb-arbor 6.0.1__tar.gz → 6.0.3__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,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: bsb-arbor
3
- Version: 6.0.1
3
+ Version: 6.0.3
4
4
  Summary: Arbor simulation adapter for the BSB framework.
5
5
  Author-email: Robin De Schepper <robin@alexandria.sc>, Dimitri Rodarie <dimitri.rodarie@unipv.it>
6
6
  Requires-Python: >=3.10,<4
@@ -69,6 +69,7 @@ class Population:
69
69
  This class manages a collection of cells from a specific cell model, handling their
70
70
  GID ranges and providing methods to access and manipulate subsets of the population.
71
71
  """
72
+
72
73
  def __init__(self, simdata, cell_model, offset):
73
74
  """
74
75
  Initialize a population of cells.
@@ -6,7 +6,7 @@ build-backend = "flit_core.buildapi"
6
6
 
7
7
  [project]
8
8
  name = "bsb-arbor"
9
- version = "6.0.1"
9
+ version = "6.0.3"
10
10
  readme = "README.md"
11
11
  requires-python = ">=3.10,<4"
12
12
  dynamic = [ "description" ]
File without changes
File without changes
File without changes
File without changes