Skip to content

Latest commit

 

History

History
355 lines (196 loc) · 10.7 KB

File metadata and controls

355 lines (196 loc) · 10.7 KB

CHANGELOG

Package changelog.

Unreleased (2026-07-25)

Commits

Details
  • b953edd - refactor: use constants/float64/nan and clean-up (#13585) (by Philipp Burckhardt)
  • b798757 - test: migrate math/base/special/log2 to ULP-based testing (#12763) (by Philipp Burckhardt)
  • 8c2f1cf - bench: refactor to use string interpolation in math/base/special (#11389) (by Karan Anand)

Contributors

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

  • Karan Anand
  • Philipp Burckhardt

0.3.1 (2026-02-08)

Reverts

  • d8a4cfb - chore: update to modern benchmark Makefile

Closed Issues

This release closes the following issue:

#6499

Commits

Details
  • 1b2c035 - chore: add structured package data for math/base/special/log2 (#7989) (by Lokesh Ranjan, Athan Reines)
  • aa8b15b - docs: minor clean-up (by Philipp Burckhardt)
  • c9cacbf - test: add tests for IEEE 754-2019 compliance (#6571) (by Karan Anand, stdlib-bot)
  • 630ddb7 - test: replace equal with strictEqual (by Karan Anand)
  • 5c0b04d - chore: address commit comments for commit bb378ff (issue #6499) (#6565) (by PrathamBhamare)
  • a1e230f - chore: clean up cppcheck-suppress comments (by Karan Anand)
  • bb378ff - docs: replace manual for loop in examples (#6472) (by Harsh Yadav)
  • 2decebf - chore: update package meta data (#6447) (by stdlib-bot)
  • 3a6a913 - bench: update random value generation (#6377) (by Harsh Yadav)
  • a644ffe - chore: remove obsolete accuracy and precision scripts (#6435) (by Karan Anand)
  • 4301694 - docs: update related packages sections (#4362) (by stdlib-bot)
  • e450426 - bench: add missing native suffix (by Philipp Burckhardt)
  • b0e68c5 - chore: update to modern benchmark Makefile (by Philipp Burckhardt)
  • d8a4cfb - revert: chore: update to modern benchmark Makefile (by Philipp Burckhardt)
  • 97a27cf - chore: update to modern benchmark Makefile (by Philipp Burckhardt)
  • 55ec8ed - docs: remove comment (by Athan Reines)
  • 2777e4b - bench: resolve lint errors in benchmarks (by Athan Reines)

Contributors

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

  • Athan Reines
  • Harsh Yadav
  • Karan Anand
  • Lokesh Ranjan
  • Philipp Burckhardt
  • PrathamBhamare

0.3.0 (2024-07-27)

Features

  • d8f6700 - add C implementation for math/base/special/log2

Commits

Details
  • 65619f9 - refactor: use signed integers for math/base/special/log2 (#2295) (by Gunj Joshi)
  • 0d3be2c - chore: update package meta data (#2192) (by stdlib-bot, Athan Reines)
  • be5ece8 - refactor: update math/base/special/log2 implementation (#2172) (by Gunj Joshi, Athan Reines)
  • 41d41e9 - test: include trailing newlines in Julia-generated JSON fixtures (by Philipp Burckhardt)
  • 9ed7d0e - chore: add missing trailing newlines (by Philipp Burckhardt)
  • dc20da0 - chore: update package meta data (#1856) (by stdlib-bot, Philipp Burckhardt)
  • d8f6700 - feat: add C implementation for math/base/special/log2 (by Aman Bhansali, Pranav, Athan Reines)

Contributors

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

  • Aman Bhansali
  • Athan Reines
  • Gunj Joshi
  • Philipp Burckhardt
  • Pranav Goswami

0.2.1 (2024-02-22)

No changes reported for this release.

0.2.0 (2024-02-14)

Commits

Details
  • 215dfe6 - docs: update links (by Athan Reines)

Contributors

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

  • Athan Reines

0.1.1 (2023-10-09)

No changes reported for this release.

0.1.0 (2023-09-23)

Features

  • 58832ee - update minimum TypeScript version

BREAKING CHANGES

  • 58832ee: update minimum TypeScript version to 4.1

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

Commits

Details
  • 58832ee - feat: update minimum TypeScript version (by Philipp Burckhardt)
  • a37ebe2 - docs: remove empty lines (by Philipp Burckhardt)
  • b734544 - refactor: use strictEqual checks (by Philipp Burckhardt)
  • c5da1f9 - 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-11-15)

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.