Skip to content

v0.16.0

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Jan 10:20
ad8a32e

DimensionalData v0.16.0

Diff since v0.15.2

Closed issues:

  • Tests for type stability (#99)
  • Allow multiple arguments for dims, instead of a Tuple (#180)
  • Define Dataset/Stack type with variable layer dimensions (#202)
  • Integrate Adapt.jl (#209)
  • commondims can find the same dim twice. (#214)
  • Complete type stability (#216)
  • Cannot mutate a DimArray using named indexing? (#220)
  • Logical indexing does not work (#230)
  • Reverse indices do something funny (#232)
  • NoIndex should really have no index. (#233)

Merged pull requests:

  • add op kw to primitives to allow both way dimsmatch (#222) (@rafaqz)
  • generalise units field and method to all object metadata (#223) (@rafaqz)
  • allow matching Unions of dimension types (#224) (@rafaqz)
  • add dotview methods (#225) (@rafaqz)
  • specialise on DateTime for near selector (#226) (@rafaqz)
  • Refactor primitives (#227) (@rafaqz)
  • CompatHelper: bump compat for "Adapt" to "3.0" (#229) (@github-actions[bot])
  • fix logical indexing (#231) (@rafaqz)
  • fix and test plotting with noindex and categorical (#234) (@rafaqz)
  • Improve coverage (#238) (@rafaqz)