Skip to content

Commit

Permalink
version number and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
nico-franco-gomez committed Oct 24, 2024
1 parent 040dd8f commit a2af157
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,32 @@ adheres to `Semantic Versioning <http://semver.org/spec/v2.0.0.html>`_.
- Validation for results from tests in every module (so far many tests are
only regarding functionality)

`0.4.7 <https://pypi.org/project/dsptoolbox/0.4.7>`_ -
---------------------
Added
~~~~~
- new `dft` in ``transforms`` for computing DFTs with any resolution
- `lpc` in ``transforms``
- `ExponentialAverageFilter` in ``filterbanks``
- support for python 3.13

Misc
~~~~
- improved precision of parallel filter by adding a third feed-forward
coefficient to least-squares approximation
- replaced convolve with oaconvolve in multiple places for optimal handling
with different signal lengths
- made framed signal methods available in ``dsptoolbox.tools``
- general doc corrections and additions
- added numba as new dependency for parallelizing some functions. It will be
installed and used automatically if the current python environment is 3.12 or
below. Support for numba and python 3.13 is not yet available.

Bugfix
~~~~~~
- fixed problem with group delay designer
- fixed a problem with array dimensions in autoregressive coefficients estimation

`0.4.6 <https://pypi.org/project/dsptoolbox/0.4.6>`_ -
---------------------

Expand Down
2 changes: 1 addition & 1 deletion dsptoolbox/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,4 @@
"tools",
]

__version__ = "0.4.6"
__version__ = "0.4.7"

0 comments on commit a2af157

Please sign in to comment.