Skip to content

Commit

Permalink
Add undocumented subject category cs.DS
Browse files Browse the repository at this point in the history
  • Loading branch information
linjer committed Apr 11, 2024
1 parent 395c062 commit 00a170c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/arxiv_client/__about__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.4"
__version__ = "0.2.5"
1 change: 1 addition & 0 deletions src/arxiv_client/category.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ def __new__(cls, value: str, description: str | None = None) -> Self:
CS_DC = "cs.DC", "Computer Science - Distributed; Parallel; and Cluster Computing"
CS_DL = "cs.DL", "Computer Science - Digital Libraries"
CS_DM = "cs.DM", "Computer Science - Discrete Mathematics"
CS_DS = "cs.DS", "Computer Science - Data Structures and Algorithms"
CS_ET = "cs.ET", "Computer Science - Emerging Technologies"
CS_FL = "cs.FL", "Computer Science - Formal Languages and Automata Theory"
CS_GL = "cs.GL", "Computer Science - General Literature"
Expand Down
2 changes: 1 addition & 1 deletion src/arxiv_client/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def search(
self,
query: Query,
page_size: int | None = None,
paging_delay_ms: int = 500,
paging_delay_ms: int = 250,
paging_max_retries: int = 1,
) -> Iterator[Article]:
"""
Expand Down

0 comments on commit 00a170c

Please sign in to comment.