Skip to content

Latest commit

 

History

History
223 lines (122 loc) · 6.15 KB

CHANGELOG.md

File metadata and controls

223 lines (122 loc) · 6.15 KB

CHANGELOG

Package changelog.

Unreleased (2025-04-07)

Commits

  • 630ddb7 - test: replace equal with strictEqual (by Karan Anand)
  • a1e230f - chore: clean up cppcheck-suppress comments (by Karan Anand)
  • dcb628f - bench: update randu to uniform for consistency (#6041) (by Harsh)
  • 850472b - docs: replace manual for loop in examples (#6182) (by Karan Anand)
  • 9708f63 - bench: refactor benchmarks in math/base/special/asec (#5959) (by Gururaj Gurram, Athan Reines)
  • c13062e - style: update to use tabs for indentation (by Philipp Burckhardt)
  • f13ddb2 - style: use spaces for alignment in C comments (by Philipp Burckhardt)
  • ff25e13 - docs: remove excess whitespace (by Philipp Burckhardt)
  • 2777e4b - bench: resolve lint errors in benchmarks (by Athan Reines)

Contributors

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

  • Athan Reines
  • Gururaj Gurram
  • Harsh
  • Karan Anand
  • Philipp Burckhardt

0.3.0 (2024-07-28)

Features

  • b86d26e - add C implementation for math/base/special/asec

Commits

  • 659f752 - style: add missing spaces (by Philipp Burckhardt)
  • 41d41e9 - test: include trailing newlines in Julia-generated JSON fixtures (by Philipp Burckhardt)
  • 9ed7d0e - chore: add missing trailing newlines (by Philipp Burckhardt)
  • f993937 - chore: use relative paths for internal requires (by Philipp Burckhardt)
  • 9c493c0 - test: fix test fixture generation and update meta data (#2123) (by Gunj Joshi)
  • d40dbaf - chore: update package meta data (#1812) (by stdlib-bot)
  • b86d26e - feat: add C implementation for math/base/special/asec (by Rejoan Sardar, Philipp Burckhardt, Pranav)

Contributors

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

  • Gunj Joshi
  • Philipp Burckhardt
  • Pranav Goswami
  • Rejoan Sardar

0.2.1 (2024-02-24)

No changes reported for this release.

0.2.0 (2024-02-14)

Commits

  • 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-10)

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

  • 58832ee - feat: update minimum TypeScript version (by Philipp Burckhardt)

Contributors

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

  • Philipp Burckhardt

0.0.1 (2022-11-03)

No changes reported for this release.