Skip to content

🤖 deps(pip): Update antropy requirement from ==0.1.* to >=0.1,<0.3#40

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/main/antropy-gte-0.1-and-lt-0.3
Open

🤖 deps(pip): Update antropy requirement from ==0.1.* to >=0.1,<0.3#40
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/main/antropy-gte-0.1-and-lt-0.3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 9, 2026

Updates the requirements on antropy to permit the latest version.

Release notes

Sourced from antropy's releases.

Antropy v0.2.1

See full changelog at https://raphaelvallat.com/antropy/changelog.html

What's Changed

Full Changelog: raphaelvallat/antropy@v0.2.0...v0.2.1

Changelog

Sourced from antropy's changelog.

v0.2.1 (March 2026)

Bug fixes

  • Fix off-by-one in :py:func:antropy.higuchi_fd: the inner loop summed :math:N_m - 1 differences per sub-series instead of the correct :math:N_m, causing a systematic underestimate of curve length. Verified against the NeuroKit2 reference implementation.
  • :py:func:antropy.sample_entropy now returns np.nan (instead of 0) when no template of length m matches within the tolerance, since the entropy is mathematically undefined in that case.
  • Fix silent epsilon = 10e-9 (= 1e-8) typo in utils.py; corrected to 1e-9. This constant guards against division-by-zero in the Numba linear regression used by :py:func:antropy.detrended_fluctuation.
  • Fix all = [...]__all__ = [...] in all three source modules, which previously leaked imported names (np, jit, KDTree, …) into the public namespace on from antropy import *.

New features

  • :py:func:antropy.hjorth_params gains an optional sf parameter. When provided, mobility is returned in Hz instead of samples⁻¹ (multiplied by sf); complexity is unaffected.

Validation

  • User-facing assert statements replaced with proper ValueError / TypeError raises throughout (asserts are silently stripped by python -O): perm_entropy(delay=0), spectral_entropy(method=…), app_entropy/sample_entropy(tolerance=…), and lziv_complexity(sequence=…, normalize=…).

Docs

  • Docstring formula for :py:func:antropy.higuchi_fd corrected to match the fix above (:math:\sum_{j=1}^{N_m} not :math:\sum_{j=1}^{N_m-1}).
  • Added notes to :py:func:antropy.lziv_complexity (float arrays are truncated to uint32, not discretised — binarise continuous signals first), :py:func:antropy.num_zerocross (signbit(0) == False behaviour), :py:func:antropy.spectral_entropy (DC component included), :py:func:antropy.detrended_fluctuation (:math:\alpha \approx 1 is ambiguous), and :py:func:antropy.hjorth_params (mobility units).

v0.2.0 (March 2026)

Build & CI

  • Drop Python 3.9 (EOL), add Python 3.13 support. Minimum is now Python 3.10.

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [antropy](https://github.com/raphaelvallat/antropy) to permit the latest version.
- [Release notes](https://github.com/raphaelvallat/antropy/releases)
- [Changelog](https://github.com/raphaelvallat/antropy/blob/master/docs/changelog.rst)
- [Commits](raphaelvallat/antropy@0.1.0...v0.2.1)

---
updated-dependencies:
- dependency-name: antropy
  dependency-version: 0.2.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Mar 9, 2026

Assignees

The following users could not be added as assignees: dependabot. Either the username does not exist or it does not have the correct permissions to be added as an assignee.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot added the dependabot-python Dependabot changes for python versions label Mar 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependabot-python Dependabot changes for python versions

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants