Releases: JuliaClimate/CDSAPI.jl
Releases · JuliaClimate/CDSAPI.jl
v1.0.1
CDSAPI v1.0.1
Closed issues:
- reduce screen output and less polling on the server (#40)
- Error out if request fails (#42)
- Should not export py2ju (#43)
- TagBot trigger issue (#44)
- Update
HTTP
compat (#48)
Merged pull requests:
- CompatHelper: bump compat for "HTTP" to "0.9" (#38) (@github-actions[bot])
- reduce screen output and less polling on the server (#41) (@Alexander-Barth)
- Remove py2ju export from CDSAPI.jl. Update test files. (#45) (@klu17)
- Fix Build on GitHub Actions (#47) (@LakshyaKhatri)
- remove v0.8 from HTTP compat (#49) (@haakon-e)
v0.1.0
CDSAPI v0.1.0
Closed issues:
- Read key from ~/.cdsapirc (#3)
- Use joinpath instead of concatenating strings with "/" (#4)
- Rename the function retrieve to match the function download from Python's cdsapi (#5)
- Write a function that converts a Python dict (in a string) to a Julia Dict (#6)
- Update README to reflect latest version (#7)
- Remove indentation at beginning of line (#8)
- use Registrator.jl to registering the package in General (#9)
- Implement Test cases (#12)
- Deprecate py2ju in favor of parse (#14)
- Add docstrings for the two functions (#16)
- JSON.parse in py2ju is not able to parse strings containing single quotes (#17)
- Bugs in CDSAPI.retrieve (#20)
- retrieve() throws error if a path is provided instead of filename (#23)
- Return of CDSAPI.retrieve (#24)
- py2ju() can't handle list with trailing comma (#25)
- More information while downloading data from CDS (#26)
- Configure CI bots for test and coverage (#28)
- Tests are failing on Travis CI (#30)
Merged pull requests:
- Add download file function for CDS (#1) (@michiboo)
- Fix Project.toml (#2) (@juliohm)
- Organize/clean code (#10) (@juliohm)
- Update README.md (#11) (@juliohm)
- Add py2ju wrapper for JSON.parse (#13) (@LakshyaKhatri)
- Beautify retrieve() (#15) (@LakshyaKhatri)
- Add docstrings for py2ju() and retrieve() (#18) (@LakshyaKhatri)
- Add another implementation for py2ju (#19) (@LakshyaKhatri)
- Fix bugs in retrieve() (#21) (@LakshyaKhatri)
- Add tests for py2ju() and retrieve() (#22) (@LakshyaKhatri)
- Make py2ju handle lists (#27) (@LakshyaKhatri)
- Replace base download() with Http.download() (#29) (@LakshyaKhatri)
- add doc about returned value (#31) (@michiboo)
- Add covrage files to .gitignore (#32) (@LakshyaKhatri)
- Fix build error for Julia: 1.3 (#34) (@LakshyaKhatri)
- Update build support to Julia 1.3 and later. (#35) (@LakshyaKhatri)