Releases: dracor-org/pydracor
Releases · dracor-org/pydracor
pydracor v3.0.2
Change pydracor-base dependency to version 1.0.1.
pydracor v3.0.1
pydracor-v3.0.1: fix build settings
pydracor v3.0.0
Complete re-write based on pydracor-base.
pydracor-v1.0.0
New Methods
- Get metadata of all plays as CSV with
Corpus.metadata_csv() - Get cast of a Play as CSV with
Play.cast_csv() - Get relations of a Play as CSV, gexf, graphml with:
Play.relations_csv()Play.relations_gexf()Play.relations_graphml()
- Get list of plays having a character identified by Wikidata ID with
DraCor.plays_by_character_wikidata_id(wikidata_id) - Get a mapping of play Ids and normalized years for a Corpus with
Corpus.normalized_years()
Bug fixes
- Change data type from written, printed and published years to strings to cover entries such as "1842/43".
- Fix
Corpus.summary() - Fix
DraCor.sparql()
pydracor-v0.0.1
Python package which provides access to the DraCor API. Version v0.0.1.
pydracor-v0.0.0
Python package which provides access to the DraCor API. Version v0.0.0.