Skip to content

v0.29.26

Choose a tag to compare

@github-actions github-actions released this 11 Feb 09:45
3c546a0

DimensionalData v0.29.26

Diff since v0.29.25

Merged pull requests:

  • Breaking: split set into unsafe_set and set (#926) (@rafaqz)
  • Breaking: Extent passthrough for multidimensional lookups (#991) (@asinghvi17)
  • feat: Add CoordArray dimensional arrays with coordinate support (#1086) (@Beforerr)
  • Swap dims test and value test in == (#1111) (@felixcremer)
  • Breaking: Include refdims as columns in DimTable (#1119) (@sethaxen)
  • Extend matmul with DimUnitRange axes (#1124) (@sethaxen)
  • Add a DimStackArray generator (#1131) (@tiemvanderdeure)
  • Move CondaPkg.toml to the test/ directory (#1135) (@JamesWrigley)
  • forward rebuildsliced dispatch instead of duplicating code (#1141) (@tiemvanderdeure)
  • fix edit link (#1143) (@lazarusA)
  • CompatHelper: bump compat for AlgebraOfGraphics in [weakdeps] to 0.12, (keep existing compat) (#1145) (@github-actions[bot])
  • CompatHelper: bump compat for JLArrays in [extras] to 0.3, (keep existing compat) (#1150) (@github-actions[bot])
  • CompatHelper: bump compat for GPUArrays in [extras] to 11, (keep existing compat) (#1151) (@github-actions[bot])
  • CompatHelper: bump compat for ColorTypes in [extras] to 0.12, (keep existing compat) (#1152) (@github-actions[bot])
  • CompatHelper: bump compat for AlgebraOfGraphics in [extras] to 0.12, (keep existing compat) (#1153) (@github-actions[bot])
  • Breaking: Make reduction methods error when passed missing dimensions (#1162) (@JamesWrigley)
  • Define unsafe_convert() and strides() for arrays and Sampled (#1165) (@JamesWrigley)
  • Delete unnecessary similar() method (#1168) (@JamesWrigley)
  • Move Plots.jl recipes into a package extension (#1169) (@JamesWrigley)
  • Move Adapt and ArrayInterface support into package extensions (#1170) (@JamesWrigley)
  • Filter type keyword for 3D Makie plot types (#1171) (@sethaxen)

Closed issues:

  • implement isequal and clarify == for DimArrays with missing values (#1107)
  • Documentation display (screensize bug?) (#1136)
  • Some reduction methods don't error on wrong dimension names (#1154)
  • "It has similar goals to pythons xarray" (#1157)
  • UndefVarError: X not defined in DimensionalData.Dimensions (#1161)
  • Quick access Dimension indices (#1166)
  • 3D plot types in Makie error with axis attributes (#1167)