-
Notifications
You must be signed in to change notification settings - Fork 603
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
V0.14.1 bump #1083
V0.14.1 bump #1083
Conversation
update `genearate_hamiltonian` refs
Co-authored-by: Josh Izaac <josh146@gmail.com>
@@ -865,6 +884,7 @@ def qfunc_decorator(func): | |||
interface=interface, | |||
diff_method=diff_method, | |||
mutable=mutable, | |||
max_expansion=max_expansion, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I know this has already been code reviewed, but for my understanding - we have added the max_expansion
attribute but have we implemented the effects of changing max_expansion
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep! The change is on line 781, max_expansion=10
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just to check, the v0.14.1-bugfix
branch is currently level with the v0.14.0
release?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me! 💯
if all(c == 0 for c in coeffs) or not coeffs: | ||
self.cost_fn = lambda *args, **kwargs: np.array(0) | ||
return |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for relocating this! 🚀
Co-authored-by: Tom Bromley <49409390+trbromley@users.noreply.github.com> Co-authored-by: antalszava <antalszava@gmail.com>
Codecov Report
@@ Coverage Diff @@
## v0.14.1-bugfix #1083 +/- ##
===============================================
Coverage 97.75% 97.75%
===============================================
Files 153 153
Lines 11517 11530 +13
===============================================
+ Hits 11258 11271 +13
Misses 259 259
Continue to review full report at Codecov.
|
Merges the bugfix PRs in the v0.14.1 milestone into a holding branch for the v0.14.1 release.
Bumps the version number
Updates the changelog