release: 2.1.0#9
Merged
Merged
Conversation
Bump version to 2.1.0 and finalize the CHANGELOG for the release: library reorganization + public-API standardization (breaking, mechanical renames), int/float stream dtypes, EdgeTrigger debounce, enforced NumPy docstrings, Windows session-save reliability + leaked-handle fixes, VHI connection backoff, and Linux+Windows CI running the doc/example test suites.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Version bump to 2.1.0 + finalized release notes.
Bumps
pyproject.toml(anduv.lock) to2.1.0and converts the CHANGELOG[Unreleased]section into## [2.1.0] - 2026-06-07.Highlights (see CHANGELOG for the full old → new migration map):
sources/outputs/ml/recipes/session/vhi/widgets/bridges), unit-suffixed durations (_ms/_s),hz/*_hzrates,n_counts, spelled-out names. Most top-level imports are unchanged via facades; a few moved (myogestic.interfaces→vhi,models/contrib→recipes, persistence→ml).pack_to_zipno longer fails withWinError 32; session readers (open_session_store/ReplaySource/window iterators) release the.session.ziphandle (Sessionis now closeable / a context manager).float32),EdgeTrigger(n_stable_ticks=)debounce, enforced NumPy docstrings.Release notes reviewed for accuracy with Codex.
After merge, tag
v2.1.0onmainto trigger the PyPI publish workflow.