Skip to content

v0.6.1

Choose a tag to compare

@Zeitsperre Zeitsperre released this 03 Mar 20:20
· 238 commits to main since this release
v0.6.1
26bbbde

Contributors: Éric Dupuis (@coxipi), Trevor James Smith (@Zeitsperre).

Fixes

  • Replace deprecated numpy.in1d call with numpy.isin. (GH/260, PR/261).

Internal changes

  • Updated pre-commit hooks and ignored ruff rule D420 due to a bug in its implementation. (PR/263).