Skip to content

Releases: junder873/AbnormalReturns.jl

v0.3.0

25 Aug 18:59
Compare
Choose a tag to compare

AbnormalReturns v0.3.0

Diff since v0.2.3

  • Much improved performance with some missing returns
  • Slightly improved loading performance
  • Small breaking change with a SparseVector becoming Vector in part of the Dict of IterateFixedEtable

v0.2.3

21 Apr 19:38
Compare
Choose a tag to compare

AbnormalReturns v0.2.3

Diff since v0.2.2

v0.2.2

20 Apr 20:14
Compare
Choose a tag to compare

AbnormalReturns v0.2.2

Diff since v0.2.1

v0.2.1

14 Sep 17:09
49d9c27
Compare
Choose a tag to compare

AbnormalReturns v0.2.1

Diff since v0.2.0

v0.2.0

13 Sep 23:27
Compare
Choose a tag to compare

AbnormalReturns v0.2.0

Diff since v0.1.1

Major Differences:

  • This version now uses StaticArrays.jl to run calculations
  • Now relies on OffsetArrays.jl as data storage method
  • Net result is significant increase in flexibility for iterations (braodcasting over IterateFixedTable works) while still a significant speed improvement (4-5 times)

Merged pull requests:

  • CompatHelper: bump compat for IntervalSets to 0.6, (keep existing compat) (#5) (@github-actions[bot])
  • Switch to static arrays (#13) (@junder873)

v0.1.1

30 Mar 12:52
Compare
Choose a tag to compare

AbnormalReturns v0.1.1