Skip to content

Releases: saw-leipzig/csv2cmi

CSV2CMI 2.2.1

Choose a tag to compare

@ukretschmer ukretschmer released this 06 May 14:56
  • support CMIF 1.1 (cert="low" allowed only)
  • add Ruff formatter config
  • add codeowners
  • add code of conduct

CSV2CMI 2.2.0

Choose a tag to compare

@rettinghaus rettinghaus released this 10 Mar 12:17
  • support for editor's email address
  • fixing --all option
  • minor code cleaning

CSV2CMI 2.1.1

Choose a tag to compare

@rettinghaus rettinghaus released this 23 Feb 17:26

This is a minor update to give a better error message if an authority seems unreachable.

CSV2CMI 2.1

Choose a tag to compare

@rettinghaus rettinghaus released this 20 Apr 12:14
39ed9a0

This feature release of CSV2CMI improves support for EDTF dates with unspecified digits and checking of different types of persons and organizations from the Integrated Authority File (GND). Also, now all generated IDs are consistent, and won't change on a re-run (without changing the input file). Every bibliographic citation now holds a universally unique identifier (UUID) as xml:id.

CSV2CMI 2

Choose a tag to compare

@rettinghaus rettinghaus released this 22 Sep 10:50
5ad61a9
  • update deprecated function
  • add success message

CSV2CMI 2

Choose a tag to compare

@rettinghaus rettinghaus released this 29 Mar 17:13
7aa3e2f
  • moving back to <persName> as default tag for correspondents
  • minor fixes

CSV2CMI 2

Choose a tag to compare

@rettinghaus rettinghaus released this 20 Mar 20:59
24c7191

This is the 2019 spring release of CSV2CMI.

  • uses <name> as default tag for the correspondents
  • supports EDTF:
    • Time Interval is converted to @from and @to
    • Set representation (One of a set) is converted to @notBefore and @notAfter
    • Qualification of a date is represented with @cert
  • supports new fields for literal dates
  • supports multiple senders/addressees in one field (available through --extra-delimiteroption)
  • supports multiple editions of one letter (available through --extra-delimiteroption)
  • informs about outdated GND-IDNs
  • adds support for multiple projects (through path separation)
  • allows specification of output file
  • overall code improvements

version 1.6.2

Choose a tag to compare

@rettinghaus rettinghaus released this 13 Oct 18:22
947dd76
  • improved messages

version 1.6.1

Choose a tag to compare

@rettinghaus rettinghaus released this 30 Sep 17:07
0e4c539
  • support for uncertain and approximate dates from ISO draft (%)
  • support for dates without year or without month and year (from att.datable.w3c)

version 1.6.0

Choose a tag to compare

@rettinghaus rettinghaus released this 17 Sep 14:05
4e337f5

New features added:

  • support for LOC authority files
  • support for notes
  • basic support for EDTF:
    • Date
    • Interval
    • Extended Interval
    • Uncertain/Approximate
    • Partial Uncertain/Approximate
  • updated cmi2csv stylesheet with better handling for dates (EDTF)
  • several typos fixed