From 7f58c349799096f9d877c2e41a16b138669f265a Mon Sep 17 00:00:00 2001 From: Qian Fu Date: Tue, 30 Jul 2024 16:49:38 +0100 Subject: [PATCH] Finalise Version 2.0.0 (#47) * Modify README.md * Update `"Version"` to `"2.0.0"` --- README.md | 44 +++++++++++------------------------------ pyhelpers/data/metadata | 2 +- 2 files changed, 13 insertions(+), 33 deletions(-) diff --git a/README.md b/README.md index c43f407..3ce85b9 100644 --- a/README.md +++ b/README.md @@ -18,10 +18,10 @@ With its comprehensive suite of practical tools, PyHelpers simplifies complex da To install the latest release of PyHelpers from [PyPI](https://pypi.org/project/pyhelpers/) using [pip](https://pip.pypa.io/en/stable/cli/pip/): ```bash -pip install --upgrade pyhelpers +$ pip install --upgrade pyhelpers ``` -*For more information, see the [Installation](https://pyhelpers.readthedocs.io/en/latest/installation.html).* +For more information, see the [Installation](https://pyhelpers.readthedocs.io/en/latest/installation.html). ## Quick Start @@ -37,42 +37,22 @@ It is hosted on [ReadTheDocs](https://readthedocs.org/projects/pyhelpers/) and i ## Cite as -Fu, Q. (2020). PyHelpers: An open-source toolkit for facilitating Python users' data manipulation tasks. Zenodo. [doi:10.5281/zenodo.4017438](https://doi.org/10.5281/zenodo.4017438) +Fu, Q. (2020). PyHelpers: An open-source toolkit for facilitating Python users' data manipulation tasks. Zenodo. [doi:10.5281/zenodo.4017438](https://doi.org/10.5281/zenodo.4017438). ```bibtex -@software{Fu_PyHelpers_4017438, - author = {Fu, Qian}, - title = {{PyHelpers: An open-source toolkit for facilitating - Python users' data manipulation tasks}}, - year = 2020, - publisher = {Zenodo}, - doi = {10.5281/zenodo.4017438}, - url = {https://doi.org/10.5281/zenodo.4017438} +@software{Fu_PyHelpers_An_open-source_2020, + author = {Fu, Qian}, + title = {{PyHelpers: An open-source toolkit for facilitating Python users' data manipulation tasks}}, + year = 2020, + publisher = {Zenodo}, + doi = {10.5281/zenodo.4017438}, + license = {MIT}, + url = {https://github.com/mikeqfu/pyhelpers} } ``` -*Please refer to [Zenodo](https://zenodo.org/search?q=conceptrecid%3A%224017438%22&f=allversions%3Atrue&l=list&p=1&s=10&sort=version) for specific version references of PyHelpers.* +For specific version references of PyHelpers, please refer to [Zenodo](https://zenodo.org/search?q=conceptrecid%3A%224017438%22&f=allversions%3Atrue&l=list&p=1&s=10&sort=version). ## License PyHelpers (since v2.0.0) is licensed under [MIT License](https://github.com/mikeqfu/pyhelpers/blob/master/LICENSE). - -## Contributors - - - - - - - - -
- Qian Fu
Qian Fu

- ๐ŸŒฑ - ๐Ÿ’ป - ๐Ÿงช - ๐Ÿ“– -
- Xiangyong Luo
Xiangyong Luo

- ๐Ÿ’ป -
diff --git a/pyhelpers/data/metadata b/pyhelpers/data/metadata index f598d7b..9a70309 100644 --- a/pyhelpers/data/metadata +++ b/pyhelpers/data/metadata @@ -5,7 +5,7 @@ "Author": "Qian Fu", "Affiliation": "School of Engineering, University of Birmingham", "Email": "q.fu@bham.ac.uk", - "Version": "2.0.0rc1", + "Version": "2.0.0", "License": "MIT License", "First release": "September 2019" } \ No newline at end of file