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

Added Polynomial3 Python interface #451

Merged
merged 11 commits into from
Jul 12, 2022
Merged

Conversation

ahcorde
Copy link
Contributor

@ahcorde ahcorde commented Jul 5, 2022

Signed-off-by: ahcorde [email protected]

🎉 New feature

Closes #394
Depends on #449

Summary

Added Polynomial3 Python interface

Checklist

  • Signed all commits for DCO
  • Added tests
  • Added example and/or tutorial
  • Updated documentation (as needed)
  • Updated migration guide (as needed)
  • Consider updating Python bindings (if the library has them)
  • codecheck passed (See contributing)
  • All tests passed (See test coverage)
  • While waiting for a review on your PR, please help review another open pull request to support the maintainers

Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining Signed-off-by messages.

hidmic and others added 8 commits July 4, 2022 09:51
Signed-off-by: Michel Hidalgo <[email protected]>
Signed-off-by: Michel Hidalgo <[email protected]>
Signed-off-by: Michel Hidalgo <[email protected]>

Co-authored-by: Louise Poubel <[email protected]>
Signed-off-by: Michel Hidalgo <[email protected]>
Signed-off-by: Louise Poubel <[email protected]>

Co-authored-by: Louise Poubel <[email protected]>
Signed-off-by: Alejandro Hernández <[email protected]>
@ahcorde ahcorde self-assigned this Jul 5, 2022
Signed-off-by: ahcorde <[email protected]>
@codecov
Copy link

codecov bot commented Jul 5, 2022

Codecov Report

Merging #451 (d7a04ba) into ign-math6 (758d09e) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           ign-math6     #451   +/-   ##
==========================================
  Coverage      99.68%   99.68%           
==========================================
  Files             73       73           
  Lines           6901     6901           
==========================================
  Hits            6879     6879           
  Misses            22       22           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 758d09e...d7a04ba. Read the comment docs.

@ahcorde ahcorde added 🏰 citadel Ignition Citadel 🏯 fortress Ignition Fortress labels Jul 5, 2022
@chapulina chapulina added the scripting Scripting interfaces to Ignition label Jul 5, 2022
Base automatically changed from ahcorde/python/interval to ign-math6 July 11, 2022 07:27
@adityapande-1995
Copy link
Contributor

@ahcorde could you please resolve the conflicts ?

@ahcorde
Copy link
Contributor Author

ahcorde commented Jul 12, 2022

@ahcorde could you please resolve the conflicts ?

@adityapande-1995 Done d61f3d3

@ahcorde ahcorde merged commit 407afa6 into ign-math6 Jul 12, 2022
@ahcorde ahcorde deleted the ahcorde/python/polynomial3 branch July 12, 2022 18:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏰 citadel Ignition Citadel 🏯 fortress Ignition Fortress scripting Scripting interfaces to Ignition
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Add Polynomial3 class Python wrapper
4 participants