CovsirPhy v.2.27.0
Installation
- [New] Drop Python 3.7 support #1146
- [New] install all dependency automatically (especially with Python 3.10) by using pyarrow as the engine of reading CSV files #1159
Data engineering
- [New] dataset regarding population #1180
- [New] apply date range with DataEngineer().clean(kinds=["resample"], date_range=<tuple>) #1217
- [Fix] UnicodeEncodeError when automated downloading #1160
- [Deprecate] JapanData class #1179
Documentation
- [Docs] how to analyze Monkeypox 2022 linelist data with SIR-derived models #1131
- [Docs] add configuration file of Binder to open notebooks #1201
- [Docs] remove input.py #1198
- [Docs] fix terms in glossary list: trend analysis -> change point analysis #1216
- [Docs] improve readability of API reference by updating titles and ignore internal classes #1208
For developers
- [Revise] deptry 0.4.6 is available #1195
- [Revise] use deptry version 0.5.0 #1207
- [Revise] multiprocessing in tests #1203
Acknowledgement
Special thanks for users and developers!
Related issues and pull requests:
https://github.com/lisphilar/covid19-sir/milestone/48?closed=1
What's Changed
- update: #1160, specify encoding by @lisphilar in #1193
- Issue1146 by @lisphilar in #1196
- Issue1159 by @lisphilar in #1200
- build(deps): bump matplotlib from 3.5.3 to 3.6.0 by @dependabot in #1202
- test: use pytest-xdist by @lisphilar in #1204
- test: refactor test workflow because datatable installation is un-necessary with Python 3.10 by @lisphilar in #1206
- Issue#1208 by @lisphilar in #1209
- Issue1179 by @lisphilar in #1210
- Issue1180 by @lisphilar in #1213
- Issue1217 by @lisphilar in #1218
Full Changelog: 2.26.2...2.27.0