lukasschwab / arxiv.py

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

Move package logic into __init__.py #141

Closed lukasschwab closed 11 months ago

lukasschwab commented 11 months ago

Description

Breaking changes

List any changes that break the API usage supported on master.

Deprecates from arxiv import arxiv and import arxiv.arxiv, which were only accidentally supported.

Relevant issues

List GitHub issues relevant to this change.

Checklist