Skip to content

v0.2.0

Compare
Choose a tag to compare
@julia-tagbot julia-tagbot released this 07 Dec 00:18
v0.2.0
8c5ce2a

v0.2.0 (2019-12-04)

Diff since v0.1.1

Closed issues:

  • Replace rebuild with Setfield.jl (#10)
  • Add methods for mean, sum etc on AbstractDimensionalArray (#8)
  • Performance with sparse arrays (#6)
  • Handle Transpose and PermuteDimsArray (#5)

Merged pull requests:

  • Improve selectors (#21) (rafaqz)
  • Grid (#20) (rafaqz)
  • Reverse (#18) (rafaqz)
  • Constructorof (#17) (rafaqz)
  • Constructorof (#16) (rafaqz)
  • Dispatch to efficient methods for map(func, AbDimArray) and reduce(..., dims=:) (#14) (ivirshup)
  • add copy and othe single arg methods to force dispatch on parent type (#13) (rafaqz)
  • Transpose and PermutedDimsArray the easy way (#12) (rafaqz)
  • Handle irregular and mixed grid types (#11) (rafaqz)