Skip to content

Commit 7f58c34

Browse files
authored
Finalise Version 2.0.0 (#47)
* Modify README.md * Update `"Version"` to `"2.0.0"`
1 parent 1f409b5 commit 7f58c34

File tree

2 files changed

+13
-33
lines changed

2 files changed

+13
-33
lines changed

README.md

Lines changed: 12 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ With its comprehensive suite of practical tools, PyHelpers simplifies complex da
1818
To install the latest release of PyHelpers from [PyPI](https://pypi.org/project/pyhelpers/) using [pip](https://pip.pypa.io/en/stable/cli/pip/):
1919

2020
```bash
21-
pip install --upgrade pyhelpers
21+
$ pip install --upgrade pyhelpers
2222
```
2323

24-
*For more information, see the [Installation](https://pyhelpers.readthedocs.io/en/latest/installation.html).*
24+
For more information, see the [Installation](https://pyhelpers.readthedocs.io/en/latest/installation.html).
2525

2626
## Quick Start
2727

@@ -37,42 +37,22 @@ It is hosted on [ReadTheDocs](https://readthedocs.org/projects/pyhelpers/) and i
3737

3838
## Cite as
3939

40-
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)
40+
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).
4141

4242
```bibtex
43-
@software{Fu_PyHelpers_4017438,
44-
author = {Fu, Qian},
45-
title = {{PyHelpers: An open-source toolkit for facilitating
46-
Python users' data manipulation tasks}},
47-
year = 2020,
48-
publisher = {Zenodo},
49-
doi = {10.5281/zenodo.4017438},
50-
url = {https://doi.org/10.5281/zenodo.4017438}
43+
@software{Fu_PyHelpers_An_open-source_2020,
44+
author = {Fu, Qian},
45+
title = {{PyHelpers: An open-source toolkit for facilitating Python users' data manipulation tasks}},
46+
year = 2020,
47+
publisher = {Zenodo},
48+
doi = {10.5281/zenodo.4017438},
49+
license = {MIT},
50+
url = {https://github.com/mikeqfu/pyhelpers}
5151
}
5252
```
5353

54-
*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.*
54+
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).
5555

5656
## License
5757

5858
PyHelpers (since v2.0.0) is licensed under [MIT License](https://github.com/mikeqfu/pyhelpers/blob/master/LICENSE).
59-
60-
## Contributors
61-
62-
<!--suppress HtmlDeprecatedAttribute -->
63-
<table>
64-
<tbody>
65-
<tr>
66-
<td align="center">
67-
<a href="https://github.com/mikeqfu" target="_blank"><img src="https://avatars.githubusercontent.com/u/1729711?v=4?s=100" width="100px;" alt="Qian Fu"/><br><sub><b>Qian Fu</b></sub></a><br>
68-
<a href="https://github.com/mikeqfu/pyhelpers" target="_blank" title="Seeding">🌱</a>
69-
<a href="https://github.com/mikeqfu/pyhelpers/commits?author=mikeqfu" target="_blank" title="Code">💻</a>
70-
<a href="https://github.com/mikeqfu/pyhelpers/tree/master/tests" target="_blank" title="Tests">🧪</a>
71-
<a href="https://pyhelpers.readthedocs.io/en/latest/" target="_blank" title="Documentation">📖</a>
72-
</td>
73-
<td align="center">
74-
<a href="https://github.com/xyluo25" target="_blank"><img src="https://avatars.githubusercontent.com/u/36498464?v=4?s=100" width="100px;" alt="Xiangyong Luo"/><br><sub><b>Xiangyong Luo</b></sub></a><br>
75-
<a href="https://github.com/mikeqfu/pyhelpers/commits?author=xyluo25" target="_blank" title="Code">💻</a>
76-
</td>
77-
</tbody>
78-
</table>

pyhelpers/data/metadata

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"Author": "Qian Fu",
66
"Affiliation": "School of Engineering, University of Birmingham",
77
"Email": "[email protected]",
8-
"Version": "2.0.0rc1",
8+
"Version": "2.0.0",
99
"License": "MIT License",
1010
"First release": "September 2019"
1111
}

0 commit comments

Comments
 (0)