bsb-nest 4.0.0rc2__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-nest might be problematic. Click here for more details.

@@ -1,19 +1,19 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: bsb-nest
3
- Version: 4.0.0rc2
3
+ Version: 4.1.0
4
4
  Summary: NEST simulation adapter for the BSB framework.
5
5
  Author-email: Robin De Schepper <robingilbert.deschepper@unipv.it>
6
6
  Description-Content-Type: text/markdown
7
7
  Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
8
- Requires-Dist: bsb-core==4.0.0rc2
8
+ Requires-Dist: bsb-core~=4.1
9
9
  Requires-Dist: pre-commit~=3.5 ; extra == "dev"
10
- Requires-Dist: black~=24.1.1 ; extra == "dev"
10
+ Requires-Dist: black~=24.0 ; extra == "dev"
11
11
  Requires-Dist: isort~=5.12 ; extra == "dev"
12
12
  Requires-Dist: bump-my-version~=0.18 ; extra == "dev"
13
13
  Requires-Dist: bsb-core[parallel] ; extra == "parallel"
14
- Requires-Dist: bsb-test==4.0.0rc2 ; extra == "test"
15
- Requires-Dist: bsb-hdf5==4.0.0rc2 ; extra == "test"
16
- Requires-Dist: bsb-arbor==4.0.0rc2 ; extra == "test"
14
+ Requires-Dist: bsb-test~=4.0 ; extra == "test"
15
+ Requires-Dist: bsb-hdf5~=4.0 ; extra == "test"
16
+ Requires-Dist: bsb-arbor~=4.0 ; extra == "test"
17
17
  Requires-Dist: coverage~=7.0 ; extra == "test"
18
18
  Provides-Extra: dev
19
19
  Provides-Extra: parallel
@@ -0,0 +1,18 @@
1
+ bsb_nest/__init__.py,sha256=cS-0LUpcqNdN0wv4fGD-fs-4rtNxbhpKBUi3W3-Td8E,311
2
+ bsb_nest/adapter.py,sha256=uwFdicGOx7mRyYlfRY89zw7re0dnv9qumli1llJ0Rok,6668
3
+ bsb_nest/cell.py,sha256=AauERRJd5OkKVSIxbx6LO2D9L7LDA6iMFfYjxu59e4c,960
4
+ bsb_nest/connection.py,sha256=SkZQt3REBaiWjJf4eMo1bKVgrBs1eq1mfvaoid_PnjE,5425
5
+ bsb_nest/device.py,sha256=w6jeGSOzqd8iTtw6HxsWS0TuYTxf6iO9eqAseaFC3W8,2615
6
+ bsb_nest/distributions.py,sha256=qAYaHJkMwaCfbTh_efoJT1hMoDHWsfQo_3SNLoD8WeA,1950
7
+ bsb_nest/exceptions.py,sha256=NX4oiGWIshrLG1DCak_nTfI8cQI7GTdewR71qNzsXGM,264
8
+ bsb_nest/simulation.py,sha256=MCfEhwhbl_S1WNyY-EAzW8SmVKk-nLui71jK9M3lGKw,985
9
+ bsb_nest/devices/__init__.py,sha256=0-zwJ8jdvBdTFetU-q87OfyZYpKl_JVcVDrsLNn7yHQ,163
10
+ bsb_nest/devices/dc_generator.py,sha256=g-jRZorCl2yYhr5bx2I00ZlxYrblDcqVbtk0XYZzmdI,953
11
+ bsb_nest/devices/multimeter.py,sha256=dLBDNCJuFIgxOZ0ssEoir7d65EW7ORS1jFNsvmU2wJ0,1811
12
+ bsb_nest/devices/poisson_generator.py,sha256=SGo4jhq_rbIoB38OM5FTTYlyShxGAwWqCqAncWVB3qg,1465
13
+ bsb_nest/devices/spike_recorder.py,sha256=vJ9FQqmrcF0HdLl5Jy_bt_ABCUIgF-PLVI23E76JkhY,894
14
+ bsb_nest-4.1.0.dist-info/entry_points.txt,sha256=uJlX9h2VeYfAumav18IM2PTJ3FssfwDUnUmfSFdR2SA,41
15
+ bsb_nest-4.1.0.dist-info/LICENSE,sha256=ljOS4DjXvqEo5VzGfdaRwgRZPbNScGBmfwyC8PChvmQ,32422
16
+ bsb_nest-4.1.0.dist-info/WHEEL,sha256=Sgu64hAMa6g5FdzHxXv9Xdse9yxpGGMeagVtPMWpJQY,99
17
+ bsb_nest-4.1.0.dist-info/METADATA,sha256=mk4Pg48_luR4E4Qo_7YdYUDSA2QMLrTAksvZs0ROi3o,845
18
+ bsb_nest-4.1.0.dist-info/RECORD,,
@@ -1,15 +0,0 @@
1
- bsb_nest/__init__.py,sha256=yg1ZCLcbfniJPEA6HRi8T0jBqFTF7Rj4rU_EJAo3hUE,315
2
- bsb_nest/adapter.py,sha256=Zlt0QuV-3UtFoHrSF_sdPb4O1u0OVTEzBsEqjj0M3QQ,6733
3
- bsb_nest/cell.py,sha256=hYuCp-60RlGO5lO7SdJsYadoyFjKgiqBqP9aLOpTxcc,772
4
- bsb_nest/connection.py,sha256=sdFiTSCyM0u8gcE5rpMjn29bX3bmhcRPyLBc7L7KFXc,5568
5
- bsb_nest/device.py,sha256=Hw2bIzMmUAWHlrOi-fn72riyiFFmT338YKlkh2KNCaU,2478
6
- bsb_nest/exceptions.py,sha256=c0_-DqSXNm0pHP-v_pQqUcC2uhFhDUAb5TVAw6QW-P8,276
7
- bsb_nest/simulation.py,sha256=09P7u78z6ruYD24RWDroiBypSix_RPzRHoS6MZELer0,707
8
- bsb_nest/devices/__init__.py,sha256=ecfuof-qH8WdPYnbmn4iMZPjXn1WIzxzAZPa6_iPYLI,92
9
- bsb_nest/devices/poisson_generator.py,sha256=Dr7jtoHk7HCYoGcqCqpX4FVHVUkWx1RI3GHIRq538Fk,1030
10
- bsb_nest/devices/spike_recorder.py,sha256=W2xuoKNEYkdYNfNPdPCJe7snc-ff3PB1miX8Eqrix7I,924
11
- bsb_nest-4.0.0rc2.dist-info/entry_points.txt,sha256=uJlX9h2VeYfAumav18IM2PTJ3FssfwDUnUmfSFdR2SA,41
12
- bsb_nest-4.0.0rc2.dist-info/LICENSE,sha256=0SAgqCl8RI6Vm7Rv5YC6CPyLA2MXedQM9tq17WMXl-o,33041
13
- bsb_nest-4.0.0rc2.dist-info/WHEEL,sha256=Sgu64hAMa6g5FdzHxXv9Xdse9yxpGGMeagVtPMWpJQY,99
14
- bsb_nest-4.0.0rc2.dist-info/METADATA,sha256=k3RAmbGYHCHQXS32KeND_NeN-O_qtxxKUZltLs7JfUE,870
15
- bsb_nest-4.0.0rc2.dist-info/RECORD,,