lukasschwab / arxiv.py

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

Convert `time.struct_time` fields to datetimes #58

Closed lukasschwab closed 3 years ago

lukasschwab commented 3 years ago

Description

This conversion was irritating in my work with the volt tutorial tonight. This change is major enough to warrant a v1.1.0 release: it changes the type (beyond correcting the annotation) of a field.

The package could keep the old field around and namespace access to the new one, but I don't think v1.x.x adoption is widespread enough to merit the technical debt.

Breaking changes

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

Relevant issues

List GitHub issues relevant to this change.

Checklist