-
-
Notifications
You must be signed in to change notification settings - Fork 168
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
REL: v1.1.0 #469
REL: v1.1.0 #469
Conversation
…y-Team/RocketPy into enh/new-stability-margin
Made some changes according to the comments made in the PR.
TST: new set of tests
- Fix colormap get method avoiding deprecation from matplotlib - Fix interpolation/extrapolation warnings in Function class - avoid using Function.plot2D old method - delete the too general exception from the funcify.
LiquidMotor class - There's a problem when someone passes a mass flow curve with different a discretization than the thrust curve. (which is the case for the SEBLM motor) - I'm raising a new error to allow the user to solve the issue before continuing.
- Fix variable naming "xinitial", I also checked this is nto used in other classes - update interpolation and extrapolation methods usage - remove useless raises or warnings.
For strange reason (scipy), the Also, a rebase with develop is necessary after reviewing and merging #470 |
Co-authored-by: Giovani Hidalgo Ceotto <[email protected]>
- Fix exhaust velocity calculation for non-zero mass flow rates - remove useless if statement - change if to elif statement. - all the tested passing without warnings.
BUG: Fix find_input() Function to Return a Single Value
MNT: solve warnings
Co-authored-by: Giovani Hidalgo Ceotto <[email protected]>
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.
Amazing release, the 225 commits brought valuable new features to rocketpy, while improving the current ones.
Let's try to increase the frequency of releases so we don't get so long changelogs. Small versions are easier to track, review and allow for a better experience from the user side.
Merging for release of v1.1.0