Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
chaoming0625 committed Mar 25, 2021
2 parents 2459002 + 978bf80 commit 71af5c5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 25 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Moreover, `BrainPy` can effectively satisfy your basic requirements: 1. *Easy to
Install ``BrainPy`` using ``pip``:

```bash
> pip install brainpy-simulator
> pip install --pre brainpy-simulator
```

Install ``BrainPy`` using ``conda``:
Expand Down
3 changes: 3 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ Comprehensive examples of BrainPy please see
tutorials/neurodynamics_analysis





.. toctree::
:maxdepth: 1
:caption: Advanced Tutorials
Expand Down
16 changes: 0 additions & 16 deletions docs/tutorials/numerical_solvers.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -577,22 +577,6 @@
"For such $m$-dimensional noise system, the coding schema is the same with the scalar ones, but with the difference of that the data size of $dg$ has one more dimension. For example, $df \\in R^{d}, dg \\in R^{d \\times m}$."
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "drawn-volleyball",
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "code",
"execution_count": null,
"id": "entire-harrison",
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "markdown",
"id": "human-virgin",
Expand Down
11 changes: 3 additions & 8 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,14 @@
version = re.search('__version__ = "(.*)"', init_py).groups()[0]

# obtain long description from README and CHANGES
README = '''
``BrainPy`` is a unified framework for computational neuroscience and brain-inspired computation.
The goal of ``BrainPy`` is to provide a unified simulation and analysis framework
for neuronal analysis with the feature of high flexibility and efficiency.
BrainPy is flexible because it endows the users with the fully data/logic flow control.
BrainPy is efficient because it supports JIT acceleration on CPUs and GPUs.
'''
with io.open(os.path.join(here, 'README.md'), 'r', encoding='utf-8') as f:
README = f.read()

# setup
setup(
name='brainpy-simulator',
version=version,
description='BrainPy: A unified toolbox for computational neuroscience and brain-inspired computation',
description='BrainPy: A general platform for computational neuroscience and brain-inspired computation',
long_description=README,
author='Chaoming Wang',
author_email='adaduo@outlook.com',
Expand Down

0 comments on commit 71af5c5

Please sign in to comment.