Skip to content

Releases: JuliaDataCubes/YAXArrays.jl

v0.7.6

14 Apr 11:35
d4adf89

Choose a tag to compare

YAXArrays v0.7.6

Diff since v0.7.5

Merged pull requests:

  • Add option for users to enable automatic multithreading in xmap (#592) (@meggart)
  • Bump version from 0.7.5 to 0.7.6 (#593) (@meggart)

v0.7.5

08 Apr 16:15
579bda5

Choose a tag to compare

YAXArrays v0.7.5

Diff since v0.7.4

Merged pull requests:

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

24 Mar 15:46
8110cfd

Choose a tag to compare

YAXArrays v0.7.4

Diff since v0.7.3

Merged pull requests:

  • Allow to open datasets from a sub-path of a store (#580) (@meggart)

Closed issues:

  • Where to put broadcasting (#17)

v0.7.3

13 Mar 14:11
ef58e85

Choose a tag to compare

YAXArrays v0.7.3

Diff since v0.7.2

Merged pull requests:

v0.7.2

09 Feb 14:58
dc7d5d8

Choose a tag to compare

YAXArrays v0.7.2

Diff since v0.7.1

Merged pull requests:

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: