Releases: coecms/clef
Releases · coecms/clef
Rolled back dataset_id query
File limit fixed
Main changes:
- removed the 'ds' subcommand as with intake is not needed anymore
- when queries passed ESGF limits and return more than 10000 files repeat query on Dataset instead of File
- fixed bug with cordex
- fixed readthedocs now render correctly
- updated tests all passing
Update CMIP6 vocabularies
Update CMIP6 vocabularies
1.4.2
Version 1.4.1
Fixed conda meta.yaml
sqlalchemy1.4
What's Changed
- fixed incompatibility with sqlalchemy 1.4
- fixed citations now works with different server
- added "-h" option for --help
- raise query limit to 20000 for easgf search results if using 'remote' option
Full Changelog: 1.3.1...1.4
Change to cordex vocabulary
Following issue #150 we changed the way we load cordex validation vocabularies from directly form ESGF to son file, as for CMIP.
other vocabularies were also updated.
Added CORDEX sub-command
Main change is the addition of a "cortex" sub-command to query CORDEX data distributed via the ESGF. Cordex views were added to the database.
Other minor changes are:
- made the request workflow clearer
- added a "saving file.." message were appropriate
- updated the CMIP6 CV vocabularies as of the 2021/04/29
- documentation and demo were also updated to reflect the new sub-command
Fixed issue #143
Only change is fixing bug #143 , so it doesn't regenerate an error when querying CMIP5
Added check for member_id
Fixed issue #141