Recent Releases of pynytimes
pynytimes - 0.10.0
What's Changed
- Remove message from CITATION.cff by @michadenheijer in https://github.com/michadenheijer/pynytimes/pull/96
- Add additional search query filters by @michadenheijer in https://github.com/michadenheijer/pynytimes/pull/97
Full Changelog: https://github.com/michadenheijer/pynytimes/compare/0.9.2...0.10.0
- Python
Published by michadenheijer about 3 years ago
pynytimes - 0.9.2
What's Changed
- Create CITATION.cff by @michadenheijer in https://github.com/michadenheijer/pynytimes/pull/92
- Update CITATION.cff by @michadenheijer in https://github.com/michadenheijer/pynytimes/pull/94
- Fix DOI by @michadenheijer in https://github.com/michadenheijer/pynytimes/pull/93
- Version bump by @michadenheijer in https://github.com/michadenheijer/pynytimes/pull/95
Full Changelog: https://github.com/michadenheijer/pynytimes/compare/0.9.1...0.9.2
- Python
Published by michadenheijer about 3 years ago
pynytimes - 0.9.1
What's Changed
- Update LICENSE year by @michadenheijer in https://github.com/michadenheijer/pynytimes/pull/84
- Adding a citation to repository by @michadenheijer in https://github.com/michadenheijer/pynytimes/pull/91
- Fix TimesTags
Full Changelog: https://github.com/michadenheijer/pynytimes/compare/0.9.0...0.9.1
- Python
Published by michadenheijer about 3 years ago
pynytimes - 0.9.0
What's Changed
- Improve Typing by @michadenheijer in https://github.com/michadenheijer/pynytimes/pull/82
- New documentation by @michadenheijer in https://github.com/michadenheijer/pynytimes/pull/83
Full Changelog: https://github.com/michadenheijer/pynytimes/compare/0.8.0...0.9.0
- Python
Published by michadenheijer over 3 years ago
pynytimes - 0.8.0
What's Changed
- Improve typings by @michadenheijer in https://github.com/michadenheijer/pynytimes/pull/66
- Fix general PEP8 problems, improve maintainability by @michadenheijer in https://github.com/michadenheijer/pynytimes/pull/67
- Update tests.py by @michadenheijer in https://github.com/michadenheijer/pynytimes/pull/68
- Add maintainability shield, remove old orjson parsing by @michadenheijer in https://github.com/michadenheijer/pynytimes/pull/69
- Update travis by @michadenheijer in https://github.com/michadenheijer/pynytimes/pull/70
- Remove Python 3.7 support, add section in README by @michadenheijer in https://github.com/michadenheijer/pynytimes/pull/71
- Switch to GitHub actions by @michadenheijer in https://github.com/michadenheijer/pynytimes/pull/72
- Update badge by @michadenheijer in https://github.com/michadenheijer/pynytimes/pull/73
- Improve code quality by @michadenheijer in https://github.com/michadenheijer/pynytimes/pull/76
- Fix to limit to max 79 line length by @michadenheijer in https://github.com/michadenheijer/pynytimes/pull/78
Full Changelog: https://github.com/michadenheijer/pynytimes/compare/0.7.0...0.8.0
- Python
Published by michadenheijer over 4 years ago
pynytimes - 0.3.0
- Fix Article Search (#1)
- Use exponential backoff: This should help solve problems when you get the HTTP Error 429 (Too Many Requests), it automatically slows down requests.
- Update to version 0.3
requestshas been updated from version2.22.0to2.23.0.
There are some changes, but there are no breaking changes. The only change that could potentially be breaking is the option "rate_limiting": False in article search. This options has been disabled, the library will now continuously make requests until it gets the status code 429, then it'll use the exponential backoff.
- Python
Published by michadenheijer about 6 years ago