Skip to content

Releases: rafaqz/DimensionalData.jl

v0.5.1

25 Jan 02:33
v0.5.1
59af4b5
Compare
Choose a tag to compare

v0.5.1 (2020-01-25)

Diff since v0.5.0

Closed issues:

  • How to get the value of a dimension by _name_ from a DImensionalArray? (#39)
  • Convenience way to check if a dimension exists in dims\(s\) (#38)
  • The README example doesn't work due to int convertion (#29)

Merged pull requests:

  • improve pretty print for DimensionalArray (#33) (Datseris)

v0.5.0

13 Jan 12:47
v0.5.0
847eb58
Compare
Choose a tag to compare

v0.5.0 (2020-01-13)

Diff since v0.4.2

Merged pull requests:

  • Grid and cat fixes and updates (#27) (rafaqz)

v0.4.2

19 Dec 11:56
v0.4.2
8547e8c
Compare
Choose a tag to compare

v0.4.2 (2019-12-19)

Diff since v0.4.1

Merged pull requests:

v0.4.1

16 Dec 12:31
v0.4.1
bde0bad
Compare
Choose a tag to compare

v0.4.0

16 Dec 09:19
v0.4.0
Compare
Choose a tag to compare

v0.4.0 (2019-12-16)

Diff since v0.3.0

Closed issues:

  • @dim cannot be used to export new dimensions (#23)
  • Broadcast with CuArray parent is broken (#9)
  • cellsize field that updates with reduction along a dimension (#7)

Merged pull requests:

  • Improve bounds handling for grids, add methods for cat, extrema etc (#24) (rafaqz)

v0.3.0

12 Dec 23:31
v0.3.0
ed0bacb
Compare
Choose a tag to compare

v0.3.0 (2019-12-12)

Diff since v0.2.1

Closed issues:

  • Struct name of AllignedGrid (#22)

v0.2.1

12 Dec 11:44
v0.2.1
93487f2
Compare
Choose a tag to compare

v0.2.0

07 Dec 00:18
v0.2.0
8c5ce2a
Compare
Choose a tag to compare

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)

v0.1.1

02 Oct 11:52
v0.1.1
Compare
Choose a tag to compare

v0.1.1 (2019-10-02)

Diff since v0.1.0

Closed issues:

  • StackOverflowError when using At (#4)

v0.1.0

11 Sep 08:47
v0.1.0
Compare
Choose a tag to compare