Skip to content

Commit a98631b

Browse files
Merge branch 'develop' into enh/function-crop-clip-methods
2 parents 1c9a966 + 80d3d5c commit a98631b

File tree

4 files changed

+618
-0
lines changed

4 files changed

+618
-0
lines changed

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@
119119
"filt",
120120
"firstsimulation",
121121
"flightcsys",
122+
"flightusage",
122123
"Fluxogram",
123124
"fmax",
124125
"fmin",
@@ -181,6 +182,7 @@
181182
"Kaleb",
182183
"Karman",
183184
"Krasser",
185+
"Kutta",
184186
"labelrotation",
185187
"linalg",
186188
"Lince",
@@ -273,6 +275,7 @@
273275
"rtol",
274276
"rtype",
275277
"rucsoundings",
278+
"Runge",
276279
"runslow",
277280
"rwork",
278281
"savetxt",

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ Attention: The newest changes should be on top -->
3333
### Added
3434

3535
- ENH: Added Crop and Clip Methods to Function Class [#817](https://github.com/RocketPy-Team/RocketPy/pull/817)
36+
- DOC: Add Flight class usage documentation and update index [#841](https://github.com/RocketPy-Team/RocketPy/pull/841)
3637
- ENH: Discretized and No-Pickle Encoding Options [#827] (https://github.com/RocketPy-Team/RocketPy/pull/827)
3738
- ENH: Add the Coriolis Force to the Flight class [#799](https://github.com/RocketPy-Team/RocketPy/pull/799)
3839

0 commit comments

Comments
 (0)