Releases: mirandrom/PyS2
Releases · mirandrom/PyS2
v1.2.1 alpha
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
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.