Arxiv

Latest version: v2.1.3

Safety actively analyzes 702641 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 5

1.4.1

Nonbreaking change.

+ Extract `result.comment` from `entry.get('arxiv_comment)'` rather than `entry.get('comment')` (79)

1.4.0

Breaking change.

+ Returns fully-qualified pre-March 2007 IDs from `get_short_id` (76)
+ The `HTTPError` constructor (not meant for external use): now takes the full `feedparser.FeedParserDict` rather than just a HTTP response status (77)

1.3.0

Deprecating change.

+ Deprecates `(Search).get` and `(Client).get`; use `(Search).results` and `(Client).results` (69)

Nonbreaking changes:

+ Defaults missing title attributes from the API to `"0"` (72)

1.2.0

Breaking change.

+ Implements `__eq__` for equality-checking: (64)
+ For `Result`s using `(Result).entry_id`
+ For `Result.Author`s using `(Result.Author).name`
+ For `Result.Link`s using `(Result.Link).href`

Nonbreaking changes:

+ Updates `__repr__` methods to include quotes around string arguments. (64)

1.1.0

Breaking change.

+ Removes `(Result).get_pdf_url()`; use `(Result).pdf_url` (59)
+ `(Result).get_pdf_url()` functionality moved to `(Result)._get_pdf_url()`, which is used to populate `(Result).pdf_url` in the `Result` constructor.
+ Refactors constructors to avoid using feedparser types in constructors (61)
+ `Result.Author.__init__` becomes `Result.Author._from_feed_author`.
+ `Result.Link.__init__` becomes `Result.Link._from_feed_link`.
+ Converts `(Result).updated` and `(Result).published` from `time.struct_time`s to `datetime`s (58)

Nonbreaking:

+ Adds `__str__` and `__repr__` methods to non-enum classes (61).

1.0.2

Nonbreaking change.

+ Add `(Result).doi` and `(Result).journal_ref`, fields that were available before the v1 release.
+ Add `(Result)._raw` for debugging purposes.
+ Improve logging:
+ Quiet logging for retryable errors.
+ Logging for limit and pagination logic.

Page 3 of 5

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.