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

Deprecate a few bond constructors. #1487

Merged
merged 1 commit into from
Sep 23, 2022
Merged

Deprecate a few bond constructors. #1487

merged 1 commit into from
Sep 23, 2022

Conversation

lballabio
Copy link
Owner

The idea is to have a single, most used constructor for each kind of bond and to use the generic constructors in the Bond class for special cases. This makes it a lot more convenient to use the constructors in languages (like Python or C#) that support some kind of syntax for keyword arguments.

The idea is to have a single, most used constructor for each
kind of bond and to use the generic constructors in the Bond
class for special cases.  This makes it a lot more convenient
to use the constructors in languages (like Python or C#) that
support some kind of syntax for keyword arguments.
@lballabio lballabio added this to the Release 1.28 milestone Sep 23, 2022
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.01%) to 71.267% when pulling f96b0d8 on bond-constructors into 3c5335d on master.

@lballabio lballabio merged commit 344fd89 into master Sep 23, 2022
@lballabio lballabio deleted the bond-constructors branch September 23, 2022 08:13
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