-
-
Notifications
You must be signed in to change notification settings - Fork 169
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #483 from RocketPy-Team/hotfix/v1.1.1
HOTFIX: v1.1.1
- Loading branch information
Showing
14 changed files
with
712 additions
and
359 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,97 @@ | ||
# RocketPy Change Log | ||
|
||
All notable changes to `RocketPy` project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](http://keepachangelog.com/) | ||
and this project adheres to [Semantic Versioning](http://semver.org/). | ||
|
||
<!-- Types of changes: | ||
- `Added` for new features. | ||
- `Changed` for changes in existing functionality. | ||
- `Deprecated` for soon-to-be removed features. | ||
- `Removed` for now removed features. | ||
- `Fixed` for any bug fixes. | ||
- `Security` in case of vulnerabilities. | ||
Should not be here: | ||
- tests | ||
- github maintenance | ||
- merge commits | ||
Types of messages: | ||
- Usually the message is the PR title and number | ||
- If the PR is too long to accomplish all the changes (it shouldn't be...), | ||
you can use a second line to describe it | ||
--> | ||
|
||
## [Unreleased] - yyyy-mm-dd | ||
|
||
Here we write upgrading notes for brands. It's a team effort to make them as | ||
straightforward as possible. | ||
|
||
### Added | ||
|
||
- | ||
|
||
### Changed | ||
|
||
- | ||
|
||
### Fixed | ||
|
||
- | ||
|
||
|
||
## [v1.1.1] - 2023-11-23 | ||
|
||
You can install this version by running `pip install rocketpy==1.1.1` | ||
|
||
|
||
### Added | ||
|
||
- DOC: Added this changelog file [#472](https://github.com/RocketPy-Team/RocketPy/pull/472) | ||
- ENH: Prevent out of bounds Tanks from Instantiation #484 [#484](https://github.com/RocketPy-Team/RocketPy/pull/484) | ||
|
||
### Fixed | ||
|
||
- HOTFIX: Negative Static Margin [#476](https://github.com/RocketPy-Team/RocketPy/pull/476) | ||
- HOTFIX: 2D .CSV Function and missing set_get_value_opt call [#478](https://github.com/RocketPy-Team/RocketPy/pull/478) | ||
- HOTFIX: Tanks Overfill not Being Detected [#479](https://github.com/RocketPy-Team/RocketPy/pull/479) | ||
|
||
## [v1.1.0] - 2023-11-19 | ||
|
||
You can install this version by running `pip install rocketpy==1.1.0` | ||
|
||
### Added | ||
|
||
- DOC: Documentation for Function Class Usage [#465](https://github.com/RocketPy-Team/RocketPy/pull/465) | ||
- DOC: first simulation all_info [#466](https://github.com/RocketPy-Team/RocketPy/pull/466) | ||
- ENH: draw motors [#436](https://github.com/RocketPy-Team/RocketPy/pull/436) | ||
- DOC: add documentation for flight data export. [#464](https://github.com/RocketPy-Team/RocketPy/pull/464) | ||
- ENH: Add mass_flow_rate() to GenericMotor class [#459](https://github.com/RocketPy-Team/RocketPy/pull/459) | ||
- DOC: Add documentation on how to build the docs [#452](https://github.com/RocketPy-Team/RocketPy/pull/452) | ||
- ENH: new Flight.get_solution_at_time() method [#441](https://github.com/RocketPy-Team/RocketPy/pull/441) | ||
- ENH: rocket drawing [419](https://github.com/RocketPy-Team/RocketPy/pull/419) | ||
- ENH: Adding Stability Margin with Mach dependency [#377](https://github.com/RocketPy-Team/RocketPy/pull/377) | ||
|
||
### Changed | ||
|
||
- ENH: Spherical Caps Included in Total Length [#455](https://github.com/RocketPy-Team/RocketPy/pull/455) | ||
- Important: This changes behavior of `TankGeometry.add_spherical_caps()` | ||
- ENH: Clean Plots and Prints sub packages init files [#457](https://github.com/RocketPy-Team/RocketPy/pull/457) | ||
- ENH: Add \_MotorPlots Inheritance to Motor Plots Classes [#456](https://github.com/RocketPy-Team/RocketPy/pull/456) | ||
- DOC: organize flight examples folder [#429](https://github.com/RocketPy-Team/RocketPy/pull/429) | ||
- DOC: improve mass and inertia docs [#445](https://github.com/RocketPy-Team/RocketPy/pull/445) | ||
|
||
### Fixed | ||
|
||
- MNT: Refactor exhaust velocity calculation to avoid ZeroDivisionError [#470](https://github.com/RocketPy-Team/RocketPy/pull/470) | ||
- BUG: Fix find_input() Function to Return a Single Value [#471](https://github.com/RocketPy-Team/RocketPy/pull/471) | ||
- DOC: refactor dispersion analysis notebook [#463](https://github.com/RocketPy-Team/RocketPy/pull/463) | ||
- BUG: User input checks added for Function class [#451](https://github.com/RocketPy-Team/RocketPy/pull/451) | ||
- DOC: fix positions and coordinate system documentation page [#454](https://github.com/RocketPy-Team/RocketPy/pull/) | ||
- MNT: fix env plots legends [#440](https://github.com/RocketPy-Team/RocketPy/pull/440) | ||
- BUG: flight.prints.max_values() fails when launching an EmptyMotor [#438](https://github.com/RocketPy-Team/RocketPy/pull/438) | ||
- BUG: Maintaining Extrapolation when Adding Discrete Functions with Constants [#432](https://github.com/RocketPy-Team/RocketPy/pull/432) | ||
- MNT: Fix env plots max heights [#433](https://github.com/RocketPy-Team/RocketPy/pull/433) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.