Skip to content

Releases: amv-dev/yata

Version 0.7.0

07 Mar 19:06
5030e23
Compare
Choose a tag to compare
v0.7.0

chore: version update

Version 0.6.3

08 Jan 12:07
6ee36e1
Compare
Choose a tag to compare
v0.6.3

chore: version update

Version 0.6.2

08 Oct 11:18
08000f4
Compare
Choose a tag to compare
  • Enable indicators' instances to be reused by @joelchen in #30

Version 0.6.0

13 Feb 13:11
81da59d
Compare
Choose a tag to compare
  • collapse_timeframe now returns same type as source values;
  • removed Debug trait requirement on Method trait.

Version 0.5.1

29 Jan 19:18
a662dde
Compare
Choose a tag to compare

Added Peekable and Buffered traits.

Version 0.5.0

06 Dec 05:31
4ceee35
Compare
Choose a tag to compare

Switching between methods is made now without dynamic dispatching.

Version 0.4.7

17 Jun 08:06
889237e
Compare
Choose a tag to compare
  • Fixed Trixs set 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

04 Jun 11:41
58c3ab2
Compare
Choose a tag to compare
  • Typos fix;
  • Sequence trait code style refactoring;
  • Fixed #2 signal for ChandeKrollStop;
  • Added [non_exhaustive] attribute to some enums.

Version 0.4.5

28 Mar 06:49
440f7ee
Compare
Choose a tag to compare
  • 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

24 Feb 10:56
fc57a1a
Compare
Choose a tag to compare
  • 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.