Skip to content

Releases: scriptotek/mc2skos

Version 0.7.1

29 Oct 18:55
v0.7.1
Compare
Choose a tag to compare
  • fix(338f445): parsing of 083
  • feat(32e75f8): ignore invalid dates in 005 fields, but show warning
  • feat(cd51432): add flags --skip_classification and --skip_authority
  • feat(10fdc6b): add mc2skos/vocabularies.yml with URI templates for known vocabularies

Version 0.7.0

22 Jul 15:16
v0.7.0
Compare
Choose a tag to compare
  • feat(#32): Parse 7XX fields as mappings
  • feat(b74dd23): process_record raises UnknownSchemeError if URIs cannot be generated because a record doesn't have a known classification scheme or subject vocabulary identifier. Shown as warning when running the standalone command line application. URI templates for new vocabularies can be added to the CONFIG in record.py (please submit a pull request for new vocabularies) or passed as command line flags.
  • feat(16b2531): Added mapping of 5XX $w=h to skos:narrower
  • fix(f2a8b96): Fixed the --include-components flag
  • fix(6c86b51): Fixed Python 3 string representations
  • fix(524243f): Fixed WebDewey extras
  • refactor(16bbb6d): new ConceptScheme class. Note: the --table_scheme_uri command line flag has been removed!

Version 0.6.0

28 Jun 14:33
v0.6.0
Compare
Choose a tag to compare
  • Added support for authority records
  • Generalized detection of deprecated records (now using 008[8])
  • Mapped 001 to dcterms:identifier
  • Added --include option to include an existing RDF file (e.g. to include static information about the concept scheme)

Version 0.5.1

28 Jun 14:30
v0.5.1
Compare
Choose a tag to compare

Version 0.5.0

09 Feb 21:05
v0.5.0
Compare
Choose a tag to compare
  • #26 Add two new output formats: JSKOS (jskos) and Newline-Delimited JSKOS (ndjson), by @nichtich
  • #13 Add example of Basisklassifikation, by @nichtich

Version 0.4.0

17 Jan 17:07
Compare
Choose a tag to compare
  • #17 Support serialization to stdout, by @nichtich
  • #18 Add MARC field 753, by @nichtich
  • Expose package version through a __version__ variable and a --version flag
  • Update and extend readme