Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@
"filt",
"firstsimulation",
"flightcsys",
"flightusage",
"Fluxogram",
"fmax",
"fmin",
Expand Down Expand Up @@ -181,6 +182,7 @@
"Kaleb",
"Karman",
"Krasser",
"Kutta",
"labelrotation",
"linalg",
"Lince",
Expand Down Expand Up @@ -273,6 +275,7 @@
"rtol",
"rtype",
"rucsoundings",
"Runge",
"runslow",
"rwork",
"savetxt",
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Attention: The newest changes should be on top -->

### Added

- DOC: Add Flight class usage documentation and update index [#841](https://github.com/RocketPy-Team/RocketPy/pull/841)
- ENH: Discretized and No-Pickle Encoding Options [#827] (https://github.com/RocketPy-Team/RocketPy/pull/827)
- ENH: Add the Coriolis Force to the Flight class [#799](https://github.com/RocketPy-Team/RocketPy/pull/799)

Expand Down
Loading