Skip to content

Latest commit

 

History

History
293 lines (158 loc) · 8.02 KB

File metadata and controls

293 lines (158 loc) · 8.02 KB

CHANGELOG

Package changelog.

Unreleased (2026-06-13)

Commits

Details
  • c73c8b3 - bench: refactor to use string interpolation in math/base/special (#11387) (by Karan Anand)

Contributors

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

  • Karan Anand

0.3.1 (2026-02-08)

No changes reported for this release.

0.3.0 (2026-01-30)

Features

  • 42aab9b - update math/base/special/cabsf to accept stdlib complex numbers (#3358)

BREAKING CHANGES

  • 42aab9b: use stdlib C complex64 dtype

    • To migrate, users should provide a value having the type stdlib_complex64_t, rather than a built-in C99 single-precision complex dtype. This dtype is available via the package @stdlib/complex-float32/ctor.

Closed Issues

This release closes the following issue:

#3357

Commits

Details
  • 736b37a - chore: add structured package data for math/base/special/cabsf (#8272) (by Nakul Krishnakumar, Athan Reines)
  • 630ddb7 - test: replace equal with strictEqual (by Karan Anand)
  • cbffd97 - test: add tests for C99 edge cases (#6519) (by Karan Anand)
  • a1e230f - chore: clean up cppcheck-suppress comments (by Karan Anand)
  • 42aab9b - feat: update math/base/special/cabsf to accept stdlib complex numbers (#3358) (by Aayush Khanna, stdlib-bot)

Contributors

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

  • Aayush Khanna
  • Athan Reines
  • Karan Anand
  • Nakul Krishnakumar

0.2.2 (2024-07-28)

Commits

Details
  • 2777e4b - bench: resolve lint errors in benchmarks (by Athan Reines)
  • 8d4c46b - refactor: update paths (by Athan Reines)
  • ed9c0a5 - refactor: update paths (by Athan Reines)
  • 3a3b1e0 - docs: update package URLs (#2269) (by stdlib-bot)
  • 8089b88 - docs: update paths (by Athan Reines)
  • 038b199 - docs: update paths (by Athan Reines)
  • 75d4f83 - refactor: update require and include paths (by Athan Reines)
  • 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 2 people contributed to this release. Thank you to the following contributors:

  • Athan Reines
  • Philipp Burckhardt

0.2.1 (2024-02-24)

No changes reported for this release.

0.2.0 (2024-02-14)

Commits

Details
  • dea49e0 - docs: use single quotes in require calls instead of backticks (by Philipp Burckhardt)
  • 215dfe6 - docs: update links (by Athan Reines)

Contributors

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

  • Athan Reines
  • Philipp Burckhardt

0.1.0 (2023-09-24)

Features

  • 58832ee - update minimum TypeScript version

Bug Fixes

  • 32a2827 - update import paths for complex type defs

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)
  • 32a2827 - fix: update import paths for complex type defs (by Athan Reines)
  • b9e414a - docs: resolve C lint errors (by Athan Reines)
  • 28e1c84 - docs: resolve C lint errors (by Athan Reines)
  • c5da1f9 - docs: render equations via math code blocks (by Philipp Burckhardt)

Contributors

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

  • Athan Reines
  • Philipp Burckhardt

0.0.1 (2022-02-16)

No changes reported for this release.