Releases: junder873/AbnormalReturns.jl
Releases · junder873/AbnormalReturns.jl
v0.3.0
AbnormalReturns v0.3.0
- Much improved performance with some missing returns
- Slightly improved loading performance
- Small breaking change with a
SparseVector
becomingVector
in part of theDict
ofIterateFixedEtable
v0.2.3
AbnormalReturns v0.2.3
v0.2.2
AbnormalReturns v0.2.2
v0.2.1
AbnormalReturns v0.2.1
v0.2.0
AbnormalReturns v0.2.0
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)