Releases: JuliaDataCubes/YAXArrays.jl
Releases · JuliaDataCubes/YAXArrays.jl
v0.4.6
YAXArrays v0.4.6
Closed issues:
- Missing Netcdf metadata (#158)
- More useful printing of Datasets (#192)
- InDims type error (#227)
- update dataset values (#229)
- setchunks doesn't work as expected (#240)
- logo (#245)
- Adding a Cube to existing Cube (#246)
- open_mfdataset function not exported? (#247)
- Building a very large cube (#248)
- Accessing variables with symbols in the name (#251)
- mapslices fails on a 2D cube (#252)
- Shape of output Cube - regridding (#254)
Merged pull requests:
- Add GitHub action "Register Package" (#214) (@singularitti)
- Fixed the type issue (#228) (@Qfl3x)
- WIP: Fix bug when broadcasted axes in table are in front position (#236) (@meggart)
- up ci docs (#238) (@lazarusA)
- Implement nicer printing for dataset (#241) (@felixcremer)
- add c from f & up docs contribute (#242) (@lazarusA)
- New logo (#253) (@pdimens)
- Turorial (#257) (@linamaes)
- adding: MSC example, esdl example section , +edits (#258) (@linamaes)
- a fix using Makie (#259) (@lazarusA)
- use static thread scheduling (#260) (@felixcremer)
- Try several optimisers and give up otherwise (#263) (@meggart)
- Update Project.toml (#264) (@meggart)
v0.4.5
YAXArrays v0.4.5
Closed issues:
- Open multiple NetCDF files fails: AssertionError: length(dslist) == prod(sizeblockar) (#216)
- Saving a cube (~4 GB) takes 12 days (#237)
Merged pull requests:
- added warning (#224) (@lazarusA)
- Write some docstrings for exported functions in DatasetAPI (#233) (@felixcremer)
- Remove DataFrames as a dependency (#234) (@felixcremer)
- Remove Stale dependencies (#235) (@felixcremer)
v0.4.4
YAXArrays v0.4.4
Closed issues:
- Axis manipulation (#187)
- How to contribute to the documentation? (#188)
- Batchindex with a Table can give wrong samples (#194)
- Cannot open Earth System Data Cube v3 (#197)
- Permute dimension when using YAXarray from Dataset and two input cubes (#198)
- Cube drops variables (#202)
- batch extraction with site as first entry in the table fails (#207)
Merged pull requests:
- Fix Concatbug (#199) (@meggart)
- Fix bug when permuting loop axes dimension (#201) (@meggart)
- How to concatenate cubes.... (#203) (@dpabon)
- Fix how do i (#204) (@lazarusA)
- Filter tcols in batchextract when some are not in the cube axes (#208) (@felixcremer)
- Shortcut for saving small cubes (#210) (@meggart)
- Add Changelog for version 0.4.4 (#211) (@felixcremer)
v0.4.3
YAXArrays v0.4.3
Closed issues:
- Use DocStringExtensions (#101)
- EarthDataLab tests fail with new saving framework (#163)
- Access to attributes? (#191)
Merged pull requests:
- Update NEWS.md file (#151) (@felixcremer)
- Add doc strings for functions and types in DAT.jl (#168) (@felixcremer)
- Add tests for the switch to DimArrays (#175) (@felixcremer)
- Add Test for #182 (#183) (@felixcremer)
- Tableindex (#184) (@meggart)
- revamp docs (#189) (@lazarusA)
- Update make.jl (#190) (@lazarusA)
- Fixdocs (#193) (@lazarusA)
- adds How do I section (#195) (@lazarusA)
- fix dataset subsetting (#196) (@meggart)
v0.4.2
YAXArrays v0.4.2
Merged pull requests:
- Rename ESDL to EarthDataLab in the Integration Test (#176) (@felixcremer)
- Update Dependency compat entries (#177) (@felixcremer)
v0.4.1
YAXArrays v0.4.1
Closed issues:
- Subset cube error (#159)
- BoundsError: attempt to access 0-element Vector{Any} when doing Cube(path_to_zarr_file) (#165)
Merged pull requests:
- Fix subset when RangeAxis contains vector (#160) (@meggart)
- Fix edltests (#164) (@meggart)
- Add How-Tos and tutorials to the documentation (#166) (@felixcremer)
- Fix mapcube ambiguity (#167) (@felixcremer)
- Check for step length of zero in axval2index (#170) (@felixcremer)
v0.4.0
v0.3.0
YAXArrays v0.3.0
Closed issues:
- All axis names (#46)
- Remove function writefun in DAT/CubeIO.jl ? (#84)
- UndefRefError when trying to sample from a cube (#115)
- @loadOrGenerate does not work with variables (#133)
- update projects among YAXArrays and YAXArrayBase (#144)
Merged pull requests:
- CompatHelper: bump compat for "WeightedOnlineStats" to "0.6" (#123) (@github-actions[bot])
- Fix loadorgenerate (#134) (@gdkrmr)
- clean up after tests (#135) (@gdkrmr)
- Update to Julia 1.6 (#138) (@MartinuzziFrancesco)
- codestyling in axes.jl (#139) (@Sonicious)
- Update README.md (#140) (@lazarusA)
- Uniqueoffsets (#141) (@meggart)
- Codestyle cubes.jl (#143) (@Sonicious)
v0.2.1
YAXArrays v0.2.1
Merged pull requests:
v0.2.0
YAXArrays v0.2.0
Closed issues:
- Can't do computations with Distributed for zarr based YAXArray (#16)
- Allow symbols as Axis describtion in size function (#52)
- reduction to single value throws error (#89)
- YAXArrays.Cube throws BoundsError (#92)
- Should MovingWindow drop dimensions for stepsize 0 (#106)
Merged pull requests:
- Add Tests for Axes and Filters (#74) (@felixcremer)
- Subsetcube for Dataset (#75) (@MarkusZehner)
- DTables (#88) (@meggart)
- Special case sinlge-value outputs (#90) (@meggart)
- Diskarrays 0.3 (#95) (@meggart)
- CompatHelper: add new compat entry for "OrderedCollections" at version "1" (#96) (@github-actions[bot])
- Allow size with any Axis describtor (#98) (@felixcremer)
- Add docstring for findAxis function (#107) (@felixcremer)
- CompatHelper: add new compat entry for "ParallelUtilities" at version "0.8" (#109) (@github-actions[bot])
- Tidy up unused functions (#110) (@felixcremer)
- Add integration test for ESDL.jl (#111) (@felixcremer)