Skip to content
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

Remove Clone on ParameterState and upgrade several dependencies. #307

Merged
merged 2 commits into from
Dec 9, 2024

Conversation

jetuk
Copy link
Member

@jetuk jetuk commented Dec 9, 2024

No description provided.

jetuk added 2 commits December 9, 2024 14:14
Remove the Clone bound on ParameterState because
it is not working as intended. It would merely increase a
reference count to the underlying object. The use case for Clone
on ParameterState would typically want a separate copy of the
object. This functionality could be re-introduced in the future.
Upgrade to several major dependencies. Adds some function
signatures to Python functions as required.
@jetuk jetuk requested a review from Batch21 December 9, 2024 14:16
@jetuk jetuk merged commit 904ec2a into main Dec 9, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants