Skip to content

Releases: rafaqz/DimensionalData.jl

v0.29.15

01 Apr 08:50
b81d002
Compare
Choose a tag to compare

DimensionalData v0.29.15

Diff since v0.29.14

Merged pull requests:

Closed issues:

  • Add the option to not "expand"/flatten dimensions in DimTable (#896)
  • max and min should work on Begin and End (#961)

v0.29.14

26 Mar 15:50
e0b9a90
Compare
Choose a tag to compare

DimensionalData v0.29.14

Diff since v0.29.13

Merged pull requests:

Closed issues:

  • Add dims support for diff (#948)

v0.29.13

08 Mar 23:43
6b41f13
Compare
Choose a tag to compare

DimensionalData v0.29.13

Diff since v0.29.12

Merged pull requests:

Closed issues:

  • sum and friends with dims error on dims that are not in the DimArray (#883)
  • unexpected broadcast behavior when values are repeated in At selector (#932)
  • Slow sorting of DimArray (#934)
  • lines! with Observable of Time series YAXArray fails (#939)

v0.29.12

31 Jan 17:32
1f3a642
Compare
Choose a tag to compare

DimensionalData v0.29.12

Diff since v0.29.11

Merged pull requests:

  • CompatHelper: bump compat for AlgebraOfGraphics in [weakdeps] to 0.9, (keep existing compat) (#919) (@github-actions[bot])
  • fix @d for only .= (#921) (@tiemvanderdeure)

Closed issues:

  • LookupArrays.order does not work on Dimension with Vector of String (#626)

v0.29.11

30 Jan 21:49
566dfb5
Compare
Choose a tag to compare

DimensionalData v0.29.11

Diff since v0.29.10

Merged pull requests:

  • fix indexing dimselectors with tuples (#916) (@rafaqz)

v0.29.10

30 Jan 20:51
3ad9802
Compare
Choose a tag to compare

DimensionalData v0.29.10

Diff since v0.29.9

Merged pull requests:

Closed issues:

  • Dimension values disappear? (#868)

v0.29.9

30 Jan 10:06
5bc2d60
Compare
Choose a tag to compare

DimensionalData v0.29.9

Diff since v0.29.8

Merged pull requests:

  • DimSelectors indexed with DimSelectors return DimSelectors (#915) (@rafaqz)

v0.29.8

28 Jan 22:04
e17d396
Compare
Choose a tag to compare

DimensionalData v0.29.8

Diff since v0.29.7

Merged pull requests:

  • fix and test set for stack layerdims (#908) (@rafaqz)
  • fix DimIndices constructors (#910) (@rafaqz)
  • fix d macro for functions with keywords and strict for dest array (#911) (@rafaqz)
  • fix DimSlices type (#912) (@rafaqz)
  • fix indexing stacks with vectors of CartesianIndex (#913) (@rafaqz)

Closed issues:

  • Type piracy on similar with Unions (#857)
  • DimGroupByArray doesn't iterate its eltype (#875)
  • invalid syntax error when using @d with keyword argument (#880)
  • DimIndices with order kwarg fails with a stack overflow (#887)
  • @d ignores strict if assigning in-place (#888)
  • defining a custom getindex on a AbstractBasicDimArray is tricky (#890)
  • set does not update layerdims of a DimStack (#897)
  • view on a DimStack with a vector of CartesianIndex throws a StackOverflowError (#901)
  • .. doesn't compile in Makie macro with PackageCompiler.jl (#904)

v0.29.7

22 Jan 23:35
eb3e055
Compare
Choose a tag to compare

DimensionalData v0.29.7

Diff since v0.29.6

Merged pull requests:

  • Implement PythonCall extension to convert xarray objects (#882) (@JamesWrigley)
  • Fix indexing of DimStacks with nested DimArrays (#892) (@tiemvanderdeure)
  • A bit more documentation on auto things and lookups and format (#898) (@asinghvi17)
  • CompatHelper: bump compat for Makie in [weakdeps] to 0.22, (keep existing compat) (#902) (@github-actions[bot])
  • bugfix dimselectors and better show (#905) (@rafaqz)
  • New patch version (#907) (@asinghvi17)

Closed issues:

  • Indexing into a multi-dimensional DimStack is broken if any layer is a nested DimArray (#891)

v0.29.6

29 Dec 12:20
bea9b01
Compare
Choose a tag to compare

DimensionalData v0.29.6

Diff since v0.29.5

Merged pull requests: