braincore


Namebraincore JSON
Version 0.0.3 PyPI version JSON
download
home_pagehttps://github.com/brainpy/braincore
SummaryThe Core System for General-purpose Brain Dynamics Programming Framework.
upload_time2024-04-13 06:59:11
maintainerNone
docs_urlNone
authorBrainPy Team
requires_python>=3.9
licenseApache-2.0 license
keywords brainpy brain simulation brain-inspired computing
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <p align="center">
  	<img alt="Header image of braincore." src="https://github.com/brainpy/braincore/blob/main/docs/_static/braincore.jpg" width=50%>
</p> 



<p align="center">
	<a href="https://pypi.org/project/braincore/"><img alt="Supported Python Version" src="https://img.shields.io/pypi/pyversions/braincore"></a>
	<a href="https://github.com/brainpy/braincore/blob/main/LICENSE"><img alt="LICENSE" src="https://img.shields.io/badge/License-Apache%202.0-blue.svg"></a>
  	<a href='https://braincore.readthedocs.io/en/latest/?badge=latest'>
        <img src='https://readthedocs.org/projects/braincore/badge/?version=latest' alt='Documentation Status' />
    </a>
    <a href="https://badge.fury.io/py/braincore"><img alt="PyPI version" src="https://badge.fury.io/py/braincore.svg"></a>
    <a href="https://github.com/brainpy/braincore/actions/workflows/CI.yml"><img alt="Continuous Integration" src="https://github.com/brainpy/braincore/actions/workflows/CI.yml/badge.svg"></a>
</p>


[``braincore``](https://github.com/brainpy/braincore) implements the core system for the next generation of [``BrainPy``](https://github.com/brainpy/BrainPy) framework. 

Compared to BrainPy 2.0, ``braincore`` provides a range of distinctive features that facilitate precise, convenient, and high-performance modeling of large-scale brain dynamics. These notable features encompass:

1. Robust program transformations built upon a straightforward and intuitive ``State`` system, enabling powerful computations.
2. Integration of ``physical units``, ensuring seamless compatibility with brain science data and enhancing the accuracy of simulations.
3. Utilization of advanced and precise ``numerical differential equation solvers``, enabling accurate representation of complex brain dynamics.
4. Support for ``parallelization`` across multiple devices, facilitating efficient computation and enabling scalability for large-scale simulations.

By leveraging these unique capabilities, braincore empowers researchers and scientists to conduct comprehensive and accurate analyses of brain dynamics on a larger scale, fostering advancements in the understanding of the intricate workings of the brain.



## Installation

You can install ``braincore`` via pip:

```bash
pip install braincore --upgrade
```



## Documentation

The official documentation is hosted on Read the Docs: [https://braincore.readthedocs.io/](https://braincore.readthedocs.io/)


## See also the BDP ecosystem

- [``brainpy``](https://github.com/brainpy/BrainPy): The solution for the general-purpose brain dynamics programming.

- [``braincore``](https://github.com/brainpy/braincore): The core system for the next generation of BrainPy framework.

- [``braintools``](https://github.com/brainpy/braintools): The tools for the brain dynamics simulation and analysis.

- [``brainscale``](https://github.com/brainpy/brainscale): The scalable online learning for biological spiking neural networks.



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/brainpy/braincore",
    "name": "braincore",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "brainpy, brain simulation, brain-inspired computing",
    "author": "BrainPy Team",
    "author_email": "BrainPy Team <chao.brain@qq.com>",
    "download_url": null,
    "platform": null,
    "description": "<p align=\"center\">\r\n  \t<img alt=\"Header image of braincore.\" src=\"https://github.com/brainpy/braincore/blob/main/docs/_static/braincore.jpg\" width=50%>\r\n</p> \r\n\r\n\r\n\r\n<p align=\"center\">\r\n\t<a href=\"https://pypi.org/project/braincore/\"><img alt=\"Supported Python Version\" src=\"https://img.shields.io/pypi/pyversions/braincore\"></a>\r\n\t<a href=\"https://github.com/brainpy/braincore/blob/main/LICENSE\"><img alt=\"LICENSE\" src=\"https://img.shields.io/badge/License-Apache%202.0-blue.svg\"></a>\r\n  \t<a href='https://braincore.readthedocs.io/en/latest/?badge=latest'>\r\n        <img src='https://readthedocs.org/projects/braincore/badge/?version=latest' alt='Documentation Status' />\r\n    </a>\r\n    <a href=\"https://badge.fury.io/py/braincore\"><img alt=\"PyPI version\" src=\"https://badge.fury.io/py/braincore.svg\"></a>\r\n    <a href=\"https://github.com/brainpy/braincore/actions/workflows/CI.yml\"><img alt=\"Continuous Integration\" src=\"https://github.com/brainpy/braincore/actions/workflows/CI.yml/badge.svg\"></a>\r\n</p>\r\n\r\n\r\n[``braincore``](https://github.com/brainpy/braincore) implements the core system for the next generation of [``BrainPy``](https://github.com/brainpy/BrainPy) framework. \r\n\r\nCompared to BrainPy 2.0, ``braincore`` provides a range of distinctive features that facilitate precise, convenient, and high-performance modeling of large-scale brain dynamics. These notable features encompass:\r\n\r\n1. Robust program transformations built upon a straightforward and intuitive ``State`` system, enabling powerful computations.\r\n2. Integration of ``physical units``, ensuring seamless compatibility with brain science data and enhancing the accuracy of simulations.\r\n3. Utilization of advanced and precise ``numerical differential equation solvers``, enabling accurate representation of complex brain dynamics.\r\n4. Support for ``parallelization`` across multiple devices, facilitating efficient computation and enabling scalability for large-scale simulations.\r\n\r\nBy leveraging these unique capabilities, braincore empowers researchers and scientists to conduct comprehensive and accurate analyses of brain dynamics on a larger scale, fostering advancements in the understanding of the intricate workings of the brain.\r\n\r\n\r\n\r\n## Installation\r\n\r\nYou can install ``braincore`` via pip:\r\n\r\n```bash\r\npip install braincore --upgrade\r\n```\r\n\r\n\r\n\r\n## Documentation\r\n\r\nThe official documentation is hosted on Read the Docs: [https://braincore.readthedocs.io/](https://braincore.readthedocs.io/)\r\n\r\n\r\n## See also the BDP ecosystem\r\n\r\n- [``brainpy``](https://github.com/brainpy/BrainPy): The solution for the general-purpose brain dynamics programming.\r\n\r\n- [``braincore``](https://github.com/brainpy/braincore): The core system for the next generation of BrainPy framework.\r\n\r\n- [``braintools``](https://github.com/brainpy/braintools): The tools for the brain dynamics simulation and analysis.\r\n\r\n- [``brainscale``](https://github.com/brainpy/brainscale): The scalable online learning for biological spiking neural networks.\r\n\r\n\r\n",
    "bugtrack_url": null,
    "license": "Apache-2.0 license",
    "summary": "The Core System for General-purpose Brain Dynamics Programming Framework.",
    "version": "0.0.3",
    "project_urls": {
        "Homepage": "https://github.com/brainpy/braincore",
        "homepage": "http://github.com/brainpy",
        "repository": "http://github.com/brainpy/braincore"
    },
    "split_keywords": [
        "brainpy",
        " brain simulation",
        " brain-inspired computing"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "02af9ed8bea510356d3ac1ea582c8b834bd11d887fd29974fee70b3511ee6e1e",
                "md5": "9aaa365bcb3eb872edc24de2ea661ae6",
                "sha256": "2acce859179d40a796d12d81ee708f1f67ef2effe45f364bf3369174867ffea4"
            },
            "downloads": -1,
            "filename": "braincore-0.0.3-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9aaa365bcb3eb872edc24de2ea661ae6",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.9",
            "size": 168341,
            "upload_time": "2024-04-13T06:59:11",
            "upload_time_iso_8601": "2024-04-13T06:59:11.311878Z",
            "url": "https://files.pythonhosted.org/packages/02/af/9ed8bea510356d3ac1ea582c8b834bd11d887fd29974fee70b3511ee6e1e/braincore-0.0.3-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-13 06:59:11",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "brainpy",
    "github_project": "braincore",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "braincore"
}
        
Elapsed time: 0.24782s