Skip to content

Releases: JuliaArrays/AxisArrays.jl

v0.4.6

31 May 23:36
bbf1f27
Compare
Choose a tag to compare

AxisArrays v0.4.6

Diff since v0.4.5

Merged pull requests:

v0.4.5

01 Apr 02:23
57f62f0
Compare
Choose a tag to compare

AxisArrays v0.4.5

Diff since v0.4.4

Merged pull requests:

  • Add AxisMatrix alias (#199) (@JeffFessler)
  • CompatHelper: bump compat for IntervalSets to 0.6, (keep existing compat) (#206) (@github-actions[bot])

v0.4.4

25 Jul 16:24
28e9beb
Compare
Choose a tag to compare

AxisArrays v0.4.4

Diff since v0.4.3

Closed issues:

  • seg_fault precompiling AxisArrays v0.4.3 on julia-1.4.2 (#183)
  • deprecated kw.data and nt.names (#200)

Merged pull requests:

v0.4.3

20 Apr 20:44
e2bacce
Compare
Choose a tag to compare
Support IntervalSets 0.5 (#180)

v0.4.2

06 Feb 17:21
v0.4.2
84bcb69
Compare
Choose a tag to compare

v0.4.2 (2020-02-06)

Diff since v0.4.1

Closed issues:

  • How to select a subset of an AxisArray by keyword? (#174)

Merged pull requests:

v0.4.1

22 Jan 02:09
v0.4.1
ec68c29
Compare
Choose a tag to compare

v0.4.1 (2020-01-22)

Diff since v0.4.0

Merged pull requests:

v0.4.0

31 Dec 19:51
v0.4.0
Compare
Choose a tag to compare

v0.4.0 (2019-12-31)

Diff since v0.3.3

Closed issues:

  • Add ability to iterate on axis elements (#142)

Merged pull requests:

  • Test on Julia 1.3, drop support for Julia 0.7, bump version to 0.4.0 (#173) (DilumAluthge)
  • Make README examples run on on v1 (#171) (goretkin)

v0.3.3

04 Sep 20:38
v0.3.3
Compare
Choose a tag to compare

v0.3.3 (2019-09-04)

Diff since v0.3.2

Closed issues:

  • significant performance regression versus 0.3.0 (#169)

Merged pull requests:

  • Fix performance bug: ensure to\_index is inlined (#170) (c42f)

v0.3.2

19 Aug 14:25
v0.3.2
1f5cd8c
Compare
Choose a tag to compare

v0.3.2 (2019-08-19)

Diff since v0.3.1

Closed issues:

  • Tag a new release? (#166)

Merged pull requests:

  • Try converting indexes once and then defer to the parent (#164) (timholy)

v0.3.1

19 Aug 14:12
v0.3.1
7d55ab1
Compare
Choose a tag to compare

v0.3.1 (2019-08-18)

Diff since v0.3.0

Closed issues:

  • Tests fail with --precompiled-modules=no (#161)
  • Type piracy with cat ? (#145)
  • Error tagging new release (#144)
  • Update to Julia v0.7 (#141)
  • Code in README no longer works (#127)
  • Indexing with unsorted vectors (#14)

Merged pull requests:

  • Bump version to 0.3.1 for release (#167) (c42f)
  • Respect generated function invariants (#163) (c42f)
  • Upgrade REQUIRE -> Project.toml (#162) (c42f)
  • Fix iteration over Axis (#160) (coroa)
  • Fix typo in coverage submission (#154) (c42f)
  • Fix doctests (#153) (c42f)
  • Cap Documenter.jl to 0.19 on Travis (#150) (mortenpi)
  • Fix type piracy of 0-arg cat (#146) (iamed2)