Prepare v1.2.0 release - #93
Merged
Merged
Conversation
Bump version to 1.2.0, add v1.2.0 release notes and upgrade dependencies Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
Prepares the v1.2.0 release by aligning the project version, capturing release notes for the tag-driven release workflow, and updating the locked dependency set.
Changes:
- Bump package version from
1.1.0to1.2.0. - Add
## v1.2.0section todocs/release-notes.md(including changelog link and PR references). - Refresh
uv.lockwith updated dependency versions and artifacts.
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
uv.lock |
Updates the lockfile to reflect the dependency upgrades and the project version bump. |
pyproject.toml |
Bumps the project version to 1.2.0. |
docs/release-notes.md |
Adds the v1.2.0 release notes section following the established release-notes structure. |
| fitted from the parity forwards, falling back to an interpolated monotonic | ||
| cubic curve when the requested model cannot be calibrated | ||
| ([#92](https://github.com/quantmind/quantflow/pull/92)). | ||
| - Removed the per-expiry OLS discount fitting API: the `DiscountPair` model |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #93 +/- ##
==========================================
+ Coverage 88.75% 89.11% +0.35%
==========================================
Files 84 86 +2
Lines 5142 5448 +306
==========================================
+ Hits 4564 4855 +291
- Misses 578 593 +15 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
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.
Bump version to 1.2.0, add v1.2.0 release notes and upgrade dependencies