bluecellulab 2.6.37__py3-none-any.whl → 2.6.38__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 bluecellulab might be problematic. Click here for more details.

@@ -1,10 +1,10 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: bluecellulab
3
- Version: 2.6.37
3
+ Version: 2.6.38
4
4
  Summary: Biologically detailed neural network simulations and analysis.
5
5
  Author: Blue Brain Project, EPFL
6
6
  License: Apache2.0
7
- Project-URL: Homepage, https://github.com/BlueBrain/BlueCelluLab
7
+ Project-URL: Homepage, https://github.com/openbraininstitute/BlueCelluLab
8
8
  Project-URL: Documentation, https://bluecellulab.readthedocs.io/
9
9
  Keywords: computational neuroscience,simulation,analysis,SONATA,neural networks,neuron,Blue Brain Project
10
10
  Classifier: Development Status :: 5 - Production/Stable
@@ -14,7 +14,7 @@ Classifier: Operating System :: POSIX
14
14
  Classifier: Topic :: Scientific/Engineering
15
15
  Classifier: Programming Language :: Python :: 3
16
16
  Classifier: Topic :: Utilities
17
- Requires-Python: >=3.8
17
+ Requires-Python: >=3.9
18
18
  Description-Content-Type: text/x-rst
19
19
  License-File: LICENSE
20
20
  License-File: AUTHORS.txt
@@ -91,12 +91,12 @@ If you need to cite a specific version, please use the DOI provided by `Zenodo <
91
91
  Support
92
92
  =======
93
93
 
94
- We are providing support on `Gitter <https://gitter.im/BlueBrain/BlueCelluLab>`_. We suggest you create tickets on the `Github issue tracker <https://github.com/BlueBrain/BlueCelluLab/issues>`_ in case you encounter problems while using the software or if you have some suggestions.
94
+ We are providing support on `Gitter <https://gitter.im/openbraininstitute/BlueCelluLab>`_. We suggest you create tickets on the `Github issue tracker <https://github.com/openbraininstitute/BlueCelluLab/issues>`_ in case you encounter problems while using the software or if you have some suggestions.
95
95
 
96
96
  Main dependencies
97
97
  =================
98
98
 
99
- * `Python 3.8+ <https://www.python.org/downloads/release/python-380/>`_
99
+ * `Python 3.9+ <https://www.python.org/downloads/release/python-390/>`_
100
100
  * `Neuron 8.0.2+ <https://pypi.org/project/NEURON/>`_
101
101
 
102
102
  Installation
@@ -127,13 +127,13 @@ The following example shows how to create a cell, add a stimulus and run a simul
127
127
  time, voltage = cell.get_time(), cell.get_soma_voltage()
128
128
  # plotting time and voltage ...
129
129
 
130
- .. image:: https://raw.githubusercontent.com/BlueBrain/BlueCelluLab/main/docs/images/voltage-readme.png
130
+ .. image:: https://raw.githubusercontent.com/openbraininstitute/BlueCelluLab/main/docs/images/voltage-readme.png
131
131
  :alt: Voltage plot
132
132
 
133
133
  Tutorial
134
134
  ========
135
135
 
136
- A more detailed explanation on how to use BlueCelluLab, as well as other examples can be found on the `examples page <https://github.com/BlueBrain/BlueCelluLab/blob/main/examples/README.rst>`_.
136
+ A more detailed explanation on how to use BlueCelluLab, as well as other examples can be found on the `examples page <https://github.com/openbraininstitute/BlueCelluLab/blob/main/examples/README.rst>`_.
137
137
 
138
138
  API Documentation
139
139
  =================
@@ -155,7 +155,7 @@ Testing is set up using `tox`:
155
155
  Contributing
156
156
  ============
157
157
 
158
- We welcome contributions to BlueCelluLab! Please see the `CONTRIBUTING.rst <https://github.com/BlueBrain/BlueCelluLab/blob/main/CONTRIBUTING.rst>`_ for guidelines on how to contribute.
158
+ We welcome contributions to BlueCelluLab! Please see the `CONTRIBUTING.rst <https://github.com/openbraininstitute/BlueCelluLab/blob/main/CONTRIBUTING.rst>`_ for guidelines on how to contribute.
159
159
 
160
160
  Funding & Acknowledgements
161
161
  ==========================
@@ -166,6 +166,7 @@ Copyright
166
166
  =========
167
167
 
168
168
  Copyright (c) 2023-2024 Blue Brain Project/EPFL
169
+ Copyright (c) 2025 Open Brain Institute
169
170
 
170
171
  This work is licensed under `Apache 2.0 <https://www.apache.org/licenses/LICENSE-2.0.html>`_
171
172
 
@@ -175,10 +176,10 @@ The licenses of the morphology files used in this repository are available on: h
175
176
 
176
177
 
177
178
  .. |license| image:: https://img.shields.io/badge/License-Apache%202.0-blue.svg
178
- :target: https://github.com/BlueBrain/BlueCelluLab/blob/main/LICENSE
179
+ :target: https://github.com/openbraininstitute/BlueCelluLab/blob/main/LICENSE
179
180
 
180
- .. |tests| image:: https://github.com/BlueBrain/BlueCelluLab/actions/workflows/test.yml/badge.svg?branch=main
181
- :target: https://github.com/BlueBrain/BlueCelluLab/actions/workflows/test.yml
181
+ .. |tests| image:: https://github.com/openbraininstitute/BlueCelluLab/actions/workflows/test.yml/badge.svg?branch=main
182
+ :target: https://github.com/openbraininstitute/BlueCelluLab/actions/workflows/test.yml
182
183
  :alt: CI
183
184
 
184
185
  .. |pypi| image:: https://img.shields.io/pypi/v/bluecellulab.svg
@@ -189,13 +190,13 @@ The licenses of the morphology files used in this repository are available on: h
189
190
  :target: https://bluecellulab.readthedocs.io/
190
191
  :alt: latest documentation
191
192
 
192
- .. |coverage| image:: https://codecov.io/github/BlueBrain/BlueCelluLab/coverage.svg?branch=main
193
- :target: https://codecov.io/gh/BlueBrain/bluecellulab
193
+ .. |coverage| image:: https://codecov.io/github/openbraininstitute/BlueCelluLab/coverage.svg?branch=main
194
+ :target: https://codecov.io/gh/openbraininstitute/bluecellulab
194
195
  :alt: coverage
195
196
 
196
197
  .. |gitter| image:: https://badges.gitter.im/Join%20Chat.svg
197
- :target: https://gitter.im/BlueBrain/BlueCelluLab
198
- :alt: Join the chat at https://gitter.im/BlueBrain/BlueCelluLab
198
+ :target: https://gitter.im/openbraininstitute/BlueCelluLab
199
+ :alt: Join the chat at https://gitter.im/openbraininstitute/BlueCelluLab
199
200
 
200
201
  .. |joss| image:: https://joss.theoj.org/papers/effd553ca48734a2966d9d7ace3b05ff/status.svg
201
202
  :target: https://joss.theoj.org/papers/effd553ca48734a2966d9d7ace3b05ff
@@ -212,4 +213,4 @@ The licenses of the morphology files used in this repository are available on: h
212
213
  to skip content after the marker 'substitutions'.
213
214
 
214
215
  .. substitutions
215
- .. |banner| image:: https://raw.githubusercontent.com/BlueBrain/BlueCelluLab/main/docs/source/logo/BlueCelluLabBanner.jpg
216
+ .. |banner| image:: https://raw.githubusercontent.com/openbraininstitute/BlueCelluLab/main/docs/source/logo/BlueCelluLabBanner.jpg
@@ -62,9 +62,9 @@ bluecellulab/stimulus/factory.py,sha256=L85RN-lImkyCEM87Pp1X5rpGNIHLNSMwx1b9dZxO
62
62
  bluecellulab/synapse/__init__.py,sha256=RW8XoAMXOvK7OG1nHl_q8jSEKLj9ZN4oWf2nY9HAwuk,192
63
63
  bluecellulab/synapse/synapse_factory.py,sha256=NHwRMYMrnRVm_sHmyKTJ1bdoNmWZNU4UPOGu7FCi-PE,6987
64
64
  bluecellulab/synapse/synapse_types.py,sha256=zs_yBvGTH4QrbQF3nEViidyq1WM_ZcTSFdjUxB3khW0,16871
65
- bluecellulab-2.6.37.dist-info/AUTHORS.txt,sha256=EDs3H-2HXBojbma10psixk3C2rFiOCTIREi2ZAbXYNQ,179
66
- bluecellulab-2.6.37.dist-info/LICENSE,sha256=dAMAR2Sud4Nead1wGFleKiwTZfkTNZbzmuGfcTKb3kg,11335
67
- bluecellulab-2.6.37.dist-info/METADATA,sha256=WjdGXa3ealMZkID135lo2fl2gcDNyHz5TBpUJlAoQ3I,8059
68
- bluecellulab-2.6.37.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
69
- bluecellulab-2.6.37.dist-info/top_level.txt,sha256=VSyEP8w9l3pXdRkyP_goeMwiNA8KWwitfAqUkveJkdQ,13
70
- bluecellulab-2.6.37.dist-info/RECORD,,
65
+ bluecellulab-2.6.38.dist-info/AUTHORS.txt,sha256=EDs3H-2HXBojbma10psixk3C2rFiOCTIREi2ZAbXYNQ,179
66
+ bluecellulab-2.6.38.dist-info/LICENSE,sha256=dAMAR2Sud4Nead1wGFleKiwTZfkTNZbzmuGfcTKb3kg,11335
67
+ bluecellulab-2.6.38.dist-info/METADATA,sha256=CdrPKEsDH7JyihVl5CuNO0vHo47KVQsWMwNGTSADiQk,8225
68
+ bluecellulab-2.6.38.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
69
+ bluecellulab-2.6.38.dist-info/top_level.txt,sha256=VSyEP8w9l3pXdRkyP_goeMwiNA8KWwitfAqUkveJkdQ,13
70
+ bluecellulab-2.6.38.dist-info/RECORD,,