Releases: JuliaDataCubes/YAXArrays.jl
Releases · JuliaDataCubes/YAXArrays.jl
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)
v0.5.14
v0.5.13
v0.5.12
YAXArrays v0.5.12
Merged pull requests:
- Add thread-safety note for NetCDF4 (#451) (@danlooo)
- Remove the on_error keyword for parallel execution (#452) (@felixcremer)
- Hint to data loading in show of a data cube (#453) (@felixcremer)
- Add tests for cubesize and formatbytes (#454) (@felixcremer)
- some details in hero (#455) (@lazarusA)
- bump (#456) (@lazarusA)
- readcubedata, read data into memory (#457) (@lazarusA)
Closed issues:
v0.5.11
What's Changed
- Update faq.md by @aasdelat in #414
- fix cache docs by @lazarusA in #419
- Fix collect of
ConcatDiskArrayby @danlooo in #427 - Remove unnecessary time tick code in msc tutorial by @felixcremer in #428
- no ligatures by @lazarusA in #429
- actually do no ligatures by @lazarusA in #430
- adds support for input output code blocks by @lazarusA in #431
- La/no broken links by @lazarusA in #432
- get back simpler mapCube example by @lazarusA in #433
- update skeleton values by @lazarusA in #434
- do better show for Datasets by @lazarusA in #435
- issues 413 and 76 by @lazarusA in #436
- sort dataset variables and add TimeArray example by @lazarusA in #437
- Fix rebuild by @briochemc in #441
- up versions by @lazarusA in #442
- add version select by @lazarusA in #443
- La/outdims by @lazarusA in #439
- Continue fix show by @lazarusA in #444
- Fix show_after error when sizeof fails to determine DataType size by @Zapiano in #421
- Continue compression by @lazarusA in #445
- Balinus/patch 1 savedoc by @Balinus in #438
- OutDims docs by @lazarusA in #446
New Contributors
- @aasdelat made their first contribution in #414
- @Zapiano made their first contribution in #421
- @Balinus made their first contribution in #438
Full Changelog: v0.5.10...v0.5.11
v0.5.10
v0.5.9
YAXArrays v0.5.9
Merged pull requests:
- fix show for dataset (#408) (@briochemc)
- Fix typo: lenghts -> lengths (#411) (@ConnectedSystems)
- add option for varname for mapcube (#415) (@meggart)
Closed issues:
- deploying latest release (#385)