Skip to content

Releases: rafaqz/DimensionalData.jl

v0.29.25

06 Nov 12:56
ec87f70

Choose a tag to compare

DimensionalData v0.29.25

Diff since v0.29.24

Merged pull requests:

Closed issues:

  • Delete rtol in At selector, it's not used (#895)
  • Better error message for DimensionMismatch (#1093)

v0.29.24

15 Sep 08:52
9ea7b4e

Choose a tag to compare

DimensionalData v0.29.24

Diff since v0.29.23

Merged pull requests:

Closed issues:

  • implement some chainrules (#513)
  • Remove AbstractDimArray Constructors (#1003)
  • ci action to delete previews and maybe git history from gh-pages (#1069)
  • No method matching parentmodule(::Type{AbstractDimVecOrMat}) (#1092)
  • reinterpret in FFT code does not interact correctly with mixed precision (#1095)

v0.29.23

17 Aug 02:00
9d08d5e

Choose a tag to compare

DimensionalData v0.29.23

Diff since v0.29.22

Merged pull requests:

Closed issues:

  • [FR] Store scalars/0-dimensional DimArray in DimStack? (#1074)

v0.29.22

14 Aug 10:21
d02ad22

Choose a tag to compare

DimensionalData v0.29.22

Diff since v0.29.21

Merged pull requests:

v0.29.21

11 Aug 06:53
9922853

Choose a tag to compare

DimensionalData v0.29.21

Diff since v0.29.20

Merged pull requests:

v0.29.20

10 Aug 12:22
77dae88

Choose a tag to compare

DimensionalData v0.29.20

Diff since v0.29.19

Merged pull requests:

Closed issues:

  • add title to DimArray (#692)
  • end doesn't work correctly (#790)
  • How to get leaves of a DimTree as Arrays? (#1021)
  • Extension of AbstractFFT (#1040)
  • Makie plot is displayed twice in IJulia (#1053)
  • Could not vcat two Time dimension. (#1060)
  • comparedims(d1,d2) result depends on order of dimensions (#1063)

v0.29.19

16 Jul 11:26
8e23579

Choose a tag to compare

DimensionalData v0.29.19

Diff since v0.29.18

Merged pull requests:

Closed issues:

  • heatmap!(dimarray) fails (#564)
  • Support plot mutation with global Axis (#719)
  • spy(dd) not working because of ambiguity (#800)
  • spy on dimarrays with missings is still broken (#805)
  • Different plots when using Observable (#906)
  • Plot of Observable{DimArray{<:Quantity}} does not update when using @lift (#941)
  • MethodError: no method matching genperm(::Tuple{Base.OneTo{Int64}}, ::Int64) (#949)

v0.29.18

28 Jun 05:17
bc6a4c8

Choose a tag to compare

DimensionalData v0.29.18

Diff since v0.29.17

Merged pull requests:

  • fix depwarns (#1019) (@bjarthur)
  • CompatHelper: bump compat for Makie in [weakdeps] to 0.23, (keep existing compat) (#1020) (@github-actions[bot])
  • CompatHelper: bump compat for AlgebraOfGraphics in [weakdeps] to 0.11, (keep existing compat) (#1023) (@github-actions[bot])
  • Fix DimTree example block (#1024) (@kapple19)
  • Do not rely on age-dependent name lookup to find the base type (#1027) (@yuyichao)

Closed issues:

  • Warnings on world age problems on nightly (#937)
  • type stable problem (#1018)

v0.29.17

28 May 19:04
db47fc3

Choose a tag to compare

DimensionalData v0.29.17

Diff since v0.29.16

Merged pull requests:

Closed issues:

  • Plot recipes are still eating axis kwargs (#929)
  • LazyDims2Cartesian seem to not be used at all (#933)
  • Format error on julia nightly (#965)
  • Remove lookuptype function? (#1005)
  • Remove "Deprecated" code (#1006)
  • Dimcolors deprecation is wrong (#1011)

v0.29.16

02 May 21:18
88b79b9

Choose a tag to compare

DimensionalData v0.29.16

Diff since v0.29.15

Merged pull requests:

Closed issues:

  • Nested xarray.DataTree-like containers (#954)
  • (1:10)[2:2:End-1] == 2:2:8 should work (#964)
  • bug: broadcast using ".+=" , ".-=" .... (#969)
  • A helper function that removes singleton dimensions (#974)
  • Please commit to a 1.0 or list reasons preventing it (#975)
  • Broken integration with StatsBase on 0.28 (or 0.29)!!! (#976)
  • Showing a DimArray with a zero trailing dimension errors (#979)
  • Is it possible to set units for each index of a dimension? (#984)
  • How to dynamically construct a DimStack (#985)
  • DimStack(data; name) does not work (#987)
  • DimStack keyword arguments are undocumented (#988)