Skip to content

Latest commit

 

History

History
339 lines (189 loc) · 10.8 KB

File metadata and controls

339 lines (189 loc) · 10.8 KB

CHANGELOG

Package changelog.

Unreleased (2026-05-31)

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.2.3 (2026-02-07)

Reverts

  • 4a75f6d - undo commits adding tests for full code coverage
  • 1dd3fdc - chore: update to modern benchmark Makefile

Commits

Details
  • b15e507 - docs: improve doctests for complex number instances in math/base/special/cinv (#9024) (by Aryan kumar)
  • de0ed69 - chore: add structured package data for math/base/special/cinv (#8703) (by Aman Singh)
  • 4a75f6d - revert: undo commits adding tests for full code coverage (by Philipp Burckhardt)
  • da465f5 - test: add tests to achieve full coverage in cinv and cinvf (by Philipp Burckhardt)
  • f63f8df - style: remove header section comments from C files (by Philipp Burckhardt)
  • 3d16892 - docs: update related packages sections (#7369) (by stdlib-bot)
  • 57ef247 - docs: fix incorrect require path for Complex128Array (by Karan Anand)
  • ba76851 - docs: replace manual for loop in examples (by Karan Anand)
  • 24c131a - docs: fix missing asterisk (by Karan Anand)
  • 8a365fc - bench: refactor random number generation math/base/special/cexp* (#5888) (by Saurabh Singh, Athan Reines, stdlib-bot)
  • a1e230f - chore: clean up cppcheck-suppress comments (by Karan Anand)
  • 1c8af8c - refactor: replace fmax with stdlib_base_max (#6367) (by Karan Anand)
  • 3bad287 - refactor: update paths (by Gururaj Gurram)
  • b0e68c5 - chore: update to modern benchmark Makefile (by Philipp Burckhardt)
  • 1dd3fdc - revert: chore: update to modern benchmark Makefile (by Philipp Burckhardt)
  • cdaf16f - chore: update to modern benchmark Makefile (by Philipp Burckhardt)

Contributors

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

  • Aman Singh
  • Aryan kumar
  • Athan Reines
  • Gururaj Gurram
  • Karan Anand
  • Philipp Burckhardt
  • Saurabh Singh

0.2.2 (2024-07-28)

Bug Fixes

Commits

Details
  • 2777e4b - bench: resolve lint errors in benchmarks (by Athan Reines)
  • 32bbcb3 - refactor: update paths (by Athan Reines)
  • ed9c0a5 - refactor: update paths (by Athan Reines)
  • 8908bda - refactor: update paths (by Athan Reines)
  • a78f7d1 - style: add missing spaces (by Philipp Burckhardt)
  • 038b199 - docs: update paths (by Athan Reines)
  • cf3f92e - fix: update include 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)

Contributors

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

  • Philipp Burckhardt

0.1.0 (2023-09-24)

Features

  • 58832ee - update minimum TypeScript version
  • 70a1973 - refactor to remove out argument and add C implementation (#981)

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.
  • 70a1973: remove support for out argument and use complex number objects

    • To migrate, consumers need to use complex number objects.

Commits

Details
  • 58832ee - feat: update minimum TypeScript version (by Philipp Burckhardt)
  • 32a2827 - fix: update import paths for complex type defs (by Athan Reines)
  • a37ebe2 - docs: remove empty lines (by Philipp Burckhardt)
  • 40f61ce - chore: update package meta data (#1071) (by stdlib-bot, Athan Reines)
  • 70a1973 - feat: refactor to remove out argument and add C implementation (#981) (by Stephannie Jiménez Gacha, Athan Reines)

Contributors

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

  • Athan Reines
  • Philipp Burckhardt
  • Stephannie Jiménez Gacha

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.