Skip to content

Releases: JuliaDataCubes/PyramidScheme.jl

v0.1.1

20 Jan 10:04
aa6bff7
Compare
Choose a tag to compare

PyramidScheme v0.1.1

Diff since v0.1.0

Features

  • Broadcast for Pyramid and Scalar
  • Move plotting into Makie extension
  • Forward keywords from constructor to inner functions
  • Make output element type handling more robust

Merged pull requests:

Closed issues:

  • Pyramids.jl (#1)
  • Enable to load pyramids (#9)
  • Make GLMakie a weak dependency (#10)
  • Register package (#13)
  • Allow different aggregation functions for building the pyramid (#22)
  • broadcast with single number not working (#40)

v0.1.0

06 Jul 10:33
5e71df9
Compare
Choose a tag to compare

PyramidScheme v0.1.0

Merged pull requests:

Closed issues:

  • Chunking structure of the pyramids (#7)
  • Add Pyramids type as subtype of AbstractDimArray (#11)
  • Makie plot recipe for the Pyramid type (#15)
  • Add CI (#17)
  • agg_axis should give regular Dimensions with Interval (#23)
  • Lazy computations on the pyramids (#25)
  • add on block for ax.scene.viewport (#41)