lukasschwab / arxiv.py

Python wrapper for the arXiv API
MIT License
1.07k stars 120 forks source link

bug: switching max_results to int from float. #124

Closed radoshi closed 11 months ago

radoshi commented 11 months ago

Description

Switching the max_results parameter from float to int.

Breaking changes

None

Relevant issues

List GitHub issues relevant to this change.

Checklist

lukasschwab commented 11 months ago

@radoshi apologies — had to do some pretty significant rewriting in response to current API instability. #138 wound up resolving #123 and obviating this PR.

Specifically, it changes the parameter to int | None, where None is the unlimited behavior.