Skip to content

Commit

Permalink
Merge branch 'gpimm/fix_changelog' into 'master'
Browse files Browse the repository at this point in the history
Fix changelog

See merge request minknow/pod5-file-format!376
  • Loading branch information
0x55555555 committed Nov 21, 2024
2 parents 71d6968 + 0aacf04 commit e500eec
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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]

Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion python/pod5/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit e500eec

Please sign in to comment.