Skip to content

Releases: citation-file-format/cffconvert

2.0.0

22 Sep 15:40
Compare
Choose a tag to compare
zenodraft/action updated the file CITATION.cff with the prereserved doi

1.3.3

12 Nov 14:40
8f08e49
Compare
Choose a tag to compare

With recent changes to the release process of https://github.com/citation-file-format/citation-file-format, the schema will be in a different place than before. This release fixes #119).

1.3.2

05 Nov 12:45
232acb2
Compare
Choose a tag to compare

the ruamel.yaml dependency was not specified tightly enough, requirements.txt has been updated as have the notes for maintainers.

1.3.1

05 Nov 11:16
330e225
Compare
Choose a tag to compare

'cff-version: 1.0.3' is now interpreted as 1.0.3-1 (the latest schema version that implements the spec 1.0.3). This will fix some problems with the list of SPDX license abbreviations.

1.3.0

01 Oct 15:53
a78b6f9
Compare
Choose a tag to compare

It seems that Google was having some issues with interpreting the codemeta we generate for the Research Software Directory

, therefore I added an export that just uses schema.org for its context, instead of both codemeta and schema.org.

1.2.2

01 Oct 13:59
a24820d
Compare
Choose a tag to compare

Command line program to convert from Citation File Format to various other formats such as BibTeX, EndNote, RIS, schema.org, and .zenodo.json.

1.2.1

16 Jul 14:00
03fd5c1
Compare
Choose a tag to compare

Command line program to convert from Citation File Format to various other formats such as BibTeX, EndNote, RIS, schema.org, and .zenodo.json.

1.2.0

25 Jun 11:54
e439deb
Compare
Choose a tag to compare

Can now raise exception when validating

1.1.0

04 Apr 14:06
e78aea8
Compare
Choose a tag to compare
  • replaced pykwalifire with its parent pykwalify
  • now works for python 3.7 (refs #80)
  • not using PyYAML anymore (but it still comes along with pykwalify for some reason)
  • added a function that can be used as Google Cloud function
  • hopefully fixed parsing of strings that should have been entered as dates (the new validator does
    not find that offensive, hence I had to fix it myself)

1.0.4

05 Dec 14:20
116a8ee
Compare
Choose a tag to compare

replaced PyYAML dependency with ruamel.yaml