Skip to content

Latest commit

 

History

History
112 lines (60 loc) · 2.77 KB

CHANGELOG.md

File metadata and controls

112 lines (60 loc) · 2.77 KB

CHANGELOG

Package changelog.

Unreleased (2024-07-07)

Features

  • 78524df - add C implementation for math/base/special/boxcox1pinv

Commits

  • a78f7d1 - style: add missing spaces (by Philipp Burckhardt)
  • 9ed7d0e - chore: add missing trailing newlines (by Philipp Burckhardt)
  • d27da5d - chore: update package meta data (##1926) (by stdlib-bot, Athan Reines)
  • 78524df - feat: add C implementation for math/base/special/boxcox1pinv (by Rejoan Sardar, Pranav)

Contributors

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

  • Athan Reines
  • Philipp Burckhardt
  • Pranav
  • Rejoan Sardar

0.2.1 (2024-02-24)

Features

  • 58832ee - update minimum TypeScript version

BREAKING CHANGES

  • 58832ee: update minimum TypeScript version

  • 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)
  • b734544 - refactor: use strictEqual checks (by Philipp Burckhardt)

Contributors

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

  • Philipp Burckhardt