Skip to content

Releases: rafaqz/DimensionalData.jl

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)

v0.27.8

17 Aug 23:32
d10d0fc
Compare
Choose a tag to compare

DimensionalData v0.27.8

Diff since v0.27.7

Merged pull requests:

Closed issues:

  • can't cat two empty vectors (#702)
  • Towards a nicer Makie recipe (#720)
  • Makie extension throws StackOverflowError when dimensions have Unitful units (#723)
  • Performance of broadcast_dims on DimStack vs DimArray (#728)
  • Selection of multiple surrounding pixels around a position (#737)
  • Support replace! for DimStacks (#751)
  • Use of set leads to error during display (#760)
  • improve show (#761)
  • similar for DimGroupByArray should return a DimArray (#762)
  • Stack overflow when using DimPoints with an empty tuple (#765)

v0.27.7

11 Aug 23:29
1e4af16
Compare
Choose a tag to compare

DimensionalData v0.27.7

Diff since v0.27.6

Merged pull requests:

  • always rebuild DimGroupbyArray to a normal AbstractDimArray (#763) (@rafaqz)
  • make print_matrix use a lazy array (#764) (@rafaqz)

v0.27.6

04 Aug 17:36
e50bb68
Compare
Choose a tag to compare

DimensionalData v0.27.6

Diff since v0.27.5

Merged pull requests:

Closed issues:

  • Dimensions of Observable(dd) are ignored in Makie 0.21 (#724)
  • typos (#752)
  • Invalid assignment to DimArray indexed by DimSelectors (#758)

v0.27.5

15 Jul 13:37
78ed8c6
Compare
Choose a tag to compare

DimensionalData v0.27.5

Diff since v0.27.4

Merged pull requests:

  • static check if Makie.expand_dimensions is available (#755) (@rafaqz)

Closed issues:

  • error showing DimArray (#670)
  • Improvements to docstrings (#673)
  • Cannot get my own Categorical order to work (#676)
  • Displaying one-dimensional DimArray does not quite work in Pluto (#725)
  • How can I create a 2D array using broadcasting? (#735)

v0.27.4

12 Jul 11:56
0afdd2a
Compare
Choose a tag to compare

DimensionalData v0.27.4

Diff since v0.27.3

Merged pull requests:

Closed issues:

  • Series Makie plot for more than seven elements is broken (#552)
  • Plot of one dimensional DimArray ignores the lookup values of the dimensions (#714)
  • Feature Request: pass fill value (single element) to DimArray (#718)
  • Would it be useful to have Not() as a selector? (#721)
  • Remove if VERSION checks (#729)
  • Add CodeCov upload token to fix codecov (#738)

v0.27.3

19 May 11:25
caeb61d
Compare
Choose a tag to compare

DimensionalData v0.27.3

Diff since v0.27.2

Merged pull requests:

Closed issues:

  • Copy of Dictionary of DimArrays creates views (#709)

v0.27.2

30 Apr 18:05
7e6d97a
Compare
Choose a tag to compare

DimensionalData v0.27.2

Diff since v0.27.1

Merged pull requests:

  • Fix selectindices for nothing return type (#705) (@rafaqz)