Skip to content

Commit 0dd39f2

Browse files
committed
v0.10.0
1 parent d196133 commit 0dd39f2

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ adheres to `Semantic Versioning <http://semver.org/spec/v2.0.0.html>`_.
1111
`Unreleased`_
1212
-------------
1313

14+
Nothing yet.
15+
16+
17+
`0.10.0`_ - 2026-04-01
18+
----------------------
19+
1420
`Ray Tracing Directivity`
1521
~~~~~~~~~~~~~~~~~~~~~~~~~
1622

@@ -80,6 +86,7 @@ Bugfix
8086
- Fixes issue #421: When generating a highpass filtered room impulse response make
8187
sure that the output is a memory contiguous NumPy array.
8288

89+
8390
`0.9.0`_ - 2025-12-07
8491
---------------------
8592

@@ -816,7 +823,8 @@ Changed
816823
``pyroomacoustics.datasets.timit``
817824

818825

819-
.. _Unreleased: https://github.com/LCAV/pyroomacoustics/compare/v0.9.0...master
826+
.. _Unreleased: https://github.com/LCAV/pyroomacoustics/compare/v0.10.0...master
827+
.. _0.10.0: https://github.com/LCAV/pyroomacoustics/compare/v0.9.0...v0.10.0
820828
.. _0.9.0: https://github.com/LCAV/pyroomacoustics/compare/v0.8.6...v0.9.0
821829
.. _0.8.6: https://github.com/LCAV/pyroomacoustics/compare/v0.8.5...v0.8.6
822830
.. _0.8.5: https://github.com/LCAV/pyroomacoustics/compare/v0.8.4...v0.8.5

pyroomacoustics/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.9.0"
1+
__version__ = "0.10.0"

0 commit comments

Comments
 (0)