Releases: hugovk/pypistats
Releases · hugovk/pypistats
0.15.0
Changed
- Speedup: Replace modules and use lazy imports (#289) @hugovk
Fixed
- Specify build backend for editable installs (#280) @hugovk
0.13.0
Added
Changed
Fixed
- Docs: Travis CI has been replaced with GHA (#250) @hugovk
0.10.1
Fixed
- Require pytablewriter 0.48+ to fix NumpyTableWriter regression (#96) @hugovk
- Only Python 3 is supported: don't create universal wheel (#92) @hugovk
Other changes
0.10.0
- Add support for NumPy and Pandas data output (#84)
- Warn if
--start-date
is before earliest available data (#86)
- Error if
--end-date
is before earliest available data (#87)
0.9.0
Add support for Python 3.8 (#80)
0.8.0
Add date range to output (#73)