brainunit 0.2.2__tar.gz → 0.3.1__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.
- {brainunit-0.2.2 → brainunit-0.3.1}/PKG-INFO +9 -9
- {brainunit-0.2.2 → brainunit-0.3.1}/README.md +6 -6
- {brainunit-0.2.2 → brainunit-0.3.1}/brainunit/__init__.py +1 -2
- brainunit-0.3.1/brainunit/py.typed +0 -0
- {brainunit-0.2.2 → brainunit-0.3.1}/brainunit.egg-info/PKG-INFO +9 -9
- {brainunit-0.2.2 → brainunit-0.3.1}/brainunit.egg-info/SOURCES.txt +1 -0
- {brainunit-0.2.2 → brainunit-0.3.1}/brainunit.egg-info/requires.txt +1 -1
- {brainunit-0.2.2 → brainunit-0.3.1}/pyproject.toml +6 -3
- {brainunit-0.2.2 → brainunit-0.3.1}/brainunit/_backend.py +0 -0
- {brainunit-0.2.2 → brainunit-0.3.1}/brainunit/_base_decorators.py +0 -0
- {brainunit-0.2.2 → brainunit-0.3.1}/brainunit/_base_dimension.py +0 -0
- {brainunit-0.2.2 → brainunit-0.3.1}/brainunit/_base_getters.py +0 -0
- {brainunit-0.2.2 → brainunit-0.3.1}/brainunit/_base_quantity.py +0 -0
- {brainunit-0.2.2 → brainunit-0.3.1}/brainunit/_base_unit.py +0 -0
- {brainunit-0.2.2 → brainunit-0.3.1}/brainunit/_celsius.py +0 -0
- {brainunit-0.2.2 → brainunit-0.3.1}/brainunit/_exceptions.py +0 -0
- {brainunit-0.2.2 → brainunit-0.3.1}/brainunit/_misc.py +0 -0
- {brainunit-0.2.2 → brainunit-0.3.1}/brainunit/_unit_common.py +0 -0
- {brainunit-0.2.2 → brainunit-0.3.1}/brainunit/_unit_constants.py +0 -0
- {brainunit-0.2.2 → brainunit-0.3.1}/brainunit/_unit_shortcuts.py +0 -0
- {brainunit-0.2.2 → brainunit-0.3.1}/brainunit/autograd/__init__.py +0 -0
- {brainunit-0.2.2 → brainunit-0.3.1}/brainunit/autograd/_hessian.py +0 -0
- {brainunit-0.2.2 → brainunit-0.3.1}/brainunit/autograd/_jacobian.py +0 -0
- {brainunit-0.2.2 → brainunit-0.3.1}/brainunit/autograd/_value_and_grad.py +0 -0
- {brainunit-0.2.2 → brainunit-0.3.1}/brainunit/autograd/_vector_grad.py +0 -0
- {brainunit-0.2.2 → brainunit-0.3.1}/brainunit/constants.py +0 -0
- {brainunit-0.2.2 → brainunit-0.3.1}/brainunit/custom_array.py +0 -0
- {brainunit-0.2.2 → brainunit-0.3.1}/brainunit/fft/__init__.py +0 -0
- {brainunit-0.2.2 → brainunit-0.3.1}/brainunit/fft/_fft_change_unit.py +0 -0
- {brainunit-0.2.2 → brainunit-0.3.1}/brainunit/fft/_fft_keep_unit.py +0 -0
- {brainunit-0.2.2 → brainunit-0.3.1}/brainunit/lax/__init__.py +0 -0
- {brainunit-0.2.2 → brainunit-0.3.1}/brainunit/lax/_lax_accept_unitless.py +0 -0
- {brainunit-0.2.2 → brainunit-0.3.1}/brainunit/lax/_lax_array_creation.py +0 -0
- {brainunit-0.2.2 → brainunit-0.3.1}/brainunit/lax/_lax_change_unit.py +0 -0
- {brainunit-0.2.2 → brainunit-0.3.1}/brainunit/lax/_lax_keep_unit.py +0 -0
- {brainunit-0.2.2 → brainunit-0.3.1}/brainunit/lax/_lax_linalg.py +0 -0
- {brainunit-0.2.2 → brainunit-0.3.1}/brainunit/lax/_lax_remove_unit.py +0 -0
- {brainunit-0.2.2 → brainunit-0.3.1}/brainunit/lax/_misc.py +0 -0
- {brainunit-0.2.2 → brainunit-0.3.1}/brainunit/linalg/__init__.py +0 -0
- {brainunit-0.2.2 → brainunit-0.3.1}/brainunit/linalg/_linalg_change_unit.py +0 -0
- {brainunit-0.2.2 → brainunit-0.3.1}/brainunit/linalg/_linalg_keep_unit.py +0 -0
- {brainunit-0.2.2 → brainunit-0.3.1}/brainunit/linalg/_linalg_remove_unit.py +0 -0
- {brainunit-0.2.2 → brainunit-0.3.1}/brainunit/math/__init__.py +0 -0
- {brainunit-0.2.2 → brainunit-0.3.1}/brainunit/math/_activation.py +0 -0
- {brainunit-0.2.2 → brainunit-0.3.1}/brainunit/math/_alias.py +0 -0
- {brainunit-0.2.2 → brainunit-0.3.1}/brainunit/math/_einops.py +0 -0
- {brainunit-0.2.2 → brainunit-0.3.1}/brainunit/math/_fun_accept_unitless.py +0 -0
- {brainunit-0.2.2 → brainunit-0.3.1}/brainunit/math/_fun_array_creation.py +0 -0
- {brainunit-0.2.2 → brainunit-0.3.1}/brainunit/math/_fun_change_unit.py +0 -0
- {brainunit-0.2.2 → brainunit-0.3.1}/brainunit/math/_fun_keep_unit.py +0 -0
- {brainunit-0.2.2 → brainunit-0.3.1}/brainunit/math/_fun_remove_unit.py +0 -0
- {brainunit-0.2.2 → brainunit-0.3.1}/brainunit/math/_misc.py +0 -0
- {brainunit-0.2.2 → brainunit-0.3.1}/brainunit/math/fft.py +0 -0
- {brainunit-0.2.2 → brainunit-0.3.1}/brainunit/math/linalg.py +0 -0
- {brainunit-0.2.2 → brainunit-0.3.1}/brainunit/sparse/__init__.py +0 -0
- {brainunit-0.2.2 → brainunit-0.3.1}/brainunit/sparse/_coo.py +0 -0
- {brainunit-0.2.2 → brainunit-0.3.1}/brainunit/sparse/_csr.py +0 -0
- {brainunit-0.2.2 → brainunit-0.3.1}/brainunit/typing.py +0 -0
- {brainunit-0.2.2 → brainunit-0.3.1}/brainunit.egg-info/dependency_links.txt +0 -0
- {brainunit-0.2.2 → brainunit-0.3.1}/brainunit.egg-info/top_level.txt +0 -0
- {brainunit-0.2.2 → brainunit-0.3.1}/setup.cfg +0 -0
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: brainunit
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.3.1
|
|
4
4
|
Summary: Physical Units and Unit-Aware Mathematical System for General-Purpose Brain Dynamics Modeling
|
|
5
5
|
Author-email: BrainUnit Developers <chao.brain@qq.com>
|
|
6
6
|
License-Expression: Apache-2.0
|
|
7
7
|
Project-URL: homepage, https://github.com/chaobrain/brainunit
|
|
8
8
|
Project-URL: repository, https://github.com/chaobrain/brainunit
|
|
9
9
|
Project-URL: Bug Tracker, https://github.com/chaobrain/brainunit/issues
|
|
10
|
-
Project-URL: Documentation, https://
|
|
10
|
+
Project-URL: Documentation, https://brainx.chaobrain.com/brainunit/
|
|
11
11
|
Keywords: physical unit,physical quantity,brain modeling
|
|
12
12
|
Classifier: Natural Language :: English
|
|
13
13
|
Classifier: Operating System :: OS Independent
|
|
@@ -30,7 +30,7 @@ Requires-Python: >=3.10
|
|
|
30
30
|
Description-Content-Type: text/markdown
|
|
31
31
|
Requires-Dist: numpy
|
|
32
32
|
Requires-Dist: typing_extensions
|
|
33
|
-
Requires-Dist: saiunit==0.
|
|
33
|
+
Requires-Dist: saiunit==0.3.1
|
|
34
34
|
Provides-Extra: testing
|
|
35
35
|
Requires-Dist: pytest; extra == "testing"
|
|
36
36
|
Requires-Dist: brainstate; extra == "testing"
|
|
@@ -59,7 +59,7 @@ Requires-Dist: brainunit[cupy,dask,jax,ndonnx,torch]; extra == "all"
|
|
|
59
59
|
<h2 align='center'>Physical units and unit-aware math system for general-purpose brain dynamics modeling</h2>
|
|
60
60
|
|
|
61
61
|
<p align="center">
|
|
62
|
-
<img alt="Header image of brainunit." src="https://
|
|
62
|
+
<img alt="Header image of brainunit." src="https://brainx.chaobrain.com/images/brainunit.webp" width=30%>
|
|
63
63
|
</p>
|
|
64
64
|
|
|
65
65
|
|
|
@@ -67,7 +67,7 @@ Requires-Dist: brainunit[cupy,dask,jax,ndonnx,torch]; extra == "all"
|
|
|
67
67
|
<p align="center">
|
|
68
68
|
<a href="https://pypi.org/project/brainunit/"><img alt="Supported Python Version" src="https://img.shields.io/pypi/pyversions/brainunit"></a>
|
|
69
69
|
<a href="https://github.com/chaobrain/brainunit/blob/main/LICENSE"><img alt="LICENSE" src="https://img.shields.io/badge/License-Apache%202.0-blue.svg"></a>
|
|
70
|
-
<a href='https://
|
|
70
|
+
<a href='https://brainx.chaobrain.com/braintools/'>
|
|
71
71
|
<img src='https://readthedocs.org/projects/brainunit/badge/?version=latest' alt='Documentation Status' />
|
|
72
72
|
</a>
|
|
73
73
|
<a href="https://badge.fury.io/py/brainunit"><img alt="PyPI version" src="https://badge.fury.io/py/brainunit.svg"></a>
|
|
@@ -79,7 +79,7 @@ Requires-Dist: brainunit[cupy,dask,jax,ndonnx,torch]; extra == "all"
|
|
|
79
79
|
|
|
80
80
|
[BrainUnit](https://github.com/chaobrain/brainunit) provides physical units and unit-aware mathematical system in JAX for brain dynamics modeling. It introduces rigoirous physical units into high-performance AI-driven abstract numerical computing.
|
|
81
81
|
|
|
82
|
-
BrainUnit is initially designed to enable unit-aware computations in brain dynamics modeling (see our [BDP ecosystem](https://
|
|
82
|
+
BrainUnit is initially designed to enable unit-aware computations in brain dynamics modeling (see our [BDP ecosystem](https://brainx.chaobrain.com/)). However, its features and capacities can be applied to general domains in scientific computing and AI4Science. Starting in 2025/02, BrainUnit has been fully integrated into [SAIUnit](https://github.com/chaobrain/saiunit) (the **Unit** system for **S**cientific **AI**).
|
|
83
83
|
|
|
84
84
|
Functionalities are the same for both ``brainunit`` and ``saiunit``, and their functions and data structures are interoperable, sharing the same set of APIs, and eliminating any potential conflicts. This meas that
|
|
85
85
|
|
|
@@ -99,13 +99,13 @@ For users primarily engaged in general scientific computing, `saiunit` is likely
|
|
|
99
99
|
|
|
100
100
|
## Documentation
|
|
101
101
|
|
|
102
|
-
The official documentation of BrainUnit is hosted on Read the Docs: [https://
|
|
102
|
+
The official documentation of BrainUnit is hosted on Read the Docs: [https://brainx.chaobrain.com/brainunit](https://brainx.chaobrain.com/brainunit)
|
|
103
103
|
|
|
104
104
|
|
|
105
105
|
|
|
106
106
|
## Features
|
|
107
107
|
|
|
108
|
-
`brainunit` can be seamlessly integrated into every aspect of our [brain modeling ecosystem](https://
|
|
108
|
+
`brainunit` can be seamlessly integrated into every aspect of our [brain modeling ecosystem](https://brainx.chaobrain.com/), such as, the checkpointing of [braintools](https://github.com/chaobrain/braintools), the event-driven operators in [brainevent](https://github.com/chaobrain/brainevent), the state-based JIT compilation in [brainstate](https://github.com/chaobrain/brainstate), online learning rules in [brainscale](https://github.com/chaobrain/brainscale), or event more.
|
|
109
109
|
|
|
110
110
|
A quick example for this kind of integration:
|
|
111
111
|
|
|
@@ -187,4 +187,4 @@ If you use `brainunit` in your research, please consider citing the following pa
|
|
|
187
187
|
|
|
188
188
|
## See also the ecosystem
|
|
189
189
|
|
|
190
|
-
``brainunit`` is one part of our [brain modeling ecosystem](https://
|
|
190
|
+
``brainunit`` is one part of our [brain modeling ecosystem](https://brainx.chaobrain.com/).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<h2 align='center'>Physical units and unit-aware math system for general-purpose brain dynamics modeling</h2>
|
|
3
3
|
|
|
4
4
|
<p align="center">
|
|
5
|
-
<img alt="Header image of brainunit." src="https://
|
|
5
|
+
<img alt="Header image of brainunit." src="https://brainx.chaobrain.com/images/brainunit.webp" width=30%>
|
|
6
6
|
</p>
|
|
7
7
|
|
|
8
8
|
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
<p align="center">
|
|
11
11
|
<a href="https://pypi.org/project/brainunit/"><img alt="Supported Python Version" src="https://img.shields.io/pypi/pyversions/brainunit"></a>
|
|
12
12
|
<a href="https://github.com/chaobrain/brainunit/blob/main/LICENSE"><img alt="LICENSE" src="https://img.shields.io/badge/License-Apache%202.0-blue.svg"></a>
|
|
13
|
-
<a href='https://
|
|
13
|
+
<a href='https://brainx.chaobrain.com/braintools/'>
|
|
14
14
|
<img src='https://readthedocs.org/projects/brainunit/badge/?version=latest' alt='Documentation Status' />
|
|
15
15
|
</a>
|
|
16
16
|
<a href="https://badge.fury.io/py/brainunit"><img alt="PyPI version" src="https://badge.fury.io/py/brainunit.svg"></a>
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
|
|
23
23
|
[BrainUnit](https://github.com/chaobrain/brainunit) provides physical units and unit-aware mathematical system in JAX for brain dynamics modeling. It introduces rigoirous physical units into high-performance AI-driven abstract numerical computing.
|
|
24
24
|
|
|
25
|
-
BrainUnit is initially designed to enable unit-aware computations in brain dynamics modeling (see our [BDP ecosystem](https://
|
|
25
|
+
BrainUnit is initially designed to enable unit-aware computations in brain dynamics modeling (see our [BDP ecosystem](https://brainx.chaobrain.com/)). However, its features and capacities can be applied to general domains in scientific computing and AI4Science. Starting in 2025/02, BrainUnit has been fully integrated into [SAIUnit](https://github.com/chaobrain/saiunit) (the **Unit** system for **S**cientific **AI**).
|
|
26
26
|
|
|
27
27
|
Functionalities are the same for both ``brainunit`` and ``saiunit``, and their functions and data structures are interoperable, sharing the same set of APIs, and eliminating any potential conflicts. This meas that
|
|
28
28
|
|
|
@@ -42,13 +42,13 @@ For users primarily engaged in general scientific computing, `saiunit` is likely
|
|
|
42
42
|
|
|
43
43
|
## Documentation
|
|
44
44
|
|
|
45
|
-
The official documentation of BrainUnit is hosted on Read the Docs: [https://
|
|
45
|
+
The official documentation of BrainUnit is hosted on Read the Docs: [https://brainx.chaobrain.com/brainunit](https://brainx.chaobrain.com/brainunit)
|
|
46
46
|
|
|
47
47
|
|
|
48
48
|
|
|
49
49
|
## Features
|
|
50
50
|
|
|
51
|
-
`brainunit` can be seamlessly integrated into every aspect of our [brain modeling ecosystem](https://
|
|
51
|
+
`brainunit` can be seamlessly integrated into every aspect of our [brain modeling ecosystem](https://brainx.chaobrain.com/), such as, the checkpointing of [braintools](https://github.com/chaobrain/braintools), the event-driven operators in [brainevent](https://github.com/chaobrain/brainevent), the state-based JIT compilation in [brainstate](https://github.com/chaobrain/brainstate), online learning rules in [brainscale](https://github.com/chaobrain/brainscale), or event more.
|
|
52
52
|
|
|
53
53
|
A quick example for this kind of integration:
|
|
54
54
|
|
|
@@ -130,4 +130,4 @@ If you use `brainunit` in your research, please consider citing the following pa
|
|
|
130
130
|
|
|
131
131
|
## See also the ecosystem
|
|
132
132
|
|
|
133
|
-
``brainunit`` is one part of our [brain modeling ecosystem](https://
|
|
133
|
+
``brainunit`` is one part of our [brain modeling ecosystem](https://brainx.chaobrain.com/).
|
|
@@ -67,7 +67,7 @@ from ._base_getters import (
|
|
|
67
67
|
split_mantissa_unit,
|
|
68
68
|
unit_scale_align_to_first,
|
|
69
69
|
)
|
|
70
|
-
from ._base_quantity import Quantity
|
|
70
|
+
from ._base_quantity import Quantity
|
|
71
71
|
from ._base_unit import UNITLESS, Unit, add_standard_unit, parse_unit
|
|
72
72
|
from ._celsius import celsius2kelvin, kelvin2celsius, fahrenheit2kelvin, kelvin2fahrenheit
|
|
73
73
|
from ._misc import maybe_custom_array, maybe_custom_array_tree
|
|
@@ -157,7 +157,6 @@ __all__ = [
|
|
|
157
157
|
|
|
158
158
|
# _base_quantity
|
|
159
159
|
'Quantity',
|
|
160
|
-
'compatible_with_equinox',
|
|
161
160
|
|
|
162
161
|
# _base_decorators
|
|
163
162
|
'check_dims',
|
|
File without changes
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: brainunit
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.3.1
|
|
4
4
|
Summary: Physical Units and Unit-Aware Mathematical System for General-Purpose Brain Dynamics Modeling
|
|
5
5
|
Author-email: BrainUnit Developers <chao.brain@qq.com>
|
|
6
6
|
License-Expression: Apache-2.0
|
|
7
7
|
Project-URL: homepage, https://github.com/chaobrain/brainunit
|
|
8
8
|
Project-URL: repository, https://github.com/chaobrain/brainunit
|
|
9
9
|
Project-URL: Bug Tracker, https://github.com/chaobrain/brainunit/issues
|
|
10
|
-
Project-URL: Documentation, https://
|
|
10
|
+
Project-URL: Documentation, https://brainx.chaobrain.com/brainunit/
|
|
11
11
|
Keywords: physical unit,physical quantity,brain modeling
|
|
12
12
|
Classifier: Natural Language :: English
|
|
13
13
|
Classifier: Operating System :: OS Independent
|
|
@@ -30,7 +30,7 @@ Requires-Python: >=3.10
|
|
|
30
30
|
Description-Content-Type: text/markdown
|
|
31
31
|
Requires-Dist: numpy
|
|
32
32
|
Requires-Dist: typing_extensions
|
|
33
|
-
Requires-Dist: saiunit==0.
|
|
33
|
+
Requires-Dist: saiunit==0.3.1
|
|
34
34
|
Provides-Extra: testing
|
|
35
35
|
Requires-Dist: pytest; extra == "testing"
|
|
36
36
|
Requires-Dist: brainstate; extra == "testing"
|
|
@@ -59,7 +59,7 @@ Requires-Dist: brainunit[cupy,dask,jax,ndonnx,torch]; extra == "all"
|
|
|
59
59
|
<h2 align='center'>Physical units and unit-aware math system for general-purpose brain dynamics modeling</h2>
|
|
60
60
|
|
|
61
61
|
<p align="center">
|
|
62
|
-
<img alt="Header image of brainunit." src="https://
|
|
62
|
+
<img alt="Header image of brainunit." src="https://brainx.chaobrain.com/images/brainunit.webp" width=30%>
|
|
63
63
|
</p>
|
|
64
64
|
|
|
65
65
|
|
|
@@ -67,7 +67,7 @@ Requires-Dist: brainunit[cupy,dask,jax,ndonnx,torch]; extra == "all"
|
|
|
67
67
|
<p align="center">
|
|
68
68
|
<a href="https://pypi.org/project/brainunit/"><img alt="Supported Python Version" src="https://img.shields.io/pypi/pyversions/brainunit"></a>
|
|
69
69
|
<a href="https://github.com/chaobrain/brainunit/blob/main/LICENSE"><img alt="LICENSE" src="https://img.shields.io/badge/License-Apache%202.0-blue.svg"></a>
|
|
70
|
-
<a href='https://
|
|
70
|
+
<a href='https://brainx.chaobrain.com/braintools/'>
|
|
71
71
|
<img src='https://readthedocs.org/projects/brainunit/badge/?version=latest' alt='Documentation Status' />
|
|
72
72
|
</a>
|
|
73
73
|
<a href="https://badge.fury.io/py/brainunit"><img alt="PyPI version" src="https://badge.fury.io/py/brainunit.svg"></a>
|
|
@@ -79,7 +79,7 @@ Requires-Dist: brainunit[cupy,dask,jax,ndonnx,torch]; extra == "all"
|
|
|
79
79
|
|
|
80
80
|
[BrainUnit](https://github.com/chaobrain/brainunit) provides physical units and unit-aware mathematical system in JAX for brain dynamics modeling. It introduces rigoirous physical units into high-performance AI-driven abstract numerical computing.
|
|
81
81
|
|
|
82
|
-
BrainUnit is initially designed to enable unit-aware computations in brain dynamics modeling (see our [BDP ecosystem](https://
|
|
82
|
+
BrainUnit is initially designed to enable unit-aware computations in brain dynamics modeling (see our [BDP ecosystem](https://brainx.chaobrain.com/)). However, its features and capacities can be applied to general domains in scientific computing and AI4Science. Starting in 2025/02, BrainUnit has been fully integrated into [SAIUnit](https://github.com/chaobrain/saiunit) (the **Unit** system for **S**cientific **AI**).
|
|
83
83
|
|
|
84
84
|
Functionalities are the same for both ``brainunit`` and ``saiunit``, and their functions and data structures are interoperable, sharing the same set of APIs, and eliminating any potential conflicts. This meas that
|
|
85
85
|
|
|
@@ -99,13 +99,13 @@ For users primarily engaged in general scientific computing, `saiunit` is likely
|
|
|
99
99
|
|
|
100
100
|
## Documentation
|
|
101
101
|
|
|
102
|
-
The official documentation of BrainUnit is hosted on Read the Docs: [https://
|
|
102
|
+
The official documentation of BrainUnit is hosted on Read the Docs: [https://brainx.chaobrain.com/brainunit](https://brainx.chaobrain.com/brainunit)
|
|
103
103
|
|
|
104
104
|
|
|
105
105
|
|
|
106
106
|
## Features
|
|
107
107
|
|
|
108
|
-
`brainunit` can be seamlessly integrated into every aspect of our [brain modeling ecosystem](https://
|
|
108
|
+
`brainunit` can be seamlessly integrated into every aspect of our [brain modeling ecosystem](https://brainx.chaobrain.com/), such as, the checkpointing of [braintools](https://github.com/chaobrain/braintools), the event-driven operators in [brainevent](https://github.com/chaobrain/brainevent), the state-based JIT compilation in [brainstate](https://github.com/chaobrain/brainstate), online learning rules in [brainscale](https://github.com/chaobrain/brainscale), or event more.
|
|
109
109
|
|
|
110
110
|
A quick example for this kind of integration:
|
|
111
111
|
|
|
@@ -187,4 +187,4 @@ If you use `brainunit` in your research, please consider citing the following pa
|
|
|
187
187
|
|
|
188
188
|
## See also the ecosystem
|
|
189
189
|
|
|
190
|
-
``brainunit`` is one part of our [brain modeling ecosystem](https://
|
|
190
|
+
``brainunit`` is one part of our [brain modeling ecosystem](https://brainx.chaobrain.com/).
|
|
@@ -14,9 +14,12 @@ exclude = [
|
|
|
14
14
|
"brainunit/__init__.py"
|
|
15
15
|
]
|
|
16
16
|
|
|
17
|
+
[tool.setuptools.package-data]
|
|
18
|
+
brainunit = ["py.typed"]
|
|
19
|
+
|
|
17
20
|
[project]
|
|
18
21
|
name = "brainunit"
|
|
19
|
-
version = "0.
|
|
22
|
+
version = "0.3.1"
|
|
20
23
|
description = "Physical Units and Unit-Aware Mathematical System for General-Purpose Brain Dynamics Modeling"
|
|
21
24
|
readme = 'README.md'
|
|
22
25
|
license = 'Apache-2.0'
|
|
@@ -48,7 +51,7 @@ keywords = ['physical unit', 'physical quantity', 'brain modeling']
|
|
|
48
51
|
dependencies = [
|
|
49
52
|
'numpy',
|
|
50
53
|
'typing_extensions',
|
|
51
|
-
'saiunit==0.
|
|
54
|
+
'saiunit==0.3.1',
|
|
52
55
|
]
|
|
53
56
|
|
|
54
57
|
[tool.flit.module]
|
|
@@ -58,7 +61,7 @@ name = "brainunit"
|
|
|
58
61
|
homepage = 'https://github.com/chaobrain/brainunit'
|
|
59
62
|
repository = 'https://github.com/chaobrain/brainunit'
|
|
60
63
|
"Bug Tracker" = "https://github.com/chaobrain/brainunit/issues"
|
|
61
|
-
"Documentation" = "https://
|
|
64
|
+
"Documentation" = "https://brainx.chaobrain.com/brainunit/"
|
|
62
65
|
|
|
63
66
|
[project.optional-dependencies]
|
|
64
67
|
testing = ["pytest", "brainstate"]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|