Skip to content

Latest commit

 

History

History
371 lines (212 loc) · 15.1 KB

File metadata and controls

371 lines (212 loc) · 15.1 KB

CHANGELOG

Package changelog.

Unreleased (2026-03-31)

Commits

Details
  • c265420 - bench: update random value generation for stats/base/dists/f/ctor (#10373) (by Lokesh Ranjan)
  • c14812b - style: add missing decimal (by Athan Reines)
  • 2e3e0e9 - bench: update random value generation for stats/base/dists/f (#10316) (by Lokesh Ranjan)
  • f884c94 - chore: minor clean-up (by Philipp Burckhardt)
  • f38e8a7 - docs: clean-up parameters in Julia fixtures scripts (by Philipp Burckhardt)
  • a76fdd9 - bench: update random value generation for stats/base/dists/f (#10238) (by Lokesh Ranjan, Philipp Burckhardt)

Contributors

A total of 3 people contributed to this release. Thank you to the following contributors:

  • Athan Reines
  • Lokesh Ranjan
  • Philipp Burckhardt

0.3.1 (2026-02-08)

No changes reported for this release.

0.3.0 (2026-01-31)

Features

Bug Fixes

  • 9256312 - remove unused eps dependency from f/mean manifest

Closed Issues

A total of 7 issues were closed in this release:

#3595, #3596, #3597, #3598, #3601, #3602, #3603

Commits

Details
  • 993324c - docs: replace manual for loop in examples (#7888) (by Harsh Yadav)
  • b8343ec - docs: replace manual for loop in examples (#7889) (by Harsh Yadav)
  • 7add020 - test: use standardized assertion messages and fix lint errors (by Philipp Burckhardt)
  • fc438e0 - test: use standardized assertion messages and fix lint errors (by Philipp Burckhardt)
  • 11581aa - test: use standardized assertion messages and fix lint errors (by Philipp Burckhardt)
  • 07f7c05 - test: use standardized assertion messages and fix lint errors (by Philipp Burckhardt)
  • 9c21fd2 - test: use .strictEqual() instead of .equal() (by Philipp Burckhardt)
  • 7e24b8b - test: slightly increase tolerances for passing tests (by Philipp Burckhardt)
  • c698e73 - chore: add missing eps dependency to benchmark and examples configs (by Philipp Burckhardt)
  • 5d83a20 - style: remove double empty lines in C files (by Philipp Burckhardt)
  • 9256312 - fix: remove unused eps dependency from f/mean manifest (by Philipp Burckhardt)
  • 0def122 - docs: minor clean-up (by Philipp Burckhardt)
  • a1e230f - chore: clean up cppcheck-suppress comments (by Karan Anand)
  • f7988d3 - bench: fix isnan checks in stats/base/dists (#5296) (by Karan Anand)
  • 911e179 - docs: clean-up of C docstrings (by Philipp Burckhardt)
  • e61b1de - docs: clean-up of C docstrings (by Philipp Burckhardt)
  • 6335415 - bench: refactor random number generation in stats/base/dists/f (#4921) (by Karan Anand, stdlib-bot)
  • f75a0ce - chore: use excess kurtosis consistently (by Philipp Burckhardt)
  • f3df15f - chore: directly draw from the desired distribution instead of adding constants (by Philipp Burckhardt)
  • fc0ff17 - chore: directly draw from the desired distribution instead of adding constants (by Philipp Burckhardt)
  • a2ed277 - feat: add C implementation for stats/base/dists/f/stdev (#4351) (by Vivek Maurya, Philipp Burckhardt)
  • 4a70790 - style: add missing spaces (by Philipp Burckhardt)
  • ed5c4cc - chore: minor clean-up (by Philipp Burckhardt)
  • b7867cb - chore: minor clean-up (by Philipp Burckhardt)
  • 0ba282b - chore: minor clean-up (by Philipp Burckhardt)
  • 9f71ae0 - chore: address feedback and enable tests (by Philipp Burckhardt)
  • 318f280 - chore: minor clean-up (by Philipp Burckhardt)
  • 9c225d9 - feat: add C implementation for stats/base/dists/f/skewness (#4041) (by Vivek Maurya, Philipp Burckhardt)
  • 0cab817 - feat: add C implementation for stats/base/dists/f/variance (#4042) (by Vivek Maurya, Philipp Burckhardt)
  • 242b011 - feat: add C implementation for stats/base/dists/f/mode (#4036) (by Vivek Maurya, Philipp Burckhardt)
  • df52159 - feat: add C implementation for stats/base/dists/f/entropy (#4044) (by Vivek Maurya, Philipp Burckhardt)
  • 67eacfd - feat: add C implementation for stats/base/dists/f/kurtosis (#4043) (by Vivek Maurya, Philipp Burckhardt)
  • b283652 - feat: add C implementation for stats/base/dists/f/mean (#4033) (by Vivek Maurya)

Contributors

A total of 4 people contributed to this release. Thank you to the following contributors:

  • Harsh Yadav
  • Karan Anand
  • Philipp Burckhardt
  • Vivek Maurya

0.2.2 (2024-07-29)

Commits

Details
  • 41d41e9 - test: include trailing newlines in Julia-generated JSON fixtures (by Philipp Burckhardt)
  • 9ed7d0e - chore: add missing trailing newlines (by Philipp Burckhardt)

Contributors

A total of 1 person contributed to this release. Thank you to this contributor:

  • Philipp Burckhardt

0.2.1 (2024-02-24)

No changes reported for this release.

0.2.0 (2024-02-14)

Commits

Details
  • 9502ed2 - build: replace tslint directive with eslint equivalent (by Philipp Burckhardt)
  • d73bbf4 - build: replace lint directives (by Philipp Burckhardt)

Contributors

A total of 1 person contributed to this release. Thank you to this contributor:

  • Philipp Burckhardt

0.1.0 (2023-09-24)

Features

  • 81ca3ab - update minimum TypeScript version

BREAKING CHANGES

  • 81ca3ab: update minimum TypeScript version to 4.1

    • To migrate, users should upgrade their TypeScript version to at least version 4.1.

Commits

Details
  • 81ca3ab - feat: update minimum TypeScript version (by Philipp Burckhardt)
  • d5fa8e8 - test: use strictEqual checks (by Philipp Burckhardt)
  • ce7e336 - docs: update equations (by Philipp Burckhardt)
  • 37f032d - docs: render equations via math code blocks (by Philipp Burckhardt)

Contributors

A total of 1 person contributed to this release. Thank you to this contributor:

  • Philipp Burckhardt

0.0.7 (2022-07-08)

No changes reported for this release.

0.0.6 (2022-02-16)

No changes reported for this release.

0.0.5 (2021-08-22)

No changes reported for this release.

0.0.4 (2021-07-07)

No changes reported for this release.

0.0.3 (2021-06-28)

No changes reported for this release.

0.0.2 (2021-06-16)

No changes reported for this release.

0.0.1 (2021-06-15)

No changes reported for this release.