Skip to content

Latest commit

 

History

History
401 lines (242 loc) · 20.9 KB

File metadata and controls

401 lines (242 loc) · 20.9 KB

CHANGELOG

Package changelog.

Unreleased (2026-06-15)

Commits

Details
  • 77195c3 - docs: update namespace table of contents (#12835) (by stdlib-bot)
  • cae5335 - docs: propagate develop fixes to sibling packages (#12736) (by Philipp Burckhardt)
  • 6831b5a - docs: update stats/base/dists/frechet TypeScript declarations (#12601) (by stdlib-bot)
  • f59b324 - docs: fix typos and copy-paste errors in stats TypeScript declarations (#12482) (by Philipp Burckhardt, Athan Reines)
  • ac45b11 - refactor: use main as require alias in stats/base/dists/frechet (#12260) (by Philipp Burckhardt)
  • 187e141 - chore: add missing npm engine constraint to stats/base/dists/*/ctor (#11686) (by Philipp Burckhardt)
  • 2ab835f - docs: refactor to use logEachMap in examples (#11485) (by Lokesh Ranjan)
  • 35566af - docs: fix C examples in READMEs (#11229) (by anee3, Athan Reines)
  • 800e5c6 - bench: minor clean-up (by Philipp Burckhardt)
  • ef7e6f0 - bench: update random value generation for stats/base/dists/frechet/ctor (#10364) (by Lokesh Ranjan, Philipp Burckhardt)
  • 18db4f6 - bench: update random value generation for stats/base/dists/frechet (#10335) (by Lokesh Ranjan)
  • f5199d6 - bench: update random value generation for stats/base/dists/frechet (#10317) (by Lokesh Ranjan, Philipp Burckhardt)
  • f884c94 - chore: minor clean-up (by Philipp Burckhardt)
  • 7b1ec1e - bench: refactor to use string interpolation in stats/base/dists/frechet (#10122) (by Shubham)

Contributors

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

  • Athan Reines
  • Lokesh Ranjan
  • Philipp Burckhardt
  • Shubham
  • anee3

0.3.1 (2026-02-08)

No changes reported for this release.

0.3.0 (2026-01-30)

Features

  • ffd5b49 - add C implementation for stats/base/dists/frechet/quantile
  • c11ef6e - add C implementation for stats/base/dists/frechet/cdf (#4736)
  • 5e44099 - add C implementation for stats/base/dists/frechet/entropy (#4597)
  • 906dd22 - add C implementation for stats/base/dists/frechet/median (#4569)
  • 1920374 - add C implementation for stats/base/dists/frechet/mode (#4571)
  • e0195dc - add C implementation for stats/base/dists/frechet/kurtosis (#4604)
  • 843d1d0 - add C implementation for stats/base/dists/frechet/logpdf (#5249)
  • f531035 - add C implementation for stats/base/dists/frechet/mean (#4368)
  • a74d773 - add C implementation for @stdlib/stats-base/dists/frechet/logcdf (#5517)
  • 3087276 - add C implementation for stats/base/dists/frechet/variance (#4577)
  • 19d5c61 - add C implementation for stats/base/dists/frechet/stdev (#4576)
  • 3b44fd4 - add C implementation for stats/base/dists/frechet/skewness (#4573)

Bug Fixes

  • 00ca999 - add missing dependencies to manifest
  • 74596d4 - remove unused eps dependency from Frechet distribution manifests

Closed Issues

A total of 13 issues were closed in this release:

#3604, #3605, #3606, #3607, #3608, #3609, #3610, #3611, #3614, #3615, #3616, #5863, #7453

Commits

Details
  • 3459117 - test: remove duplicate test cases in stats/base/dists/frechet packages (by Philipp Burckhardt)
  • 97218a1 - docs: fix TSDoc example code return annotations (by Philipp Burckhardt)
  • e2efe32 - chore: rename exported variable in d.ts file to match name used in example code (by Philipp Burckhardt)
  • 776887e - docs: update annotation values (by Philipp Burckhardt)
  • 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)
  • f0f8463 - docs: remove comment (#7831) (by SAUJANYA MAGARDE)
  • 1f33916 - chore: add missing eps dependency so C examples compile (by Philipp Burckhardt)
  • b039368 - bench: add missing eps dependency so C benchmarks compile (by Philipp Burckhardt)
  • ffd5b49 - feat: add C implementation for stats/base/dists/frechet/quantile (by Philipp Burckhardt)
  • 6dff3f6 - build: fix missing dep (by Athan Reines)
  • 00ca999 - fix: add missing dependencies to manifest (by Philipp Burckhardt)
  • c44ce1a - docs: update stats/base/dists/frechet examples to use Greek symbols (by Philipp Burckhardt)
  • c11ef6e - feat: add C implementation for stats/base/dists/frechet/cdf (#4736) (by Nishchay Rajput, Philipp Burckhardt)
  • 74596d4 - fix: remove unused eps dependency from Frechet distribution manifests (by Philipp Burckhardt)
  • 5e44099 - feat: add C implementation for stats/base/dists/frechet/entropy (#4597) (by Manvith M, Philipp Burckhardt)
  • d345bbe - chore: minor clean-up and add missing license headers (by Philipp Burckhardt)
  • f9ec3b6 - docs: fix function names (by Philipp Burckhardt)
  • 906dd22 - feat: add C implementation for stats/base/dists/frechet/median (#4569) (by Manvith M, Philipp Burckhardt)
  • 1920374 - feat: add C implementation for stats/base/dists/frechet/mode (#4571) (by Manvith M, Philipp Burckhardt)
  • e0195dc - feat: add C implementation for stats/base/dists/frechet/kurtosis (#4604) (by Manvith M, Philipp Burckhardt)
  • c79716f - chore: clean-up (by Athan Reines)
  • 843d1d0 - feat: add C implementation for stats/base/dists/frechet/logpdf (#5249) (by Iryna Andrushko, Philipp Burckhardt)
  • 75a9153 - chore: re-enable lint rule (by Athan Reines)
  • f531035 - feat: add C implementation for stats/base/dists/frechet/mean (#4368) (by Vivek Maurya, Philipp Burckhardt, stdlib-bot)
  • a1e230f - chore: clean up cppcheck-suppress comments (by Karan Anand)
  • 1b06282 - chore: fix style and return values (#5871) (by Anshu Kumar)
  • a74d773 - feat: add C implementation for @stdlib/stats-base/dists/frechet/logcdf (#5517) (by Nishchay Rajput, Philipp Burckhardt)
  • f7988d3 - bench: fix isnan checks in stats/base/dists (#5296) (by Karan Anand)
  • e61b1de - docs: clean-up of C docstrings (by Philipp Burckhardt)
  • fa15161 - bench: refactor random number generation in stats/base/dists/frechet (#4922) (by Karan Anand, stdlib-bot)
  • bd984ea - chore: minor clean-up (by Philipp Burckhardt)
  • d199580 - test: correcly pass options for native tests (by Philipp Burckhardt)
  • 27bcbf6 - chore: directly draw from desired distribution and tweak ranges (by Philipp Burckhardt)
  • 1d5aa47 - chore: directly draw from the desired distribution instead of adding constants (by Philipp Burckhardt)
  • 3087276 - feat: add C implementation for stats/base/dists/frechet/variance (#4577) (by Manvith M, Philipp Burckhardt)
  • 19d5c61 - feat: add C implementation for stats/base/dists/frechet/stdev (#4576) (by Manvith M, Philipp Burckhardt)
  • 3b44fd4 - feat: add C implementation for stats/base/dists/frechet/skewness (#4573) (by Manvith M, Philipp Burckhardt)
  • 4a70790 - style: add missing spaces (by Philipp Burckhardt)

Contributors

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

  • Anshu Kumar
  • Athan Reines
  • Iryna Andrushko
  • Karan Anand
  • Manvith M
  • Nishchay Rajput
  • Philipp Burckhardt
  • SAUJANYA MAGARDE
  • Vivek Maurya

0.2.2 (2024-07-28)

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-27)

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.