Releases: yantosca/qfyaml
Releases · yantosca/qfyaml
qfyaml 0.4.4
Release date: 27 Sep 2024
CHANGELOG
Changed
- Minor formatting changes in
CHANGELOG.md
Fixed
- Add fix from geoschem/geos-chem#2486 to prevent errors on Intel compilers
Full Changelog: 0.4.3...0.4.4
qfyaml 0.4.3
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
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 eitherNO:
orno:
. This will prevent
this text from being interpreted asno
orfalse
.- The
test_species_database.F90
program now checks ifNO
(i.e. Nitrogen Oxide) will have quotes placed around it. bin/.cleanBinDir.sh
is nowbin/cleanup.sh
. It will also
remove files generated by the make process in thebuild/
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
Release date: 25 Jul 2022
Added
- QFYAML_Print will now write YAML output to stdout if
fileName = "*"
qfyaml 0.4.0
qfyaml 0.3.3
Release date 25 Feb 2022
Updates in this version:
- Fixes an issue in parsing categories, described at on our Known Bugs page at qfyaml.readthedocs.io
qfyaml 0.3.2
qfyaml 0.3.1
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
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.