# v2.0b7

Corrected a misplaced line.

Modified : full_catalog.py.

# v2.0b6

Corrected a misplaced line.

Modified : full_catalog.py.

# v2.0b5

The dictionary was not updated.

Modified : full_catalog.py

# v2.0b4

Taken the save function out of the full_catalog.py.

Modified : save_and_load_netcdf.py and full_catalog.py

# v2.0b3

Error in glob function in save_and_load_netcdf.py.

Modified :  save_and_load_netcdf.py 

# v2.0b2

Needed to modify also the full_catalog script to adapt to the changes of save_and_load_netcdf.py.

Modified : full_catalog.py

# v2.0b1

The save_and_load_netcdf.py script was simplified : it now relies on the local folders' paths rather than a path dataframe. This allows for copying the data folder once it is downloaded.

Modified :  save_and_load_netcdf.py 
# v2.0b

The package has been significantly rewritten to match a new approach : the full CMIP6 dictionary will always be divided onto the experiment_ids and then the subsequent sub-dictionaries divided into model.variant couples.

# v1.1b2

Fixed a missing variable in the save_and_load_netcdf.py script.

Modified : save_and_load_netcdf.py from the tools subpackage.

# v1.1b1

Fixed a type error leading to an error in the condense_dictionary script.

Modified : cmip6_dictionary_keys.py from the tools subpackage.

# v1.1b

The user now need to provide a path for the criteria folder.

This was necessary as the package format led to a wrong path in the previously used where_project function.

Modified : csv_criteria.py from the tools subpackage.

# v1.0b

The package is now downloadable via pip and usable in a jupyter notebook.
