Skip to content

Releases: JuliaArrays/InfiniteArrays.jl

v0.14.4

04 Dec 07:49
a04acdb

Choose a tag to compare

InfiniteArrays v0.14.4

Diff since v0.14.3

This release has been identified as a backport.
Automated changelogs for backports tend to be wildly incorrect.
Therefore, the list of issues and pull requests is hidden.

v0.15.0

02 Dec 22:54
4381348

Choose a tag to compare

InfiniteArrays v0.15.0

Diff since v0.14.3

Merged pull requests:

v0.14.3

27 Aug 11:03
4f757e7

Choose a tag to compare

InfiniteArrays v0.14.3

Diff since v0.14.2

Merged pull requests:

  • Fast bounds-check for infinite CartesianIndex StepRangeLen (#190) (@jishnub)
  • Test on pre-release versions (#191) (@jishnub)
  • Fix findfirst for InfStepRange for negative step (#192) (@jishnub)
  • Test against InfiniteLinearAlgebra (#193) (@jishnub)

Closed issues:

  • findfirst doesn't work for infranges with negative step sizes (#180)

v0.14.2

25 Jul 10:06
00af40f

Choose a tag to compare

InfiniteArrays v0.14.2

Diff since v0.14.1

Merged pull requests:

Closed issues:

  • Infinite random sequence (#56)
  • iszero/isone aren't efficient on InfRanges (#178)
  • Defining multiple infinite random sequences gives the same sequence (#182)
  • Infinite random wide matrices (#183)
  • Can the code for infinite ranges be separated out? (#187)

v0.14.1

17 Jun 13:44
ce6da6b

Choose a tag to compare

InfiniteArrays v0.14.1

Diff since v0.14.0

Merged pull requests:

Closed issues:

  • Can't invert Diagonal{Int, InfUnitRange} (#176)

v0.14.0

21 May 10:35
0049f1b

Choose a tag to compare

InfiniteArrays v0.14.0

Diff since v0.13.8

Merged pull requests:

v0.13.8

25 Apr 13:07
99d9671

Choose a tag to compare

InfiniteArrays v0.13.8

Diff since v0.13.7

Merged pull requests:

v0.13.7

04 Apr 07:36
c0558ec

Choose a tag to compare

InfiniteArrays v0.13.7

Diff since v0.13.6

Merged pull requests:

v0.13.6

03 Apr 12:08
a9cca92

Choose a tag to compare

InfiniteArrays v0.13.6

Diff since v0.13.5

Merged pull requests:

v0.13.5

12 Mar 15:39
071c399

Choose a tag to compare

InfiniteArrays v0.13.5

Diff since v0.13.4

Merged pull requests:

Closed issues:

  • diag(Diagonal(1:∞)) tries to cache 1:∞ (#147)
  • union(1:∞) floods memory (#157)