Skip to content

Releases: rafaqz/DimensionalData.jl

v0.29.2

18 Nov 05:14
78ae6a5
Compare
Choose a tag to compare

DimensionalData v0.29.2

Diff since v0.29.1

Merged pull requests:

  • Fix similar so that new memory is allocated (#864) (@ptiede)

Closed issues:

  • similar is broken in 0.29.1 (#863)

v0.29.1

12 Nov 23:50
910efa3
Compare
Choose a tag to compare

DimensionalData v0.29.1

Diff since v0.29.0

Merged pull requests:

Closed issues:

  • [Doc] Non uniform grids? (#84)
  • Document plot recipes (#91)
  • Optimise table loading. (#267)
  • Reduce the size of the DimStack type (#372)
  • Print intervals in show rather than just values. (#444)
  • Deprecate map(::AbstractDimStack) (#579)
  • Broadcasting over a DimArray drops the name field (#580)
  • Reduce number of warnings in tests (#733)
  • add name etc keywords to DimArray similar (#750)
  • display error for 0-dim array wrapped by Dimension (#802)
  • Lookup conversion helper functions (#807)
  • improved RollingFunctions.jl integration (#851)

v0.29.0

02 Nov 14:12
8763934
Compare
Choose a tag to compare

DimensionalData v0.29.0

Diff since v0.28.5

Merged pull requests:

Closed issues:

  • Check that lookup properties match in broadcasts (#517)
  • Weighted mean from StatsBase does not work on DimArray (#754)
  • missing function in plot recipe (#773)
  • Feature request: Makie convert_arguments for DimPoints in PointBased (#803)
  • Better handling of NaN in selectors and Extent (#808)
  • Select At date with atol (#827)

v0.28.5

01 Nov 23:34
68ea50b
Compare
Choose a tag to compare

DimensionalData v0.28.5

Diff since v0.28.4

Merged pull requests:

Closed issues:

  • [FR] Support generator expressions for construction (#820)
  • @d with mydimstack.field does not work (#829)
  • Plotting with AoG: MethodError: no method matching select(::AlgebraOfGraphics.Columns{DimTable}, ::Type{X}) (#831)

v0.28.4

01 Nov 07:14
05250f7
Compare
Choose a tag to compare

DimensionalData v0.28.4

Diff since v0.28.3

Merged pull requests:

Closed issues:

  • [FR] AlgebraOfGraphics.jl support (#821)
  • What is the recommended approach for storing and plotting complicated layers and stacks of data? (#826)

v0.28.3

10 Oct 08:42
05b6070
Compare
Choose a tag to compare

DimensionalData v0.28.3

Diff since v0.28.2

Merged pull requests:

v0.28.2

07 Oct 21:58
319a4b6
Compare
Choose a tag to compare

DimensionalData v0.28.2

Diff since v0.28.1

Merged pull requests:

Closed issues:

  • New type instability issues (#772)
  • implement @broadcast_dims macro (#791)
  • Dimension mismatch: DimSelectors with alphabetized labels (#798)
  • Displaying a RasterStack with a long, merged dimension takes a while (#812)

v0.28.1

19 Sep 09:23
79b2f87
Compare
Choose a tag to compare

DimensionalData v0.28.1

Diff since v0.28.0

Merged pull requests:

Closed issues:

  • Plotting deprecations in tests (#732)
  • image should use extrema of dimensions and not the full lookup (#779)

v0.28.0

15 Sep 13:42
84f66c4
Compare
Choose a tag to compare

DimensionalData v0.28.0

Diff since v0.27.9

Merged pull requests:

Closed issues:

  • Would it make sense to add support for defining dimensions with a symbol -OR- string? (#797)

v0.27.9

01 Sep 12:09
1210df6
Compare
Choose a tag to compare

DimensionalData v0.27.9

Diff since v0.27.8

Merged pull requests:

Closed issues:

  • stable docs link is broken (#668)
  • pairs of DimVector do not reflect lookup values (#784)