Skip to content

Releases: JuliaDataCubes/YAXArrays.jl

v0.7.1

28 Nov 20:38
982963b

Choose a tag to compare

YAXArrays v0.7.1

Diff since v0.7.0

Merged pull requests:

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 Vararg directly 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

03 Sep 07:31
6670565

Choose a tag to compare

YAXArrays v0.7.0

Diff since v0.6.1

Breaking changes

  • We are releasing a breaking version mainly because we are now changing the default backend engine from DiskArrays.jl to DiskArrayEngine.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:

Closed issues:

  • Write Testsets for subsetting (#161)
  • YAXArrays fail to precompile (#496)
  • Add swap_dim (#498)
  • Read HDF5 data (#505)
  • Reexport \oslash (#508)
  • Make mapCube/xmap mathods specific for array type (#520)
  • Outdated links to Package Ecosystem in documentation (#522)
  • axname error (#524)

v0.6.1

20 Feb 15:42
1069fa1

Choose a tag to compare

YAXArrays v0.6.1

Diff since v0.6.0

Merged pull requests:

v0.6.0

17 Dec 18:34
348f26b

Choose a tag to compare

YAXArrays v0.6.0

Diff since v0.5.14

Merged pull requests:

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: diskstack not defined (#476)
  • Does YAXArrays.jl support interop with xarray? (#483)

v0.5.14

26 Nov 15:35
b15e69d

Choose a tag to compare

YAXArrays v0.5.14

Diff since v0.5.13

Merged pull requests:

v0.5.13

08 Nov 15:13
19db33d

Choose a tag to compare

YAXArrays v0.5.13

Diff since v0.5.12

Merged pull requests:

v0.5.12

23 Oct 09:50
04aaaad

Choose a tag to compare

YAXArrays v0.5.12

Diff since v0.5.11

Merged pull requests:

Closed issues:

  • Reading in variable containing different length strings throws error (#299)
  • 404 on stable documentation URL (#425)
  • mapCube fails to show errors when ispar=true (#449)
  • HDF5 used in NetCDF-4 is not thread-safe in Julia (#450)

v0.5.11

22 Sep 18:26
494f0f0

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.10...v0.5.11

v0.5.10

26 Jul 11:33
3b39252

Choose a tag to compare

YAXArrays v0.5.10

Diff since v0.5.9

Merged pull requests:

v0.5.9

24 Jul 10:09
8307db1

Choose a tag to compare

YAXArrays v0.5.9

Diff since v0.5.8

Merged pull requests:

Closed issues:

  • deploying latest release (#385)