Change Log¶
v2.9.6 (2019-04-01)¶
Implemented enhancements:
- command to test dataset ID validity #44
Closed issues:
v2.9.3 (2018-11-09)¶
Merged pull requests:
- Update requests #48 (sashakames)
- Conda build recipe #46 (sterlingbaldwin)
v2.9.2 (2018-09-20)¶
Fixed bugs:
- esgfetchini doesn’t write to /esg/config/esgcet in 2.9.0 #39
Closed issues:
- Conflicting with cdf2cim, when installed second #42
- mapfile does not generate with 2.9.0; no error #40
Merged pull requests:
v2.9.0 (2018-07-24)¶
Closed issues:
- in esgmapfile, do not skip “hidden” directories which are part of the specified path #37
v2.8.3 (2018-06-25)¶
Closed issues:
- GitHub env variable to release API rate limit #35
- Thread error when run occurs in the same directory as the scanned directory #34
- GitHubAPIRateLimit hit when testing installation #33
- esgdrs: add option to disable checksums #31
- esgdrs: use checksums from mapfiles if available #30
- esgdrs: only checksum pairs of files with same name #29
- Feature request: esgmapfile to use table of checksums #26
Merged pull requests:
v2.7.40 (2018-03-14)¶
Fixed bugs:
- Wrong collector filtering in default mode for mapfile generation #22
Closed issues:
v2.7.39 (2018-03-09)¶
Fixed bugs:
- Wrong collector filtering in default mode for mapfile generation #22
Closed issues:
v2.7.35 (2018-02-02)¶
Closed issues:
- dataset_id names #15
- use consistent delete command in “esgprep drs todo” #14
- unicode ascii conversion error in “esgprep drs tree” #12
- hard coded strings in directory_format are ignored without warning in “esgprep drs” #11
- root directory stored in tree file in “esgprep drs” #10
- “tree” file breaking logging in “esgprep drs” #9
- esgprep fails to install under esgf-installer #8
- enhancement: sanity check esg.ini for mistakes #7
- UnicodeEncode Error in fetchini/main.py #6
- The esg.cmip6.ini file is blank when downloaded. #5
- version tagging #4
- string facets shouldn’t need options #1
Merged pull requests:
Untagged older changes¶
Date | Version | Modifications |
---|---|---|
2017-05-09 | 2.7 | Major review from Alan Iwi (CEDA).
MAjor refactoring.
Improve logger management.
Improve all outputs.
Improve file discovery.
Remove
esg.ini fetching and fetch-ini code simplified .Add
--set-* , --symlink features and drs result recording.Add
--no-cleanup features to mapfile command.Add filters features to
check-vocab and mapfile commands.CMIP6 enabled.
|
2016-09-27 | 2.5 | Improvement of
fetch-ini command to fetch all configuration files.Small refactoring.
|
2016-07-22 | 2.4 | Improvement of
mapfile and check-vocab commandsaccording to the 3.0 publisher release.
|
2016-07-05 | 2.1 | Add
-k option to fetch-ini command. |
2016-07-01 | 2.0 | Full rewriting.
Subcommands merging.
|
2016-04-27 | 0.8 | Mapfile management and output writing enhance for user experience.
|
2015-10-23 | 0.7 | Merging
esgscan_directory and esg_mapfiles features into a single tool. |
2015-07-06 | 0.6 | Free case project section.
Add
esg_mapfiles_check_vocab command-line.Raise thread traceback.
Add exit status.
Documentation completion.
|
2015-07-06 | 0.5.3 | Add version within master ID
according to the 2.0 publisher release.
|
2015-06-25 | 0.5.2 | Checksum type support (MD5 or SHA256).
|
2015-06-16 | 0.5.1 | PyPi packaging.
|
2015-06-12 | 0.4.1 | Sphinx documentation rewriting.
|
2015-06-09 | 0.4 | Add Unix wildacards support and
--latest optionto only scan latest versions.
|
2015-03-27 | 0.3.1 | Improve logging.
Includes developer’s entry point.
|
2015-03-10 | 0.3 | Add
--keep-going option to skipped unmatching files.Remove temporary directory in any case.
|
2015-02-13 | 0.2 | Refactoring script with PEP008 convention.
Add configuration file.
Add directory as input.
|
2014-09-17 | 0.1 | MD5 checksum compute by OS (Unix Shell) because of
out memory for big data files.
|