Nonbreaking change. No logical changes from 1.4.6.
* Indicate Python version in trove classifiers by lukasschwab in https://github.com/lukasschwab/arxiv.py/pull/112
1.4.6
Nonbreaking change.
* Move linting from flake8 to ruff by lukasschwab in https://github.com/lukasschwab/arxiv.py/pull/110 * Set python_requires >=3.7 by lukasschwab in https://github.com/lukasschwab/arxiv.py/pull/111
+ Disambiguate generic `list` type hints by lukasschwab in https://github.com/lukasschwab/arxiv.py/pull/109
1.4.4
Nonbreaking change.
+ Fix docstring: `updated` and `published` are datetimes (106, 107) + Try to make docs-generation simpler for contributors. See 108. + Pin pyenv Python version to v3.10.4. + Bump pdoc to v13.1.0.
1.4.3
**NOTE:** this tag should really point to 67b02aa. The tagged commit has the wrong version number in setup.py.
Nonbreaking change.
+ Add docstring warning about Search.query encoding (91) + Fiz "abstrace" typo in Result docstrings (96) + Parameterize initial search offset for error recovery (103)
1.4.2
Nonbreaking change.
+ Run retries recursively to sleep between erroneous responses (53) + Skip invalid entries from nonexistent `id_list` IDs (81)