Skip to content

v0.29.8

Choose a tag to compare

@github-actions github-actions released this 28 Jan 22:04
· 108 commits to main since this release
e17d396

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)