Skip to content

Releases: mirandrom/PyS2

v1.2.1 alpha

07 Apr 15:05
9bf44f0
Compare
Choose a tag to compare
v1.2.1 alpha Pre-release
Pre-release

Added s2.store and s2.graph modules for saving or working locally with S2 objects, and for constructing citation network subgraphs.

v1.1.0 Working locally with s2.db

31 Mar 17:56
Compare
Choose a tag to compare

s2.db: classes in this module inherit MutableMapping and provide a common dict-like interface for storing/retrieving S2 objects in a backend-agnostic manner. This release includes a first simple attempt at such a class: JsonS2PaperDB and JsonS2AuthorDB which work with flat json files and are adequate for working locally in an exploratory phase.

v1.0.2

26 Mar 23:18
1b582fa
Compare
Choose a tag to compare

pypi publishing workflow for github actions

v1.0.0

26 Mar 14:29
Compare
Choose a tag to compare

Added core functionality and data models for querying S2 API endpoints, as well as documentation and testing.