Skip to content

v2.1.37

Choose a tag to compare

@github-actions github-actions released this 24 Aug 09:36
· 27 commits to master since this release
35bd387

What's Changed

  • CI: enable -race detector in the test task by @cinar in #397
  • Fix concurrent map write in DataReport by centralizing report locking by @cinar in #401
  • Fix data race on Sync.hasErrors in asset/sync.go by @cinar in #403
  • Fix SQLRepository.Append and GetSince silently dropping errors by @cinar in #405
  • Fix RSI/MFI-family integer divide-by-zero panic by @cinar in #407
  • Fix Aroon goroutine leak on context cancellation by @cinar in #409
  • Fix consistency and doc drift across indicators by @cinar in #413
  • Document update. by @cinar in #414
  • Fix floating-point drift in trend.MovingSum's running sum by @cinar in #411
  • Fix Stc.ComputeWithContext output channel never closing by @cinar in #421
  • Add IdlePeriod() to PringsSpecialK by @cinar in #422
  • Fix T3 dropping most of its output by @cinar in #423
  • Fix Fisher dropping most of its output, wrong IdlePeriod, and a synchronous-compute deadlock by @cinar in #424
  • Fix STC dividing by a near-zero denominator, producing -Inf/huge out-of-range swings by @cinar in #428
  • Fix MovingSum's running sum staying NaN/Inf forever after one bad value by @cinar in #430
  • Fix T3's weighted-sum coefficients not summing to 1 by @cinar in #429

Full Changelog: v2.1.36...v2.1.37