@thi.ng/transducers-stats
Version:
Transducers for statistical / technical analysis
48 lines (32 loc) • 1.98 kB
Markdown
# Change Log
- **Last updated**: 2025-04-01T21:42:04Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
All notable changes to this project will be documented in this file.
Only versions published since **2022-01-01** are listed here.
Please consult the Git history for older version information.
See [Conventional Commits](https://conventionalcommits.org/) for commit guidelines.
**Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes
and/or version bumps of transitive dependencies.
### [2.2.4](https://github.com/thi-ng/umbrella/tree/@thi.ng/transducers-stats@2.2.4) (2024-12-24)
#### ♻️ Refactoring
- replace [@thi.ng/dcons](https://github.com/thi-ng/umbrella/tree/main/packages/dcons) dependency ([e9940ed](https://github.com/thi-ng/umbrella/commit/e9940ed))
- switch to use more lightweight & GC-friendly ringbuffer impl from [@thi.ng/buffers](https://github.com/thi-ng/umbrella/tree/main/packages/buffers)
- update the following transducers:
- `momentum()`
- `roc()`
- `sma()`
- add tests
## [2.2.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/transducers-stats@2.2.0) (2024-11-03)
#### 🚀 Features
- add moving min/max, update donchian ([188d11a](https://github.com/thi-ng/umbrella/commit/188d11a))
- add movingMaximum() transducer
- add movingMinimum() transducer
- refactor donchian()
- add internal Deque helper class
- add tests
### [2.1.113](https://github.com/thi-ng/umbrella/tree/@thi.ng/transducers-stats@2.1.113) (2024-04-08)
#### ♻️ Refactoring
- update reducer handling due to updates in [@thi.ng/transducers](https://github.com/thi-ng/umbrella/tree/main/packages/transducers) pkg ([25ef274](https://github.com/thi-ng/umbrella/commit/25ef274))
### [2.1.76](https://github.com/thi-ng/umbrella/tree/@thi.ng/transducers-stats@2.1.76) (2023-11-09)
#### ♻️ Refactoring
- update all tests (packages A-S) ([e3085e4](https://github.com/thi-ng/umbrella/commit/e3085e4))