Releases: NOAA-GFDL/fms_yaml_tools
Releases · NOAA-GFDL/fms_yaml_tools
2024.02
What's Changed
- run CI on push and pull_request by @uramirez8707 in #50
- make diag_yaml_list flake compliant by @uramirez8707 in #51
- Add schema submodule by @uramirez8707 in #49
- Added clearer error message when combiner script is run with incorrectly formatted yamls by @uwagura in #55
- Modify the data yaml format to the new format by @uramirez8707 in #48
- Diag table yaml tools clean up by @uramirez8707 in #53
- Field table yaml updates by @uramirez8707 in #52
- update version + turn on flake8 by @uramirez8707 in #56
- data_table converter update by @uramirez8707 in #57
- move the schema commit by @uramirez8707 in #58
- Move the schemas commit to prevent empty strings in the diag_table.yaml by @uramirez8707 in #60
- revert array base_date changes by @uramirez8707 in #62
- Diag table yaml combiner by @uramirez8707 in #63
- Fix for variables with different output_names by @uramirez8707 in #65
- Add CODEOWNERS file so that reviwers can automatically be assigned by @uramirez8707 in #64
- update schema commit by @uramirez8707 in #67
New Contributors
Full Changelog: 2024.01...2024.02
2024.01
Initial release of fms_yaml_tools. It contains
data-table-to-yaml
: to convert ascii data tables to the data_table.yaml formatis-valid-data-table-yaml
: to validate a data_table.yamlcombine-data-table-yamls
: to combine a set of data_table.yaml filesdiag-table-to-yaml
: to convert ascii diag tables to the diag_table.yaml formatis-valid-diag-table-yaml
: to validate a data_table.yamlcombine-diag-table-yamls
: to combine a set of diag_table.yaml filesfield-table-to-yaml
: to convert ascii field tables to the field_table.yaml formatcombine-field-table-yamls
: to combine a set of field_table.yaml filesdiag-yaml-list
: Lists the history file info in a diag table YAML
Compatible with up to the 2024.02 version of FMS.