galpynostatic


Namegalpynostatic JSON
Version 0.4.1 PyPI version JSON
download
home_pageNone
SummaryA Python package with physics-based models to predict optimal conditions for fast-charging lithium-ion batteries.
upload_time2024-03-21 15:37:34
maintainerNone
docs_urlNone
authorNone
requires_pythonNone
licenseMIT License Copyright (c) 2022-2023 Francisco Fernandez Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords battery physics-based data-driven heuristic-algorithm regression-models
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # galpynostatic

[![galpynostatics CI](https://github.com/fernandezfran/galpynostatic/actions/workflows/CI.yml/badge.svg)](https://github.com/fernandezfran/galpynostatic/actions/workflows/CI.yml)
[![documentation status](https://readthedocs.org/projects/galpynostatic/badge/?version=latest)](https://galpynostatic.readthedocs.io/en/latest/?badge=latest)
[![pypi version](https://img.shields.io/pypi/v/galpynostatic)](https://pypi.org/project/galpynostatic/)
[![python version](https://img.shields.io/badge/python-3.9%2B-4584b6)](https://www.python.org/)
[![mit license](https://img.shields.io/badge/License-MIT-ffde57)](https://github.com/fernandezfran/galpynostatic/blob/main/LICENSE)
[![doi](https://img.shields.io/badge/doi-10.1016/j.electacta.2023.142951-36abe8)](https://doi.org/10.1016/j.electacta.2023.142951)

**galpynostatic** is a Python package with physics-based models to predict 
optimal conditions for fast-charging lithium-ion batteries.


## Contact

If you have any questions, you can contact me at <ffernandev@gmail.com>


## Requirements

You need Python 3.9+ to run galpynostatic. All other dependencies, which are the 
usual ones of the scientific computing stack
([matplotlib](https://matplotlib.org/), [NumPy](https://numpy.org/), 
[pandas](https://pandas.pydata.org/), [scikit-learn](https://scikit-learn.org/) 
and [SciPy](https://scipy.org/)), are installed automatically.


## Installation

You can install the latest stable release of galpynostatic with 
[pip](https://pip.pypa.io/en/latest/)

```
python -m pip install --upgrade pip
python -m pip install --upgrade galpynostatic
```


## Usage

To learn how to use galpynostatic you can start by following the 
[tutorials](https://galpynostatic.readthedocs.io/en/latest/tutorials/index.html)
and then read the 
[API](https://galpynostatic.readthedocs.io/en/latest/api/index.html).


## License

galpynostatic is licensed under the 
[MIT License](https://github.com/fernandezfran/galpynostatic/blob/main/LICENSE).


## Citations

If you use galpynostatic in a scientific publication, we would appreciate it if 
you could cite the main article of the package:

> F. Fernandez, E. M. Gavilán-Arriazu, D. E. Barraco, A. Visintin, Y. Ein-Eli and 
> E. P. M. Leiva. "Towards a fast-charging of LIBs electrode materials: a 
> heuristic model based on galvanostatic simulations." _Electrochimica Acta 464_
> (2023): 142951. DOI: https://doi.org/10.1016/j.electacta.2023.142951

For certain modules of the code, please refer to other works:
- `galpynostatic.metric`: TODO DOI
- `galpynostatic.datasets`: https://doi.org/10.1002/cphc.202200665

BibTeX entries can be found in the 
[CITATIONS.bib](https://github.com/fernandezfran/galpynostatic/blob/main/CITATIONS.bib)
file.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "galpynostatic",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "battery, physics-based, data-driven, heuristic-algorithm, regression-models",
    "author": null,
    "author_email": "Francisco Fernandez <ffernandev@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/48/88/26524a6bf5cb488b91989b3b781146b8187e4329b93dab33679b597a9daf/galpynostatic-0.4.1.tar.gz",
    "platform": null,
    "description": "# galpynostatic\n\n[![galpynostatics CI](https://github.com/fernandezfran/galpynostatic/actions/workflows/CI.yml/badge.svg)](https://github.com/fernandezfran/galpynostatic/actions/workflows/CI.yml)\n[![documentation status](https://readthedocs.org/projects/galpynostatic/badge/?version=latest)](https://galpynostatic.readthedocs.io/en/latest/?badge=latest)\n[![pypi version](https://img.shields.io/pypi/v/galpynostatic)](https://pypi.org/project/galpynostatic/)\n[![python version](https://img.shields.io/badge/python-3.9%2B-4584b6)](https://www.python.org/)\n[![mit license](https://img.shields.io/badge/License-MIT-ffde57)](https://github.com/fernandezfran/galpynostatic/blob/main/LICENSE)\n[![doi](https://img.shields.io/badge/doi-10.1016/j.electacta.2023.142951-36abe8)](https://doi.org/10.1016/j.electacta.2023.142951)\n\n**galpynostatic** is a Python package with physics-based models to predict \noptimal conditions for fast-charging lithium-ion batteries.\n\n\n## Contact\n\nIf you have any questions, you can contact me at <ffernandev@gmail.com>\n\n\n## Requirements\n\nYou need Python 3.9+ to run galpynostatic. All other dependencies, which are the \nusual ones of the scientific computing stack\n([matplotlib](https://matplotlib.org/), [NumPy](https://numpy.org/), \n[pandas](https://pandas.pydata.org/), [scikit-learn](https://scikit-learn.org/) \nand [SciPy](https://scipy.org/)), are installed automatically.\n\n\n## Installation\n\nYou can install the latest stable release of galpynostatic with \n[pip](https://pip.pypa.io/en/latest/)\n\n```\npython -m pip install --upgrade pip\npython -m pip install --upgrade galpynostatic\n```\n\n\n## Usage\n\nTo learn how to use galpynostatic you can start by following the \n[tutorials](https://galpynostatic.readthedocs.io/en/latest/tutorials/index.html)\nand then read the \n[API](https://galpynostatic.readthedocs.io/en/latest/api/index.html).\n\n\n## License\n\ngalpynostatic is licensed under the \n[MIT License](https://github.com/fernandezfran/galpynostatic/blob/main/LICENSE).\n\n\n## Citations\n\nIf you use galpynostatic in a scientific publication, we would appreciate it if \nyou could cite the main article of the package:\n\n> F. Fernandez, E. M. Gavil\u00e1n-Arriazu, D. E. Barraco, A. Visintin, Y. Ein-Eli and \n> E. P. M. Leiva. \"Towards a fast-charging of LIBs electrode materials: a \n> heuristic model based on galvanostatic simulations.\" _Electrochimica Acta 464_\n> (2023): 142951. DOI: https://doi.org/10.1016/j.electacta.2023.142951\n\nFor certain modules of the code, please refer to other works:\n- `galpynostatic.metric`: TODO DOI\n- `galpynostatic.datasets`: https://doi.org/10.1002/cphc.202200665\n\nBibTeX entries can be found in the \n[CITATIONS.bib](https://github.com/fernandezfran/galpynostatic/blob/main/CITATIONS.bib)\nfile.\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2022-2023 Francisco Fernandez  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
    "summary": "A Python package with physics-based models to predict optimal conditions for fast-charging lithium-ion batteries.",
    "version": "0.4.1",
    "project_urls": {
        "Homepage": "https://github.com/fernandezfran/galpynostatic"
    },
    "split_keywords": [
        "battery",
        " physics-based",
        " data-driven",
        " heuristic-algorithm",
        " regression-models"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d5c340157c59369087db31b5a6ee47d561cfddd5218b658ab3d873200d0e8029",
                "md5": "6c4fa699be5bb4b7dc1cd8fa6f744421",
                "sha256": "4a74f4a30a179646109be22e391455bdc4aac694fee8d3f144a82cb57b59b811"
            },
            "downloads": -1,
            "filename": "galpynostatic-0.4.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6c4fa699be5bb4b7dc1cd8fa6f744421",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 38735,
            "upload_time": "2024-03-21T15:37:33",
            "upload_time_iso_8601": "2024-03-21T15:37:33.625993Z",
            "url": "https://files.pythonhosted.org/packages/d5/c3/40157c59369087db31b5a6ee47d561cfddd5218b658ab3d873200d0e8029/galpynostatic-0.4.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "488826524a6bf5cb488b91989b3b781146b8187e4329b93dab33679b597a9daf",
                "md5": "d3d4dd86b59b730fbd0a6e8221ed6cdf",
                "sha256": "661195bba8df485af075001689e394aeae5fb77bcf20963951d5995f64500acc"
            },
            "downloads": -1,
            "filename": "galpynostatic-0.4.1.tar.gz",
            "has_sig": false,
            "md5_digest": "d3d4dd86b59b730fbd0a6e8221ed6cdf",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 35899,
            "upload_time": "2024-03-21T15:37:34",
            "upload_time_iso_8601": "2024-03-21T15:37:34.885810Z",
            "url": "https://files.pythonhosted.org/packages/48/88/26524a6bf5cb488b91989b3b781146b8187e4329b93dab33679b597a9daf/galpynostatic-0.4.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-21 15:37:34",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "fernandezfran",
    "github_project": "galpynostatic",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "galpynostatic"
}
        
Elapsed time: 0.20078s