Releases: amv-dev/yata
Releases · amv-dev/yata
Version 0.7.0
Version 0.6.3
v0.6.3 chore: version update
Version 0.6.2
Version 0.6.0
collapse_timeframe
now returns same type as source values;- removed
Debug
trait requirement onMethod
trait.
Version 0.5.1
Added Peekable
and Buffered
traits.
Version 0.5.0
Switching between methods is made now without dynamic dispatching.
Version 0.4.7
- Fixed
Trix
sset
method implementation; - Fixed
RelativeStrengthIndex
result value at the very first iteration; - Optimized
RelativeStrengthIndex
; Window
docs update;- Fixed new
clippy
warnings; - Reduced trait bounds for many methods of
Sequence
; - Typos fix;
Version 0.4.6
- Typos fix;
Sequence
trait code style refactoring;- Fixed
#2
signal forChandeKrollStop
; - Added
[non_exhaustive]
attribute to someenum
s.
Version 0.4.5
- Improved
serde
support; - Removed useless fields in
Derivative
method; - Removed useless fields in
ADI
method; - Removed useless fields in
LinReg
method; - Improved
Window
performance; - Fixed clippy warnings;
- Added additional
SMM
test checks.
Version 0.4.4
helpers::assert_eq_float
made available from non-test environment;- added
impl<T: Copy> AsRef<T> for Window<T>
; - added
is_rising
/is_falling
methods for OHLCV; - docs fix.