Skip to content

Latest commit

 

History

History
123 lines (66 loc) · 3.28 KB

CHANGELOG.md

File metadata and controls

123 lines (66 loc) · 3.28 KB

CHANGELOG

Package changelog.

0.2.0 (2024-07-29)

Features

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

Commits

  • 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

  • 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