Release 0.6.0 - #65
Merged
Merged
Conversation
Bump __version__ to 0.6.0 and close out the Unreleased changelog section with today's date.
TimoDiepers
force-pushed
the
release/0.6.0
branch
from
August 20, 2026 14:52
4af2045 to
42a8d65
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
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.
Cuts release 0.6.0: bumps
optimex.__version__to0.6.0and dates the previously unreleased changelog section (2026-08-20). No functional code changes — everything below already landed onmainvia #64.Highlights
notebooks/methanol_and_iron.ipynbcase study runs end to end in 44 s instead of 613 s. Model build 103.6 s → 1.7 s, solve 55.7 s → 0.1 s,PostProcessor.get_dynamic_inventory()19.8 s → 0.2 s, with identical results.background_inventory.cutoffnow defaults toNone. The old default truncated background inventories before aggregation, biasing flow amounts low by up to 30%.background_inventory.retain_flows,restrict_to_characterized_flows).background_inventory.use_disk_cache, clear withlca_processor.clear_lca_caches(include_disk=True).get_dynamic_inventory()no longer returns exactly-zero rows.Minor bump rather than patch because of the changed
cutoffdefault and the new raise inModelInputManager.override().Follow-up after merge
Tagging
v0.6.0/ publishing a GitHub release triggers the PyPI and conda deploy workflows.