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_timeframenow returns same type as source values;- removed
Debugtrait requirement onMethodtrait.
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
Trixssetmethod implementation; - Fixed
RelativeStrengthIndexresult value at the very first iteration; - Optimized
RelativeStrengthIndex; Windowdocs update;- Fixed new
clippywarnings; - Reduced trait bounds for many methods of
Sequence; - Typos fix;
Version 0.4.6
- Typos fix;
Sequencetrait code style refactoring;- Fixed
#2signal forChandeKrollStop; - Added
[non_exhaustive]attribute to someenums.
Version 0.4.5
- Improved
serdesupport; - Removed useless fields in
Derivativemethod; - Removed useless fields in
ADImethod; - Removed useless fields in
LinRegmethod; - Improved
Windowperformance; - Fixed clippy warnings;
- Added additional
SMMtest checks.
Version 0.4.4
helpers::assert_eq_floatmade available from non-test environment;- added
impl<T: Copy> AsRef<T> for Window<T>; - added
is_rising/is_fallingmethods for OHLCV; - docs fix.