Skip to content

Commit

Permalink
Pre-release 0.9: header packet filtering support.
Browse files Browse the repository at this point in the history
- support for generic container filters
- simple base class for header-only filters
- filter for removing unreadable packets
- filter for duplicating readable packets for new recipient(s)
- major refactoring of internal container implementation modules structure
- move from ABC to Protocol
- documentation for the new interfaces
  • Loading branch information
dzoep committed Oct 29, 2024
1 parent a84c08d commit e5922a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "oarepo_c4gh"
version = "0.8"
version = "0.9"
authors = [
{ name = "Dominik Pantůček", email = "[email protected]" }
]
Expand Down

0 comments on commit e5922a6

Please sign in to comment.