bsb-arbor 4.0.0__py2.py3-none-any.whl → 4.1.0__py2.py3-none-any.whl

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.

@@ -0,0 +1,37 @@
1
+ Metadata-Version: 2.1
2
+ Name: bsb-arbor
3
+ Version: 4.1.0
4
+ Summary: Arbor simulation adapter for the BSB framework
5
+ Author-email: Robin De Schepper <robingilbert.deschepper@unipv.it>
6
+ Description-Content-Type: text/markdown
7
+ Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
8
+ Requires-Dist: numpy~=1.21
9
+ Requires-Dist: bsb-core~=4.0
10
+ Requires-Dist: arbor~=0.10
11
+ Requires-Dist: arborize[arbor]~=4.0
12
+ Requires-Dist: bsb-arbor[test] ; extra == "dev"
13
+ Requires-Dist: build~=1.0 ; extra == "dev"
14
+ Requires-Dist: twine~=4.0 ; extra == "dev"
15
+ Requires-Dist: pre-commit~=3.5 ; extra == "dev"
16
+ Requires-Dist: black~=24.1.1 ; extra == "dev"
17
+ Requires-Dist: isort~=5.12 ; extra == "dev"
18
+ Requires-Dist: snakeviz~=2.1 ; extra == "dev"
19
+ Requires-Dist: bump-my-version~=0.24 ; extra == "dev"
20
+ Requires-Dist: bsb-core[parallel] ; extra == "parallel"
21
+ Requires-Dist: bsb-core[parallel] ; extra == "test"
22
+ Requires-Dist: bsb-hdf5~=4.0 ; extra == "test"
23
+ Requires-Dist: bsb-test~=4.0 ; extra == "test"
24
+ Requires-Dist: coverage~=7.0 ; extra == "test"
25
+ Provides-Extra: dev
26
+ Provides-Extra: parallel
27
+ Provides-Extra: test
28
+
29
+ [![Build Status](https://github.com/dbbs-lab/bsb-arbor/actions/workflows/main.yml/badge.svg)](https://github.com/dbbs-lab/bsb-arbor/actions/workflows/main.yml)
30
+ [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
31
+
32
+ # bsb-arbor
33
+
34
+ bsb-nest is a pluggin of [BSB](https://github.com/dbbs-lab/bsb) (see also
35
+ [bsb-core](https://github.com/dbbs-lab/bsb-core)).
36
+ It contains the interfaces and tools to simulate BSB circuit with the
37
+ [Arbor simulator](https://arbor-sim.org/).
@@ -0,0 +1,15 @@
1
+ bsb_arbor/__init__.py,sha256=SzV-RFP3Ajde_58N88UicWcMboixRy1zPTl4rXRl_a0,315
2
+ bsb_arbor/adapter.py,sha256=kpYg__1DQTwxMA58ExL28vkdcU1CD-PdjZ8nvo3C-2g,16019
3
+ bsb_arbor/cell.py,sha256=hhjAKcm7GheFwY3yETlkIaHLPJxI4ElrgyalhOIRPFw,2103
4
+ bsb_arbor/connection.py,sha256=xCCbySxl21O2-1W-t32IY0BInHSVLXIU8y9437_8QWg,2248
5
+ bsb_arbor/device.py,sha256=moZFoY437ccD2Ab7MDwl7zYqTqKjVrCycKU9ZNprAKU,1435
6
+ bsb_arbor/simulation.py,sha256=Gmw8QfVZnmNXMM-4SrUOpNzvnKzaTwf1_6mo9HWaG3I,729
7
+ bsb_arbor/devices/__init__.py,sha256=2kKiJZr9ZVXM9ZmR8GsVLnx_ZzFKYZd7pxLL238_EQc,115
8
+ bsb_arbor/devices/poisson_generator.py,sha256=bczZNTzJaWeTiOo3fQApMB_WVNOUVjgfDIkEV27ZcoA,805
9
+ bsb_arbor/devices/probe.py,sha256=3S0ztYAgsjX2CNLw7-wku5J8ku6diKWKLBq4MI9F-nM,1707
10
+ bsb_arbor/devices/spike_recorder.py,sha256=WWyHPq8_Me9XEdqxpHPY6Gv17lv5m1UENQZDYQ_lEu0,1332
11
+ bsb_arbor-4.1.0.dist-info/entry_points.txt,sha256=8z5oyflKGOBD2smUKyrUit-_2JqBs85g8rm5YOM8SYg,43
12
+ bsb_arbor-4.1.0.dist-info/LICENSE,sha256=ljOS4DjXvqEo5VzGfdaRwgRZPbNScGBmfwyC8PChvmQ,32422
13
+ bsb_arbor-4.1.0.dist-info/WHEEL,sha256=Sgu64hAMa6g5FdzHxXv9Xdse9yxpGGMeagVtPMWpJQY,99
14
+ bsb_arbor-4.1.0.dist-info/METADATA,sha256=wdTK5ifkLsNyYN3Ue4eT8VCjOvEt5PNKCpvYs9A0yhE,1638
15
+ bsb_arbor-4.1.0.dist-info/RECORD,,
@@ -1,19 +0,0 @@
1
- Metadata-Version: 2.1
2
- Name: bsb-arbor
3
- Version: 4.0.0
4
- Summary: Arbor simulation adapter for the BSB framework
5
- Author-email: Robin De Schepper <robingilbert.deschepper@unipv.it>
6
- Description-Content-Type: text/markdown
7
- Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
8
- Requires-Dist: numpy~=1.21
9
- Requires-Dist: bsb-core~=4.0
10
- Requires-Dist: arbor~=0.9
11
- Requires-Dist: arborize[arbor]~=4.0
12
- Requires-Dist: bsb-core[parallel] ; extra == "test"
13
- Requires-Dist: bsb-nest~=4.0 ; extra == "test"
14
- Requires-Dist: bsb-test~=4.0 ; extra == "test"
15
- Requires-Dist: coverage~=7.0 ; extra == "test"
16
- Provides-Extra: test
17
-
18
- # bsb-arbor
19
-
@@ -1,15 +0,0 @@
1
- bsb_arbor/__init__.py,sha256=D5HLsQJGOh_-XfzSGqGwOxfeK4XGtXheG6GZyjCUc3Y,315
2
- bsb_arbor/adapter.py,sha256=CocTDtvNBUb2Uegjap7bEDfDA_Vwumj5YRMP24q0IxA,16130
3
- bsb_arbor/cell.py,sha256=u82fahDg4u804pZUGVvI_4bg8q4m8YOkaPFsaA7yyN0,2159
4
- bsb_arbor/connection.py,sha256=v0cZHqchHjjmHF3VSfoZQ9bnAhvikqYc27GCt1k-tF4,2315
5
- bsb_arbor/device.py,sha256=7AWjFcrM-Mu0Y-9eA3xaP5iYnb0omDr7G-sH2FalUXw,1480
6
- bsb_arbor/simulation.py,sha256=o-IsP5caJ7Oy46fEjMzeBzQkWDYUfkGaWsbEFw6yV1A,752
7
- bsb_arbor/devices/__init__.py,sha256=0bL4NSE5hp2OW0Do0u4Jdgo0b4kU5X9yxwsUgaH1Bm8,118
8
- bsb_arbor/devices/poisson_generator.py,sha256=JJ1r2NSAwEnvaZWwidsYqCDbGFNZt9xBbMnwRSGv5T0,750
9
- bsb_arbor/devices/probe.py,sha256=eYObX2KdlB0PAeXFRkw-C7SeDrD5rZd1Ok5US4gEjKk,1762
10
- bsb_arbor/devices/spike_recorder.py,sha256=5NEay2tZ4F_FBSsOkIyIsMNCIdhtWUrCFmmkokGKzGM,1375
11
- bsb_arbor-4.0.0.dist-info/entry_points.txt,sha256=8z5oyflKGOBD2smUKyrUit-_2JqBs85g8rm5YOM8SYg,43
12
- bsb_arbor-4.0.0.dist-info/LICENSE,sha256=0SAgqCl8RI6Vm7Rv5YC6CPyLA2MXedQM9tq17WMXl-o,33041
13
- bsb_arbor-4.0.0.dist-info/WHEEL,sha256=Sgu64hAMa6g5FdzHxXv9Xdse9yxpGGMeagVtPMWpJQY,99
14
- bsb_arbor-4.0.0.dist-info/METADATA,sha256=tck_xHNfMaABc0Lt5hWoszbIYSpwQj-wupXyp3XJnhc,649
15
- bsb_arbor-4.0.0.dist-info/RECORD,,