Conversation
… injection - fix(base): resolve Ouroboros RecursionError via thread-local cycle detector - fix(base): enforce strict SemanticMismatchError on __invert__ for anonymous units - fix(dataset): fix f_locals stack depth and implement ragged boolean masking - fix(engine): inject active_context to .to() preventing Currency/Mach amnesia - fix(build): add missing 'packaging' dependency to pyproject.toml
fix(core): overhaul algebraic stability, dataset masking, and context…
…random engine with strict RandomState
…d update scientific compute docs
Feat/typing and stochastic
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.
Overview
Version 0.4.1 is a stabilization and refinement release. It addresses critical recursion bugs, tightens algebraic semantics, and introduces isolated state mechanics for stochastic physics alongside improved IDE type hinting.
Bug Fixes (Core Reliability)
Ouroboros RecursionErrorvia thread-local cycle detector.SemanticMismatchErroron invert (~) for anonymous units.f_localsstack depth and implement ragged boolean masking.active_contextto.to()preventing Currency/Mach amnesia during conversions.packagingdependency topyproject.toml.Features & Refactors (DX & Stochastic Engine)
_typing.pyfromcompat.pyfor cleaner dependency resolution..pyistub files forbaseandrandomto provide "Blue Variable" callable hints without polluting runtime code.phaethon.randomto use an isolatedRandomStateengine (default_rng).randint,choice,shuffle,permutation).Chore & Documentation
.readthedocs.yamland injected[imaging]dependency to restoreog:imageSEO social cards on RTD production.