Skip to content

Releases: Tokazama/StaticRanges.jl

v0.3.5

17 Dec 02:07
v0.3.5
Compare
Choose a tag to compare
  • Introduction of GapRange for improved performance in special situations
  • Fixed inconsistency between construction and mutation of OneToMRange
  • Improved docstrings

v0.3.4

12 Dec 11:44
v0.3.4
f8dac65
Compare
Choose a tag to compare
  • Always return Int for length method
  • findall(in(x), y) has been improved
  • Added examples to a handful of docstrings.

v0.3.3

30 Nov 23:49
v0.3.3
09d4025
Compare
Choose a tag to compare
  • Added specific empty! and empty methods for ranges
  • Added set_length, set_step, set_first, set_last (non mutating setters)
  • Added non mutating pop and popfirst

v0.3.2

27 Nov 09:19
v0.3.2
Compare
Choose a tag to compare
  • Update StaticArrays.jl
  • Fix/test find(in(x), r)
  • Fix/test promotion ambiguities

v0.3.1

21 Nov 04:18
v0.3.1
aca8d1f
Compare
Choose a tag to compare

v0.3.0

18 Nov 16:20
v0.3.0
85a6093
Compare
Choose a tag to compare

v0.2.0

02 Nov 12:18
v0.2.0
bafa154
Compare
Choose a tag to compare

v0.2.0 (2019-11-02)

Diff since 55a6233bd4bb57c76a10e028372506beeb2c0c49

Closed issues:

  • Register (#17)
  • should implement static axes here, will work better with static arrays (#16)
  • this overflows when finding length, which happens in base too (#15)
  • the log2 here is causing inference issues. certain log values (#14)
  • finish modifying intersect function from here (#13)
  • checkbounds for NamedRange (#12)
  • TwicePrecision (#11)
  • requires high precision (#10)
  • What's the most user friendly way to index offsets? (#9)
  • SlidingWindow error messages (#8)
  • Figure out how to best test SubIndices (#7)
  • should probably go back and actually implement this (#5)
  • boundschecks (#4)
  • ensure that r2 with offset actual gives right result (#3)
  • should this be a thing? (#2)

Merged pull requests: