Releases: citation-file-format/cffconvert
Releases · citation-file-format/cffconvert
2.0.0
1.3.3
1.3.2
1.3.1
1.3.0
It seems that Google was having some issues with interpreting the codemeta we generate for the Research Software Directory
- https://github.com/research-software-directory/research-software-directory/blob/b2c08d59cf143f843eb5e4facd136818a9346a2a/harvesting/releases.py#L176
- https://github.com/research-software-directory/research-software-directory/blob/b2c08d59cf143f843eb5e4facd136818a9346a2a/harvesting/releases.py#L223
, therefore I added an export that just uses schema.org for its context, instead of both codemeta and schema.org.
1.2.2
1.2.1
1.2.0
1.1.0
- 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)