Releases: JuliaDataCubes/YAXArrays.jl
Releases · JuliaDataCubes/YAXArrays.jl
v0.7.6
v0.7.5
YAXArrays v0.7.5
Merged pull requests:
- Make xmap eager for in memory data by default (#583) (@felixcremer)
- Bump codecov/codecov-action from 5 to 6 (#584) (@dependabot[bot])
- Compress warnings in combine dims (#585) (@felixcremer)
- Enable writing only partial outputs from xmap to zarr dataset (#586) (@meggart)
- Bump version to 0.7.5 and update dependencies (#588) (@meggart)
- Fix broken example documentation (#591) (@meggart)
Closed issues:
- Broadcast with xmap seems to be broken (#510)
- Bad interaction between Makie and broadcasted YAXArrays? (#532)
- Request: Return in-memory outputs by default for in-memory inputs (#544)
- Shortcut broadcasting of in memory arrays without going through xmap (#579)
- broken example documentation (#581)
- How to handle multiple outputs from xmap (#589)
v0.7.4
v0.7.3
YAXArrays v0.7.3
Merged pull requests:
- Bump julia-actions/cache from 2 to 3 (#574) (@dependabot[bot])
- Improve DiskArrayEngine integration (#578) (@meggart)
v0.7.2
YAXArrays v0.7.2
Merged pull requests:
- Bump actions/cache from 4 to 5 (#569) (@dependabot[bot])
- Remove aliases before simplifying DAE graph (#571) (@meggart)
v0.7.1
YAXArrays v0.7.1
Merged pull requests:
- [Draft] Add CF conventions in YAXArray to use in plots (#501) (@danlooo)
- fix #533 (#534) (@meggart)
- chained broadcasts (#547) (@lazarusA)
- xmap and oslash docstrings (#548) (@lazarusA)
- Add tests for xmap (#552) (@felixcremer)
- Fix mapslices (#553) (@meggart)
- Remove inaccessable Downloads badge (#556) (@felixcremer)
- Switch master to main in CI and docs (#557) (@felixcremer)
- Remove mapslices and mention dropdims in docs (#558) (@felixcremer)
- Allow Group by another YAXArray (#561) (@meggart)
- Bump actions/checkout from 5 to 6 (#565) (@dependabot[bot])
- bump patch (#567) (@lazarusA)
- Continue cf conventions (#568) (@lazarusA)
Closed issues:
- axVal2Index doesn't throw error, when there are two identical values by fuzzy=false (#77)
- Support irregular Axes (#79)
- Dropdims for YAXArray with named dimensions (#126)
- Confusing error message when using zarr data (#155)
- WARNING: Wrapping
Varargdirectly in UnionAll is deprecated (wrap the tuple instead). (#178) - How to select all except one variable in a Dataset (#321)
- Releasing a new version (#507)
- Get variable names from an unknown Dataset (#529)
- xmap with added dimension runs into a StackOverflow (#533)
- Do we really need to test on all OSses? (#535)
- Bug: mean over dimension does not remove dimension (#545)
- Feature request:
cumsum(#546) - Rename local master branch to main (#554)
- update CI actions (#555)
- Heatmap axis tick labels now broken (#563)
v0.7.0
YAXArrays v0.7.0
Breaking changes
- We are releasing a breaking version mainly because we are now changing the default backend engine from
DiskArrays.jltoDiskArrayEngine.jl. - The main added functionality is the successor of mapCube,
xmap. See the documentation for examples on how to upgrade. - Basic broadcast operations among YAXArray variables now also work out of the box. See documentation.
Merged pull requests:
- Add DiskArrayEngine-based xmap function (#502) (@meggart)
- get examples into compute docs (#503) (@lazarusA)
- Fix open dataset with length 1 dim (#504) (@danlooo)
- updates to docs build (#506) (@lazarusA)
- Add write cloud buckets to docs (#514) (@danlooo)
- Bump actions/checkout from 4 to 5 (#521) (@dependabot[bot])
- update Package Ecosystem links (#523) (@lupemba)
- Update DAT.jl (#525) (@melwey)
- add changelog (#526) (@lazarusA)
- breaking (#527) (@lazarusA)
Closed issues:
v0.6.1
YAXArrays v0.6.1
Merged pull requests:
- Reflect renamings in DiskArrays (#493) (@felixcremer)
- up versions (#494) (@lazarusA)
v0.6.0
YAXArrays v0.6.0
Merged pull requests:
- Bump codecov/codecov-action from 4 to 5 (#471) (@dependabot[bot])
- Bump julia-actions/setup-julia from 1 to 2 (#472) (@dependabot[bot])
- Bump actions/checkout from 2 to 4 (#473) (@dependabot[bot])
- Bump julia-actions/cache from 1 to 2 (#474) (@dependabot[bot])
- Bump actions/cache from 1 to 4 (#475) (@dependabot[bot])
- Fix open_mfdataset (#477) (@meggart)
- no more Ti (#479) (@lazarusA)
- Add option to skip keys when opening datasets (#480) (@meggart)
- new dim fix (#481) (@lazarusA)
- star repo (#482) (@lazarusA)
- aog documentation (#484) (@lazarusA)
- bump breaking (#485) (@lazarusA)
- rm unused overview section (#486) (@lazarusA)
Closed issues:
- Write docs based on the four pillars of documentatoin (#38)
- getting rid of Variables names. (#47)
- How to add variable to existing cube? (#65)
- Index wishlist (#171)
- Opening a set of NetCDF fails (#365)
- KeyError: key :Ti not found (#392)
- Feature request: dataset over multiple NetCDF files. (#461)
- Skipping keys with open_dataset ? (#465)
- Automatic parsing of dimension names leads to duplicated 'Ti' dimensions (#468)
- open_mfdataset leads to
UndefVarError:diskstacknot defined(#476) - Does YAXArrays.jl support interop with xarray? (#483)