Releases: JuliaDataCubes/YAXArrays.jl
Releases ยท JuliaDataCubes/YAXArrays.jl
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
ConcatDiskArray
by @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)