Skip to content

Latest commit

 

History

History
177 lines (93 loc) · 4.17 KB

File metadata and controls

177 lines (93 loc) · 4.17 KB

CHANGELOG

Package changelog.

0.2.2 (2026-02-08)

No changes reported for this release.

0.2.1 (2026-01-31)

Bug Fixes

  • aa59ef8 - pass in correct number of arguments

Commits

Details
  • aa59ef8 - fix: pass in correct number of arguments (by Philipp Burckhardt)

Contributors

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

  • Philipp Burckhardt

0.2.0 (2024-07-29)

Features

  • fd396b3 - add boolean dtype support to array/base/count-same-value (#2473)

Commits

Details
  • 32bbcb3 - refactor: update paths (by Athan Reines)
  • ed9c0a5 - refactor: update paths (by Athan Reines)
  • fd396b3 - feat: add boolean dtype support to array/base/count-same-value (#2473) (by Jaysukh Makvana, Athan Reines)
  • 75d4f83 - refactor: update require and include paths (by Athan Reines)
  • e3eff9b - docs: add same value example (by Athan Reines)
  • e925974 - docs: add notes concerning algorithm (by Athan Reines)
  • 9d7da34 - test: add test case to ensure full test coverage (by Athan Reines)
  • 215a6ec - docs: clean-up examples and descriptions (by Athan Reines)

Contributors

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

  • Athan Reines
  • Jaysukh Makvana

0.1.1 (2024-02-25)

No changes reported for this release.

0.1.0 (2024-02-24)

Features

Closed Issues

This release closes the following issue:

#1325

Commits

Details
  • 634044b - feat: add array/base/count-same-value (#1339) (by Karthik Prakash, Athan Reines)

Contributors

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

  • Athan Reines
  • Karthik Prakash