Releases: yantosca/qfyaml
Releases · yantosca/qfyaml
qfyaml 0.2.3
qfyaml 0.2.3
13 May 2020
What's new:
- Remove duplicate PUBLIC statement for type QFYAML_t (this caused ifort 18 to choke)
- Use the species_database*yml files with the latest updates from 13 May 2020
qfyaml 0.2.2
qfyaml 0.2.2
05 May 2020
What's new:
- Add an error trap to exit if we can't find the input YAML file on disk
- Update species database files as of 5/5/20
- Update the test_species_database.F90 program accordingly
qfyaml 0.2.1
qfyaml 0.2.1
28 Apr 2020
Bug fixes:
- Now use << (instead of >>) to point to YAML anchors.
- Also updated species database test files as of 29 Apr 2020
qfyaml 0.2.0
qfyaml 0.2.0
28 Apr 2020
What's new
- Errors now propagate out of qfyaml_mod.F90 and back to the calling routine.
- Merging of two QFYAML objects is now supported.
- Updated the test_species_database example.
qfyaml 0.1.0
qfyaml 0.2.1
23 Apr 2020
This is the initial release of the Quick Fortran YAML parser code. This code has mostly been developed as a core-Fortran parser for GEOS-Chem.
Features supported:
- Simple variable definition (e.g.
name: Fred
)
- Block mapping (e.g.
array: [1.0, 2.0]
)
- Flow mapping (e.g.
array: {1.0, 2.0}
)
- YAML anchors
Features not yet supported:
- YAML sequences
- Nested mappings
We hope to add extra functionality as time allows.