Recent Releases of cffconvert

cffconvert - 2.0.0

- Python
Published by github-actions[bot] over 4 years ago

cffconvert - 1.3.3

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 https://github.com/citation-file-format/cff-converter-python/issues/119).

- Python
Published by jspaaks over 6 years ago

cffconvert - 1.3.2

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

- Python
Published by jspaaks over 6 years ago

cffconvert - 1.3.1

'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.

- Python
Published by jspaaks over 6 years ago

cffconvert - 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.

- Python
Published by jspaaks over 6 years ago

cffconvert - 1.2.2

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

- Python
Published by jspaaks over 6 years ago

cffconvert - 1.2.1

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

- Python
Published by jspaaks over 6 years ago

cffconvert - 1.2.0

Can now raise exception when validating

- Python
Published by jspaaks over 6 years ago

cffconvert - 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)

- Python
Published by jspaaks almost 7 years ago

cffconvert - 1.0.4

replaced PyYAML dependency with ruamel.yaml

- Python
Published by jspaaks about 7 years ago

cffconvert - 1.0.3

security bugfix by updating requests from 2.18.4 to 2.20.0

- Python
Published by jspaaks over 7 years ago

cffconvert - 1.0.2

  • fixed bug https://github.com/citation-file-format/cff-converter-python/issues/82 (warnings on stdout)

- Python
Published by jspaaks over 7 years ago

cffconvert - 1.0.1

  • fixed bug https://github.com/citation-file-format/cff-converter-python/issues/73 (orcid format in zenodo export)

- Python
Published by jspaaks over 7 years ago

cffconvert - 1.0.0

  • first stable release
  • solved bug https://github.com/citation-file-format/cff-converter-python/issues/59 (cffconvert creates local file data.yaml and schema.yaml on validate)

- Python
Published by jspaaks over 7 years ago

cffconvert - 0.0.5

0.0.5

  • Minor changes

0.0.4

  • added optional validation of CITATION.cff files using pykwalifire (--validate)
  • added printing the CITATION.cff contents from the command line
  • added unit tests for command line interface
  • added integration with sonarcloud code quality monitoring
  • removed shorthand command line argument -v (represented both --validate and --verbose)
  • added showing its own version (--version)
  • command line argument --ignore-suspect-keys no longer needs to be assigned a value, it's simply a flag

- Python
Published by jspaaks almost 8 years ago

cffconvert - 0.0.3

  • added a command line interface
  • added functionality for overriding, ignoring, removing 'suspect keys': for example, doi, date-released, version, commit
  • added functionality to use various github url formats
  • added functionality to read from string as well as (CFF file found at) url
  • added an 'export to .zenodo.json' method
  • orcid identifiers are now included in codemeta's Person
  • added unit tests, live tests, fixtures

- Python
Published by jspaaks almost 8 years ago

cffconvert - 0.0.1

- Python
Published by jspaaks almost 8 years ago

cffconvert - citationcff v0.0.0

(testing the Zenodo/GitHub integration)

- Python
Published by jspaaks about 8 years ago