Skip to content

Latest commit

 

History

History
475 lines (298 loc) · 26.2 KB

File metadata and controls

475 lines (298 loc) · 26.2 KB

CHANGELOG

Package changelog.

Unreleased (2026-05-19)

Commits

Details
  • 9e72d5a - docs: update related packages sections (#12185) (by stdlib-bot)
  • 622d150 - docs: update related packages sections (#12139) (by stdlib-bot)
  • 795cdc0 - docs: update related packages sections (#12122) (by stdlib-bot)
  • 508cffa - docs: update related packages sections (#12106) (by stdlib-bot)
  • 3a9fd26 - docs: update related packages sections (#12097) (by stdlib-bot)
  • 8ef0632 - docs: update related packages sections (#12089) (by stdlib-bot, Athan Reines)
  • 3f792d9 - bench: refactor to use string interpolation in random/base (#11423) (by Karan Anand)
  • 4574e32 - bench: add factory benchmarks to random/base PRNGs (#11563) (by Philipp Burckhardt)
  • 46881ca - bench: refactor to use string interpolation inrandom/base/geometric (#10229) (by Shubham)
  • 3a78025 - bench: refactor to use string interpolation in random/base/frechet (#10231) (by Shubham)
  • 8278221 - bench: refactor to use string interpolation in random/base/exponential (#10230) (by Shubham)
  • 5ba7ff8 - bench: refactor to use string interpolation in random/base/f (#10232) (by Shubham)

Contributors

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

  • Athan Reines
  • Karan Anand
  • Philipp Burckhardt
  • Shubham

0.2.3 (2026-02-08)

No changes reported for this release.

0.2.2 (2026-01-31)

Bug Fixes

  • b082d29 - update include paths and reorder includes
  • 40b01fb - update include paths and refactor branching logic
  • 5939fb1 - update include paths and refactor branching logic
  • e1296c1 - update include paths and reorder includes
  • 7ef177c - update include paths and reorder includes
  • 51ab6ca - update include paths and reorder includes
  • ff528da - address lint error
  • 09483ae - update documentation to reflect correct seed range

Closed Issues

A total of 4 issues were closed in this release:

#1963, #6236, #7148, #9072

Commits

Details
  • a06cfdd - chore: fix C lint errors (#9073) (by Geo Daoyu, Athan Reines)
  • 47088cc - docs: fix TSDoc comments example code and return annotation values (by Philipp Burckhardt)
  • 14fbe2a - docs: clean-up TypeScript declarations example code (by Philipp Burckhardt)
  • 6f85067 - test: fix malformed test descriptions from strictEqual migration (by Philipp Burckhardt)
  • 7add020 - 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)
  • 54da286 - test: use .strictEqual() instead of .equal() and fix lint errors (by Philipp Burckhardt)
  • 77867ac - docs: remove trailing whitespace (by Philipp Burckhardt)
  • 504a3f1 - style: fix indentation in JSON files (by Philipp Burckhardt)
  • 45867ff - chore: fix EditorConfig lint errors (#7179) (by Karan Vasudevamurthy, Athan Reines)
  • 366925e - chore: minor clean-up (by Philipp Burckhardt)
  • 56e6ec9 - docs: fix parameter descriptions (by Athan Reines)
  • a464a60 - chore: fix EditorConfig lint errors (#6246) (by MANI, Athan Reines)
  • 8805742 - chore: resolve lint errors in random/base/minstd (#6498) (by Abdul Kaium, Athan Reines)
  • 03ee1fb - docs: fix description (by Athan Reines)
  • 5fc6df0 - docs: fix description (by Athan Reines)
  • a6dc859 - refactor: use array base assertion utility (by Athan Reines)
  • d9c2e28 - docs: update examples (by Athan Reines)
  • 05cdb8f - docs: update examples (by Athan Reines)
  • d2fa5d2 - docs: update example (by Athan Reines)
  • 3eb6fa4 - docs: update examples (by Athan Reines)
  • 5260d13 - refactor: update paths (by Gururaj Gurram)
  • 8c7dff3 - refactor: move variable declaration (by Athan Reines)
  • b082d29 - fix: update include paths and reorder includes (by Athan Reines)
  • 3c8a4d5 - docs: update note (by Athan Reines)
  • ee0c409 - docs: update note (by Athan Reines)
  • 40b01fb - fix: update include paths and refactor branching logic (by Athan Reines)
  • 5939fb1 - fix: update include paths and refactor branching logic (by Athan Reines)
  • 5be9674 - style: update include order (by Athan Reines)
  • e1296c1 - fix: update include paths and reorder includes (by Athan Reines)
  • 1467fde - docs: fix include paths in examples (by Athan Reines)
  • faa4da3 - docs: fix include paths in examples (by Athan Reines)
  • 7ef177c - fix: update include paths and reorder includes (by Athan Reines)
  • 51ab6ca - fix: update include paths and reorder includes (by Athan Reines)
  • 8a15baa - docs: update related packages sections (#4425) (by stdlib-bot)
  • d88905f - docs: fix parameter descriptions in Weibull distribution packages (by Philipp Burckhardt)
  • b87254d - docs: fix parameter descriptions in Weibull distribution packages (by Philipp Burckhardt)
  • 90e96d0 - chore: minor clean-up (by Philipp Burckhardt)
  • 8553770 - chore: minor clean-up (by Philipp Burckhardt)
  • 2777e4b - bench: resolve lint errors in benchmarks (by Athan Reines)
  • d04dcbd - docs: remove private annotations in C comments (by Philipp Burckhardt)
  • a78f7d1 - style: add missing spaces (by Philipp Burckhardt)
  • aaa391a - chore: fix typos (by Philipp Burckhardt)
  • 3be9ed0 - docs: update related packages sections (#2221) (by stdlib-bot)
  • 9ed7d0e - chore: add missing trailing newlines (by Philipp Burckhardt)
  • ff528da - fix: address lint error (by Athan Reines)
  • 09483ae - fix: update documentation to reflect correct seed range (by Athan Reines)
  • 28433d6 - docs: clean-up C function parameter and return annotations (by Philipp Burckhardt)
  • 9f2bf9c - docs: update related packages sections (#1907) (by stdlib-bot)
  • f626157 - docs: update related packages sections (#1744) (by stdlib-bot)

Contributors

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

  • Abdul Kaium
  • Athan Reines
  • Geo Daoyu
  • Gururaj Gurram
  • Karan Vasudevamurthy
  • MANI
  • Philipp Burckhardt

0.2.1 (2024-02-25)

Features

BREAKING CHANGES

  • 31aff93: deprecate C APIs in favor of random/base/shared

    • To migrate, users should explicitly depend on @stdlib/random-base/shared and update their include paths accordingly.

Commits

Details
  • 6236c9f - chore: update package meta data (#1377) (by stdlib-bot, Athan Reines)
  • 31aff93 - remove: remove C APIs in favor of random/base/shared (by Athan Reines)
  • 3f6ef04 - refactor: use shared package (by Athan Reines)
  • 9b5486c - refactor: use shared package (by Athan Reines)
  • 019b3ce - refactor: use shared package (by Athan Reines)
  • 382c8bb - refactor: use shared package (by Athan Reines)
  • 748d77d - refactor: use shared package (by Athan Reines)
  • 00ca7c2 - refactor: use shared package (by Athan Reines)
  • bc091c6 - style: address compiler warnings (by Athan Reines)
  • 03d7a3a - feat: add random/base/shared (by Athan Reines)
  • 1dc5966 - docs: update related packages sections (#1361) (by stdlib-bot)
  • 4315e33 - docs: update related packages sections (#1320) (by stdlib-bot)

Contributors

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

  • Athan Reines

0.2.0 (2024-02-15)

Bug Fixes

  • 80199f6 - update variable name to reflect arity

Commits

Details
  • 7137673 - docs: update related packages sections (#1315) (by stdlib-bot)
  • 0b15ebe - docs: update related packages sections (#1310) (by stdlib-bot)
  • d675ecd - docs: update related packages sections (#1309) (by stdlib-bot)
  • 6008b22 - docs: update related packages sections (#1308) (by stdlib-bot)
  • 97992ab - docs: update related packages sections (#1301) (by stdlib-bot)
  • 42b1c7e - docs: update related packages sections (#1290) (by stdlib-bot)
  • 2786c2e - docs: update related packages sections (#1283) (by stdlib-bot)
  • afa953b - docs: update related packages sections (#1281) (by stdlib-bot)
  • 20b6f2f - docs: update related packages sections (#1280) (by stdlib-bot)
  • 4448d6e - docs: update related packages sections (#1277) (by stdlib-bot)
  • f04074a - docs: update related packages sections (#1276) (by stdlib-bot)
  • a2158dd - docs: update related packages sections (#1275) (by stdlib-bot)
  • ebc4ef4 - docs: update related packages sections (#1273) (by stdlib-bot)
  • c5ec686 - docs: update related packages sections (#1272) (by stdlib-bot)
  • 1e909db - docs: update related packages sections (#1267) (by stdlib-bot)
  • 80199f6 - fix: update variable name to reflect arity (by Athan Reines)
  • 4368c3b - chore: fix variable names (by Philipp Burckhardt)
  • 6e77487 - chore: fix variable names (by Philipp Burckhardt)
  • dea49e0 - docs: use single quotes in require calls instead of backticks (by Philipp Burckhardt)
  • 8ef1f9e - docs: update related packages sections (#1233) (by stdlib-bot)

Contributors

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

  • Athan Reines
  • Philipp Burckhardt

0.1.1 (2023-12-20)

Commits

Details
  • 9502ed2 - build: replace tslint directive with eslint equivalent (by Philipp Burckhardt)
  • d73bbf4 - build: replace lint directives (by Philipp Burckhardt)
  • 453dd85 - build: remove tslint 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

  • efe050d - update minimum TypeScript version

BREAKING CHANGES

  • efe050d: update minimum TypeScript version to 4.1

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

Commits

Details
  • efe050d - feat: update minimum TypeScript version (by Philipp Burckhardt)
  • f816a7a - build: add backslashes and always include a sign (by Philipp Burckhardt)
  • fd84d3b - build: swallow curl errors (by Philipp Burckhardt)
  • 41ffb52 - build: include change in coverage (by Philipp Burckhardt)
  • 64c8e5a - build: add further backslashes and remove blank comments (by Philipp Burckhardt)
  • 33a5bc7 - build: color by whether full code coverage has been achieved (by Philipp Burckhardt)
  • 238c3f8 - build: update checkout settings and push URL (by Philipp Burckhardt)
  • 8bd8737 - build: upload coverage reports (by Philipp Burckhardt)
  • 10c6209 - test: use strictEqual checks (by Philipp Burckhardt)
  • e7f78f9 - refactor: swap out copy for assign in base random packages (by Philipp Burckhardt)
  • 28e1c84 - docs: resolve C lint errors (by Athan Reines)

Contributors

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

  • Athan Reines
  • Philipp Burckhardt

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.