Recent Releases of https://github.com/clima/climautilities.jl
https://github.com/clima/climautilities.jl - v0.1.26
ClimaUtilities v0.1.26
Closed issues:
- TImeVaryingInput0d does not handle time the same way as TImeVaryingInput (#172)
- Julia
Published by github-actions[bot] 11 months ago
https://github.com/clima/climautilities.jl - v0.1.25
ClimaUtilities v0.1.25
Merged pull requests: - Add regrid! to InterpolationsRegridder (#163) (@imreddyTeja) - Add deferopen = false when constructing multifile dataset (#165) (@ph-kev) - Fix NCFileReader error messages (#167) (@imreddyTeja) - Tr/bugfixes (#170) (@imreddyTeja) - Expose interpolation method to users (#173) (@ph-kev) - fix tests for longitude regridding (#177) (@juliasloan25) - ITime housekeeping (#178) (@imreddyTeja)
Closed issues:
- OutputPathGenerator is still flakey. (#67)
- Support integer time (#145)
- Add non-allocating regrid in InterpolationsRegridder (#156)
- ITime(60) vs ITime(60.0) different behavior (#159)
- Add Base.=(t1::ITime, t2::Number) (#164)
- Error within NCFileReader error message (#166)
- report_walltime gives incorrect percent completed (#168)
- InterpolationsRegridder has large errors in test (#175)
- Julia
Published by github-actions[bot] 12 months ago
https://github.com/clima/climautilities.jl - v0.1.24
ClimaUtilities v0.1.24
Merged pull requests: - Should be integer division and not a float (#158) (@ph-kev) - Update climacommon to 20250318 (#160) (@Sbozzolo)
- Julia
Published by github-actions[bot] over 1 year ago
https://github.com/clima/climautilities.jl - v0.1.23
ClimaUtilities v0.1.23
- Julia
Published by github-actions[bot] over 1 year ago
https://github.com/clima/climautilities.jl - v0.1.22
ClimaUtilities v0.1.22
- Julia
Published by github-actions[bot] over 1 year ago
https://github.com/clima/climautilities.jl - v0.1.21
ClimaUtilities v0.1.21
Merged pull requests: - Make DataHandler automatically reverse dimensions (#136) (@imreddyTeja) - Add error hints (#138) (@ph-kev) - Improve error message for undownloadable artifacts (#139) (@ph-kev) - Tr/minor tempest regridder changes (#140) (@imreddyTeja) - Clean up docs (#142) (@imreddyTeja) - Docs: add example of changing boundary conditions (#144) (@Sbozzolo)
Closed issues: - Add error hints for extensions not loaded (#94) - Unhelpful error message for ClimaArtifact (#106) - InterpolationsRegridder does not produce any warning when the dimensions are not propertly sorted (#131) - Warning while building docs (#141)
- Julia
Published by github-actions[bot] over 1 year ago
https://github.com/clima/climautilities.jl - v0.1.20
ClimaUtilities v0.1.20
Merged pull requests: - Add support for reading data in multiple files (#127) (@Sbozzolo)
- Julia
Published by github-actions[bot] over 1 year ago
https://github.com/clima/climautilities.jl - v0.1.19
ClimaUtilities v0.1.19
Merged pull requests: - Bump codecov/codecov-action from 4 to 5 (#130) (@dependabot[bot])
- Julia
Published by github-actions[bot] over 1 year ago
https://github.com/clima/climautilities.jl - v0.1.18
ClimaUtilities v0.1.18
Merged pull requests: - Fix clima_artifact for Julia 1.12 (#123) (@Sbozzolo)
Closed issues:
- O2.3.10 Improve performance of data handling software (data reading, regridding, etc), given quantity of reanalysis data (#49)
- @clima_artifact broken in Julia 1.12 (#117)
- Julia
Published by github-actions[bot] over 1 year ago
https://github.com/clima/climautilities.jl - v0.1.17
ClimaUtilities v0.1.17
Merged pull requests: - Update downstream job for Julia 1.11 and AMIP (#121) (@Sbozzolo)
- Julia
Published by github-actions[bot] over 1 year ago
https://github.com/clima/climautilities.jl - v0.1.16
ClimaUtilities v0.1.16
Merged pull requests: - Run CI on 1.11 (#76) (@Sbozzolo) - Reduce allocations due to isequispaced (#116) (@Sbozzolo) - Fix arg in doc function. (#118) (@akshaysridhar)
- Julia
Published by github-actions[bot] over 1 year ago
https://github.com/clima/climautilities.jl - v0.1.15
ClimaUtilities v0.1.15
Merged pull requests: - Add FAQs and more documentation (#102) (@Sbozzolo) - Run downgrade on 1.9 too (#103) (@Sbozzolo) - enable composing input data (#105) (@juliasloan25) - Remove tstart, rename referencedate->start_date (#109) (@Sbozzolo) - update news and project toml version (#114) (@kmdeck)
Closed issues:
- function to assert DateTime input data type (#12)
- add rhoto_sfc function? (#15)
- Support composing Time and Space VaryingInputs (#41)
- Julia
Published by github-actions[bot] almost 2 years ago
https://github.com/clima/climautilities.jl - v0.1.14
ClimaUtilities v0.1.14
Merged pull requests:
- Add Readme badges (#97) (@Sbozzolo)
- Update doc string for LinearPeriodFillingInterpolation (#98) (@szy21)
- Fix typo (#100) (@Sbozzolo)
- Improve handling of floatin gpoint errors in DataHandling times (#101) (@Sbozzolo)
Closed issues: - Error in time in TimeVaryingInputs likely due to floating point error (#99)
- Julia
Published by github-actions[bot] almost 2 years ago
https://github.com/clima/climautilities.jl - v0.1.13
ClimaUtilities v0.1.13
Merged pull requests:
- Fix show for LRUCache (#96) (@Sbozzolo)
- Julia
Published by github-actions[bot] almost 2 years ago
https://github.com/clima/climautilities.jl - v0.1.12
ClimaUtilities v0.1.12
Merged pull requests: - Make LRUCache an AbstractDict (#78) (@Sbozzolo) - Add support for full PeriodicCalendar (#84) (@Sbozzolo) - Add LinearPeriodFillingInterpolation (#85) (@Sbozzolo) - Add doctest (#86) (@Sbozzolo) - Fix computing date offset in TimeVaryingInputs (#87) (@Sbozzolo) - Allow DataHandler to take Date as reference_date (#89) (@Sbozzolo) - Add Dict methods to LRUCache (#90) (@imreddyTeja) - Fix warnings in tests (#95) (@imreddyTeja)
Closed issues: - Conversion date <-> time can fail for non-integer times (#70) - Add support for boundary conditions in time interpolation (#73) - Add support for time interpolation with jump (#74) - LRUCache does not have all the expected Dict methods (#79) - Handle files with longitudes defined from 0 to 360 (#91) - Warnings in tests (#93)
- Julia
Published by github-actions[bot] almost 2 years ago
https://github.com/clima/climautilities.jl - v0.1.11
ClimaUtilities v0.1.11
Merged pull requests: - Make artifacts test more MPI-robust (#80) (@Sbozzolo) - Test remapping with regional domains (#82) (@Sbozzolo) - Add read! (#83) (@Sbozzolo)
Closed issues:
- Add FileReader.read! (#81)
- Julia
Published by github-actions[bot] almost 2 years ago
https://github.com/clima/climautilities.jl - v0.1.10
ClimaUtilities v0.1.10
Merged pull requests: - conditionally use spacefillingcurve (#66) (@juliasloan25) - Update downstream action (#71) (@Sbozzolo) - Preallocate regridded spaces (#72) (@Sbozzolo)
Closed issues: - TempestRegridder is incompatible with Spaces created with spacefillingcurves (#53) - TempestRegridder can return Spaces that are different from the input space (#65)
- Julia
Published by github-actions[bot] about 2 years ago
https://github.com/clima/climautilities.jl - v0.1.9
ClimaUtilities v0.1.9
Merged pull requests: - Add downstream tests (#46) (@Sbozzolo) - Reorder extensions (#69) (@Sbozzolo)
Closed issues: - Add downstream tests (#45) - Avoid circular dependencies in extensions (#68)
- Julia
Published by github-actions[bot] about 2 years ago
https://github.com/clima/climautilities.jl - v0.1.8
ClimaUtilities v0.1.8
Merged pull requests: - Bump julia-actions/cache from 1 to 2 (#55) (@dependabot[bot]) - Do not allow empty outputpath (#57) (@Sbozzolo) - Use NTFS junction points when symlinks cannot be created on Windows (#58) (@Sbozzolo) - Add downgrade test (#60) (@Sbozzolo) - Add developer guidelines (#61) (@Sbozzolo) - Add warning about climaartifacts (#62) (@Sbozzolo) - Change ActiveLinkStyle to return the folder instead of link (#63) (@Sbozzolo) - Update climacommon to 202405_27 (#64) (@Sbozzolo)
Closed issues:
- Symlinks require admin privileges on windows (#52)
- generate_output_path fails with "writing to read-only" when passed empty output_path (#56)
- Developer experience is not documented (#59)
- Julia
Published by github-actions[bot] about 2 years ago
https://github.com/clima/climautilities.jl - v0.1.7
ClimaUtilities v0.1.7
Merged pull requests: - Fix compatibility with ClimaComms 0.6 (#54) (@Sbozzolo)
- Julia
Published by github-actions[bot] about 2 years ago
https://github.com/clima/climautilities.jl - v0.1.6
ClimaUtilities v0.1.6
Merged pull requests: - Do not import CUDA from ClimaCore and bump to 0.1.6 (#50) (@Sbozzolo)
Closed issues: - Fix imports (#48)
- Julia
Published by github-actions[bot] about 2 years ago
https://github.com/clima/climautilities.jl - v0.1.5
ClimaUtilities v0.1.5
Merged pull requests: - Support clima and new-central at the same time (#31) (@Sbozzolo) - Add support for passing arguments down to the regridder and file reader (#40) (@Sbozzolo) - Add README (#42) (@Sbozzolo) - Fix MPI test (#44) (@Sbozzolo) - Bump to 0.1.5 (#47) (@Sbozzolo)
Closed issues: - update CI (#10) - improve docs (#11) - Pass additional arguments to the regridder from higher level constructors (#22) - The readme for ClimaUtilities is incomplete (#43)
- Julia
Published by github-actions[bot] about 2 years ago
https://github.com/clima/climautilities.jl - v0.1.4
ClimaUtilities v0.1.4
Merged pull requests: - remove CFTime direct dependency (#29) (@juliasloan25) - Update climacommon to 20240405 (#30) (@Sbozzolo) - add default regridder_type (#32) (@juliasloan25) - Fix MPI test (#33) (@Sbozzolo) - add LRU cache (#35) (@juliasloan25) - bump patch version (#36) (@juliasloan25) - Fix MPI and distributed filesystem (for real this time) (#37) (@Sbozzolo)
Closed issues: - Drop direct dependency on CFTime (#20) - Control/clean caches (#21) - Automatically select the regridder type if only one is available (#23) - More robust handling of creating folders in an distributed filesystem (#38)
- Julia
Published by github-actions[bot] over 2 years ago
https://github.com/clima/climautilities.jl - v0.1.3
ClimaUtilities v0.1.3
Merged pull requests: - Add OutputPathGenerator (#28) (@Sbozzolo)
- Julia
Published by github-actions[bot] over 2 years ago
https://github.com/clima/climautilities.jl - v0.1.2
ClimaUtilities v0.1.2
Merged pull requests: - Add TimeManager module (#9) (@juliasloan25) - use julia 1.9.3 (#17) (@juliasloan25) - Add several modules (#19) (@Sbozzolo)
Closed issues: - Regridder module (#4) - FileReader module (#5) - TimeManager module (#6) - update to julia 1.9.3 (#16)
- Julia
Published by github-actions[bot] over 2 years ago
https://github.com/clima/climautilities.jl - v0.1.1
ClimaUtilities v0.1.1
Merged pull requests: - julia compat 1.8, bump patch version (#14) (@juliasloan25)
- Julia
Published by github-actions[bot] almost 3 years ago
https://github.com/clima/climautilities.jl - v0.1.0
ClimaUtilities v0.1.0
Merged pull requests: - Update README.md (#1) (@juliasloan25) - set up repo (#3) (@juliasloan25)
Closed issues: - set up repo (#2)
- Julia
Published by github-actions[bot] almost 3 years ago