From d2e84ac00222797fb2a7f1fa2d7613017d468807 Mon Sep 17 00:00:00 2001 From: Yannick Jadoul Date: Tue, 30 Jul 2024 16:06:23 +0200 Subject: [PATCH] Update changelog and bump version to 0.4.4 --- CHANGELOG.md | 7 ++++++- src/version.h | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 415748a6..bc3a663a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a _Nothing yet_ +## [0.4.4] - 2024-07-30 +### Fixed +- Fixed compatibility with NumPy 2. + ## [0.4.3] - 2022-12-24 ### Fixed - Fixed source distribution failing to build, due to `scikit-build` & `setuptools` version mismatch in `pyproject.toml`. @@ -119,7 +123,8 @@ _Nothing yet_ - Main functionality of `Thing`, `Data`, `Matrix`, `Vector`, `Sound`, `Spectrum`, `Spectrogram`, and `Intensity` classes. Preliminary implementations of `Pitch`, `Harmonicity`, `Formant`, and `MFCC`. - Basic Travis CI configuration. -[Unreleased]: https://github.com/YannickJadoul/Parselmouth/compare/v0.4.3...HEAD +[Unreleased]: https://github.com/YannickJadoul/Parselmouth/compare/v0.4.4...HEAD +[0.4.4]: https://github.com/YannickJadoul/Parselmouth/compare/v0.4.3...v0.4.4 [0.4.3]: https://github.com/YannickJadoul/Parselmouth/compare/v0.4.2...v0.4.3 [0.4.2]: https://github.com/YannickJadoul/Parselmouth/compare/v0.4.1...v0.4.2 [0.4.1]: https://github.com/YannickJadoul/Parselmouth/compare/v0.4.0...v0.4.1 diff --git a/src/version.h b/src/version.h index 3deae717..f8c01edb 100644 --- a/src/version.h +++ b/src/version.h @@ -17,4 +17,4 @@ * along with Parselmouth. If not, see */ -#define PARSELMOUTH_VERSION 0.4.3 +#define PARSELMOUTH_VERSION 0.4.4