Skip to content

Releases: yantosca/qfyaml

qfyaml 0.4.4

27 Sep 15:36
Compare
Choose a tag to compare

Release date: 27 Sep 2024

CHANGELOG

Changed

  • Minor formatting changes in CHANGELOG.md

Fixed

Full Changelog: 0.4.3...0.4.4

qfyaml 0.4.3

27 Sep 15:35
Compare
Choose a tag to compare

Release date: 2024-09-26

CHANGELOG

Added

  • Species database files in test/ have been updated to GEOS-Chem 14.5.0 (in development)

Full Changelog: 0.4.2...0.4.3

qfyaml 0.4.2

09 Aug 16:23
Compare
Choose a tag to compare

Release date 09 Aug 2022
DOI

Added

  • New CONTRIBUTING.md file
  • New SUPPORT.md file
  • New CHANGELOG.md file

Changed

  • QFYAML_Print now places single-quotes around the top-level
    variable name if it is either NO: or no:. This will prevent
    this text from being interpreted as no or false.
  • The test_species_database.F90 program now checks if NO
    (i.e. Nitrogen Oxide) will have quotes placed around it.
  • bin/.cleanBinDir.sh is now bin/cleanup.sh. It will also
    remove files generated by the make process in the build/ folder.
  • Version numbers in CMakeLists.txt and conf.py are now 0.4.2
  • Updated ReadTheDocs documentation accordingly
  • Now use proper title & section headings in the ReadTheDocs *.rst files

qfyaml 0.4.1

25 Jul 15:44
Compare
Choose a tag to compare

Release date: 25 Jul 2022

Added

  • QFYAML_Print will now write YAML output to stdout if fileName = "*"

qfyaml 0.4.0

25 Jul 01:45
Compare
Choose a tag to compare

Release date 24 Jul 2022
DOI

Added

  • QFYAML_Print routine, can print the contents of yml object.
  • Also can use an optional list of search keys to restrict which variables get printed

qfyaml 0.3.3

25 Feb 19:12
Compare
Choose a tag to compare

Release date 25 Feb 2022

Updates in this version:

qfyaml 0.3.2

23 Feb 22:03
Compare
Choose a tag to compare

Release date: 23 Feb 2022
DOI

New features included

  1. Ability to search for the next higher variable or category
  2. Renamed input_options.yml to geoschem_config.yml
  3. Renamed test_input_options.F90 to test_config.yml

qfyaml 0.3.1

14 Feb 20:41
Compare
Choose a tag to compare

DOI
Release date: 14 Feb 2022

QFYAML includes the following updates:

  • Add fix to allow arrays larger than the data size to be passed to QFYAML_Add_Get
  • Add fix to allow long YAML sequences to be read properly
  • Renamed geoschem_config.yml to input_options.yml
  • Renamed test_geoschem_config.yml to test_input_options.yml
  • Renamed input.yml to qfyaml.yml

For documentation, please see: https://qfyaml.readthedocs.io

qfyaml 0.3.0

10 Feb 23:01
Compare
Choose a tag to compare

Release date: 09 Feb 2022

What's new in this version:

  • Add support for parsing nested YAML categories
  • Add support for parsing YAML sequences
  • Add ReadTheDocs documentation files

Please see our ReadTheDocs documentation page for installation and usage instructions.

qfyaml 0.2.4

02 Feb 17:42
Compare
Choose a tag to compare

qfyaml 0.2.4
DOI

  1. Added a .zenodo.json for auto-DOI generation
  2. Updated species_database*yml files to GEOS-Chem 13.4.0
  3. Added bin/ and build/ folders