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

REL: v1.1.0 #469

Merged
merged 225 commits into from
Nov 19, 2023
Merged

REL: v1.1.0 #469

merged 225 commits into from
Nov 19, 2023

Conversation

MateusStano
Copy link
Member

Merging for release of v1.1.0

Gui-FernandesBR and others added 30 commits June 12, 2023 00:41
@Gui-FernandesBR Gui-FernandesBR self-assigned this Nov 19, 2023
@Gui-FernandesBR Gui-FernandesBR added the Releases Related with new releases label Nov 19, 2023
@Gui-FernandesBR Gui-FernandesBR added this to the Release v1.X.0 milestone Nov 19, 2023
@Gui-FernandesBR Gui-FernandesBR marked this pull request as ready for review November 19, 2023 02:00
lucasfourier and others added 7 commits November 18, 2023 23:29
Made some changes according to the comments made in the PR.
- 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.
@Gui-FernandesBR
Copy link
Member

For strange reason (scipy), the test_time_overshoot is not passing using the --run-slow option. This needs to be solved before merging.

Also, a rebase with develop is necessary after reviewing and merging #470

README.md Outdated Show resolved Hide resolved
MateusStano and others added 5 commits November 19, 2023 18:33
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
Copy link
Member

@Gui-FernandesBR Gui-FernandesBR left a 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.

@Gui-FernandesBR Gui-FernandesBR merged commit 7d45342 into master Nov 19, 2023
13 checks passed
@Gui-FernandesBR Gui-FernandesBR deleted the rel/v1.1.0 branch November 25, 2023 20:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Releases Related with new releases
Projects
Status: Closed
Development

Successfully merging this pull request may close these issues.

8 participants