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.7.0

  • Add typings
  • Add with support
  • Update README
  • Drop Python 3.6 support
  • Check types in __init__

- Python
Published by michadenheijer almost 5 years ago

pynytimes - 0.6.1

  • Fix TimesTags

- Python
Published by michadenheijer over 5 years ago

pynytimes - 0.6.0

  • Add unittests
  • Raise errors for wrong input type/data
  • Fix Archive Metadata issues on Windows
  • Change README

- Python
Published by michadenheijer over 5 years ago

pynytimes - 0.5.0

  • Drop Python 3.5 support
  • Add support for orjson json parsing (optional)
  • Use .__version__ file
  • Code rewrite
  • Optionally parse dates into datetime.datetime or datetime.date objects

- Python
Published by michadenheijer over 5 years ago

pynytimes -

- Python
Published by michadenheijer over 5 years ago

pynytimes - 0.4.1

- Python
Published by michadenheijer almost 6 years ago

pynytimes - 0.4.0

- Python
Published by michadenheijer almost 6 years ago

pynytimes - 0.3.2

  • Update tests
  • Update Requests from 2.23.0 to 2.24.0
  • Add additional server error strategy
  • Update README
  • Add open source files

- Python
Published by michadenheijer almost 6 years ago

pynytimes - 0.3.1

  • Automatically send correct version header
  • Remove tests for Python 3.9
  • Add correct classifiers for PyPy

- Python
Published by michadenheijer about 6 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
  • requests has been updated from version 2.22.0 to 2.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

pynytimes - 0.2.1

  • Some bugfixes and updates that reflect the changes from the New York Times API.

Thanks to @matnel for his contribution.

- Python
Published by michadenheijer about 6 years ago

pynytimes - 0.2

  • Article Search now supports multiple sources.

This is the first "stable" version that I'm releasing on GitHub.

- Python
Published by michadenheijer over 6 years ago