Copyright 2017-2020, University Corporation for Atmospheric Research See the LICENSE.rst file for details
- Add date check/mapping ability.
- Added initial CESM to CMIP6 JSON tables to the examples directory.
- Added the code within examples/CESM/CMIP6/src used to generate these tables.
- Added initial CESM to CMIP5 JSON tables to examples directory
- Add initial version of mip_table_parser.py.
- Add initial versions of climIO.py and its unit test.
- Working repository created. Template in place.
- Pre-release of Version 0.1.0
- Many improvements and features
- Demo with CMIP5 Amon table with the b40.rcp4_5-1deg.006 experiment data
- Major refactor of the graph data structure and dependent objects
- Includes allowances for 'chunking' (serialization) of the data
- Uses the SimpleComm interface for parallelism
- Many other improvements and simplifications
- Automatic interpretation of "direction" attribute in coordinate variables
- Simplified PhysArray API
- More powerful Dataset Descriptors
- New user-defined function API
- Code ported to Python 3.6+ (No longer supports Python 2.7)
- Update to testing suite (using PyTest) and adding GitHub Actions
- General modernization of the package repository