dendritex


Namedendritex JSON
Version 0.0.1.post20240710 PyPI version JSON
download
home_pagehttps://github.com/chaoming0625/dendritex
SummaryDendrite Modeling in Python
upload_time2024-07-10 06:40:54
maintainerNone
docs_urlNone
authorDendritex Developers
requires_python>=3.9
licenseApache-2.0 license
keywords physical unit physical quantity brain modeling
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            

# Dendritic Modeling in JAX

<p align="center">
  	<img alt="Header image of dendritex." src="https://github.com/chaoming0625/dendritex/blob/main/docs/_static/dendritex.png" width=50%>
</p> 



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


[//]: # ([``dendritex``]&#40;https://github.com/chaoming0625/dendritex&#41; provides physical units and unit-aware mathematical system in JAX for brain dynamics and AI4Science)
    

## Installation

You can install ``dendritex`` via pip:

```bash
pip install dendritex --upgrade
```

## Documentation

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



## See also the BDP ecosystem

- [``brainstate``](https://github.com/chaoming0625/brainstate): A ``State``-based transformation system for brain dynamics programming.

- [``brainunit``](https://github.com/chaoming0625/brainunit): Physical units and unit-aware mathematical system in JAX for brain dynamics and AI4Science.

- [``braintaichi``](https://github.com/chaoming0625/braintaichi): Leveraging Taichi Lang to customize brain dynamics operators.

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

- [``dendritex``](https://github.com/chaoming0625/dendritex): The dendritic modeling in JAX.

- [``braintools``](https://github.com/chaoming0625/braintools): The toolbox for the brain dynamics simulation, training and analysis.


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/chaoming0625/dendritex",
    "name": "dendritex",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "physical unit, physical quantity, brain modeling",
    "author": "Dendritex Developers",
    "author_email": "dendritex Developers <chao.brain@qq.com>",
    "download_url": null,
    "platform": null,
    "description": "\r\n\r\n# Dendritic Modeling in JAX\r\n\r\n<p align=\"center\">\r\n  \t<img alt=\"Header image of dendritex.\" src=\"https://github.com/chaoming0625/dendritex/blob/main/docs/_static/dendritex.png\" 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/dendritex/\"><img alt=\"Supported Python Version\" src=\"https://img.shields.io/pypi/pyversions/dendritex\"></a>\r\n\t<a href=\"https://github.com/chaoming0625/dendritex/blob/main/LICENSE\"><img alt=\"LICENSE\" src=\"https://img.shields.io/badge/License-Apache%202.0-blue.svg\"></a>\r\n    <a href='https://dendrite.readthedocs.io/en/latest/?badge=latest'>\r\n        <img src='https://readthedocs.org/projects/dendrite/badge/?version=latest' alt='Documentation Status' />\r\n    </a>  \t\r\n    <a href=\"https://badge.fury.io/py/dendritex\"><img alt=\"PyPI version\" src=\"https://badge.fury.io/py/dendritex.svg\"></a>\r\n    <a href=\"https://github.com/chaoming0625/dendritex/actions/workflows/CI.yml\"><img alt=\"Continuous Integration\" src=\"https://github.com/chaoming0625/dendritex/actions/workflows/CI.yml/badge.svg\"></a>\r\n</p>\r\n\r\n\r\n[//]: # ([``dendritex``]&#40;https://github.com/chaoming0625/dendritex&#41; provides physical units and unit-aware mathematical system in JAX for brain dynamics and AI4Science)\r\n    \r\n\r\n## Installation\r\n\r\nYou can install ``dendritex`` via pip:\r\n\r\n```bash\r\npip install dendritex --upgrade\r\n```\r\n\r\n## Documentation\r\n\r\nThe official documentation is hosted on Read the Docs: [https://dendrite.readthedocs.io](https://dendrite.readthedocs.io)\r\n\r\n\r\n\r\n## See also the BDP ecosystem\r\n\r\n- [``brainstate``](https://github.com/chaoming0625/brainstate): A ``State``-based transformation system for brain dynamics programming.\r\n\r\n- [``brainunit``](https://github.com/chaoming0625/brainunit): Physical units and unit-aware mathematical system in JAX for brain dynamics and AI4Science.\r\n\r\n- [``braintaichi``](https://github.com/chaoming0625/braintaichi): Leveraging Taichi Lang to customize brain dynamics operators.\r\n\r\n- [``brainscale``](https://github.com/chaoming0625/brainscale): The scalable online learning framework for biological neural networks.\r\n\r\n- [``dendritex``](https://github.com/chaoming0625/dendritex): The dendritic modeling in JAX.\r\n\r\n- [``braintools``](https://github.com/chaoming0625/braintools): The toolbox for the brain dynamics simulation, training and analysis.\r\n\r\n",
    "bugtrack_url": null,
    "license": "Apache-2.0 license",
    "summary": "Dendrite Modeling in Python",
    "version": "0.0.1.post20240710",
    "project_urls": {
        "Homepage": "https://github.com/chaoming0625/dendritex",
        "homepage": "http://github.com/chaoming0625/dendritex",
        "repository": "http://github.com/chaoming0625/dendritex"
    },
    "split_keywords": [
        "physical unit",
        " physical quantity",
        " brain modeling"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "61f1d4d51d05166c141f289fb40fa25ae5bd2acc3d1ff698179442b56a0a6edf",
                "md5": "eb8a01d09718ff1c0630a759e364c84c",
                "sha256": "44bf0dc86eb59f013e1f7c04def35d07cc10e5baa1c6518a12595a23aa944444"
            },
            "downloads": -1,
            "filename": "dendritex-0.0.1.post20240710-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "eb8a01d09718ff1c0630a759e364c84c",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.9",
            "size": 52323,
            "upload_time": "2024-07-10T06:40:54",
            "upload_time_iso_8601": "2024-07-10T06:40:54.406025Z",
            "url": "https://files.pythonhosted.org/packages/61/f1/d4d51d05166c141f289fb40fa25ae5bd2acc3d1ff698179442b56a0a6edf/dendritex-0.0.1.post20240710-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-10 06:40:54",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "chaoming0625",
    "github_project": "dendritex",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "dendritex"
}
        
Elapsed time: 9.61208s