From 0aacf04af8bcff99b254fe38fea4baef2519c643 Mon Sep 17 00:00:00 2001 From: George Pimm Date: Thu, 21 Nov 2024 10:27:14 +0000 Subject: [PATCH] Fix changelog --- CHANGELOG.md | 7 ++++++- docs/requirements.txt | 2 +- python/pod5/pyproject.toml | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bbc99e..e529f73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ All notable changes, updates, and fixes to pod5 will be documented here The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.3.23] + +## Changed + +- Removed use of python `build` when building wheel in cmake. + ## [0.3.22] ## Added @@ -20,7 +26,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Refactored Multi-threading in `DatasetReader` to prevent too many open files errors - Updated dependency to `pyarrow~=18.0.0` for `python>=3.9` - Relaxed h5py python dependency -- Removed use of python `build` when building wheel in cmake. ## [0.3.21] diff --git a/docs/requirements.txt b/docs/requirements.txt index d0138e2..caef0db 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -2,4 +2,4 @@ sphinx-rtd-theme sphinx==v5.3.0 myst-parser # Paths are relative to project root for ReadTheDocs and docs/Makefile -pod5==0.3.22 +pod5==0.3.23 diff --git a/python/pod5/pyproject.toml b/python/pod5/pyproject.toml index fb95232..5847f78 100644 --- a/python/pod5/pyproject.toml +++ b/python/pod5/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ ] dependencies = [ - "lib_pod5 == 0.3.22", + "lib_pod5 == 0.3.23", "iso8601", 'importlib-metadata; python_version<"3.8"', "more_itertools",