Skip to content

Releases: nikdon/pyEntropy

2.1.0

26 Nov 20:59
ecd36e0

Choose a tag to compare

2.1.0 (2025-11-26)

Features

  • build: add support for Python 3.14

Full Changelog: 2.0.0...2.1.0

2.0.0

04 Jul 16:11
23fa32f

Choose a tag to compare

What's Changed

Full Changelog: 0.8.5...2.0.0

1.0.0

06 Jul 20:03

Choose a tag to compare

What's Changed

BREAKING CHANGE

  • remove deprecated function _embed

Refactor

  • update ruff lint rules and fix tests
  • use math.factorial instead of np.math.factorial

Full Changelog: 0.9.0...1.0.0

0.9.0

20 Dec 13:31

Choose a tag to compare

What's Changed

  • 0.9.0 (2023-12-20)
    BREAKING CHANGE
    remove support of python 3.8

Full Changelog: 0.8.5...0.9.0

0.8.5

27 Sep 07:55
2c96524

Choose a tag to compare

What's Changed

  • refactor(entropy.py): refactoring of all functions and docstrings by @nikdon in #28
  • docs(README.md): new section about the ways to contribute by @nikdon in #29
  • Add support for python 3.11 by @nikdon in #40
  • build: add support for python 3.12 by @nikdon in #41
  • build: release 0.8.5 by @nikdon in #42

Full Changelog: 0.8.4...0.8.5

0.8.4

18 Jun 16:18

Choose a tag to compare

What's Changed

  • Optimisation of Shannon Entropy function by @nikdon in #27

Full Changelog:

0.8.3

09 Jun 00:52

Choose a tag to compare

What's Changed

  • Fixes to publishing by @nikdon in #26
  • fix: use 1d vector for cmse output by @jvdd in #21

New Contributors

  • @jvdd made their first contribution in #21

Full Changelog: 0.8.2...0.8.3

0.8.2

05 Jun 12:02

Choose a tag to compare

0.8.2 (2023-06-05)

0.8.1 (2023-06-05)

0.8.0 (2023-06-04)

Refactor

  • major cleanup of the repository with new ci/cd and updates to build and dependencies

0.7.1

24 Jun 22:40

Choose a tag to compare

  • Minor changes to setup.py to make the project's page nice

0.7.0

24 Jun 22:19

Choose a tag to compare

0.7.0

  • #19 - weighted_permutation_entropy