Skip to content

Releases: rafaqz/DimensionalData.jl

v0.26.2

11 Mar 00:39
ca1030e
Compare
Choose a tag to compare

DimensionalData v0.26.2

Diff since v0.26.1

Merged pull requests:

Closed issues:

  • Failing on nightly because uses private methods from Base (#664)

v0.26.1

10 Mar 19:47
55e8ecf
Compare
Choose a tag to compare

DimensionalData v0.26.1

Diff since v0.26.0

Merged pull requests:

v0.26.0

10 Mar 14:30
d6e43ab
Compare
Choose a tag to compare

DimensionalData v0.26.0

Diff since v0.25.8

Merged pull requests:

Closed issues:

  • Support dims everywhere (#1)
  • SplitApplyCombine (#3)
  • Support push!, pushfirst!, pop!, popfirst!, empty!, and other methods that change the index (#152)
  • Add aliases DimVector, DimMatrix & DimVecOrMat, AbstractDimensionalVector, AbstractDimensionalMatrix, AbstractDimensionalVecOrMat? (#158)
  • Use custom type TypeVector istead of Val index (#178)
  • Improve error messages (#189)
  • Indexing with end fails in simple cases (#195)
  • Support ArrayInterface.jl and SpatioTemporalTraits.jl (#241)
  • Add AbstractDimSeries here (#278)
  • bounds should return NamedTuple instead of Tuple (#332)
  • Call for the quantile function in Statistics (#370)
  • Feature request: a way test implementations of AbstractDimArray (#374)
  • Creating a new array with stacked dimensions (#383)
  • Error when mapslices changes the array size (#396)
  • Feature Requests for DimStack: 1) @rtransform 2) enum as dimension 3) Common dimensions 4) to DataFrame (#410)
  • Check lookup array order on broadcast (and other operations) (#416)
  • keyword indexing fails for 0-dimensional DimArray (#423)
  • Subsetting repeated dimensions (#430)
  • Make sure broadcasts over extra dim 1 arrays work in any order (#442)
  • Add methods for Base.unsafe_view (#445)
  • eachslice errors when dims=() on v1.9 (#481)
  • Use a StackSlices object for eachslice on stacks, or collect the generator (#484)
  • show fails on nested arrays (#486)
  • println of a DimArray shows all values in the array (#498)
  • Support groupedbar plot (#505)
  • Error showing DimArray with only anonymous dimension (#511)
  • Matrix factorization discards axes (#514)
  • Allow pairs in constructors (#530)
  • Combine multiple functions in the Where selector (#533)
  • Overhaul Tables.jl Interface (#535)
  • Confusing paragraph in docs (#545)
  • Something isn't rendering correctly in the documentation for Base.fill (#548)
  • Add cumsum method (#573)
  • Indexing with a point extent returns zero dimensional array (#578)
  • cat return type sensitive to vector type of lookup (#581)
  • maximum and friends not type-inferrable (#587)
  • Subsetting time axis with DateTime using Near(Date(...)) fails (#589)
  • can't specify Unordered for custom Dimension (#594)
  • can't cat an empty vector (#595)
  • Linear indexing of stacks is broken (#610)
  • Default reverse (#622)
  • Cannot plot Raster based from Geotiff (#625)
  • Latest main branch fails somehow at opening netcdf and zarr files (#635)
  • Broadcast on grouped array (#640)
  • broadcasted_dims on groupby (#641)
  • NetCDF is 1000x slower when indexing compared to Zarr (#642)
  • mapslices on in memory vector fails (#643)
  • Can't show a DimSlices object (#646)
  • Docs build issues (#648)
  • Dimension metadata (#660)

v0.25.8

20 Dec 18:08
f8f9e12
Compare
Choose a tag to compare

DimensionalData v0.25.8

Diff since v0.25.7

Merged pull requests:

  • Makie plot tweaks and fixes (#582) (@rafaqz)
  • CompatHelper: bump compat for Adapt to 4, (keep existing compat) (#583) (@github-actions[bot])

v0.25.7

05 Dec 11:02
f25fb78
Compare
Choose a tag to compare

DimensionalData v0.25.7

Diff since v0.25.6

Merged pull requests:

Closed issues:

  • Ordering not updated after indexing (#563)

v0.25.6

25 Oct 09:17
b6a68dc
Compare
Choose a tag to compare

DimensionalData v0.25.6

Diff since v0.25.5

Merged pull requests:

v0.25.5

22 Oct 15:18
ceecf8b
Compare
Choose a tag to compare

DimensionalData v0.25.5

Diff since v0.25.4

Merged pull requests:

v0.25.4

18 Oct 20:32
cf99ace
Compare
Choose a tag to compare

DimensionalData v0.25.4

Diff since v0.25.3

Merged pull requests:

Closed issues:

  • heatmap! broken for DimArray (#546)
  • How to generate type ahead of time (#549)

v0.25.3

05 Oct 08:33
77409f5
Compare
Choose a tag to compare

DimensionalData v0.25.3

Diff since v0.25.2

v0.25.2

30 Sep 16:08
67c4259
Compare
Choose a tag to compare

DimensionalData v0.25.2

Diff since v0.25.1

Merged pull requests:

Closed issues:

  • cat no longer works with concrete indices (#512)
  • Difference between vcat and cat(a,b, dims=1) for Dimensions (#518)
  • Plotting does not work with eltype Union{Missing, Float32} (#543)