Skip to content

Commit

Permalink
Merge pull request #680 from RocketPy-Team/enh/generic-surfaces
Browse files Browse the repository at this point in the history
ENH: Generic Surfaces and Generic Linear Surfaces
  • Loading branch information
MateusStano authored Sep 21, 2024
2 parents dd1ba39 + b9b44dd commit c21e2d1
Show file tree
Hide file tree
Showing 45 changed files with 2,825 additions and 286 deletions.
3 changes: 3 additions & 0 deletions .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,9 @@ max-statements=25
# Minimum number of public methods for a class (see R0903).
min-public-methods=0

# Maximum number of positional arguments (see R0917).
max-positional-arguments = 25


[EXCEPTIONS]

Expand Down
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,13 @@ Attention: The newest changes should be on top -->

### Added

-
- ENH: Generic Surfaces and Generic Linear Surfaces [#680](https://github.com/RocketPy-Team/RocketPy/pull/680)
- ENH: Free-Form Fins [#694](https://github.com/RocketPy-Team/RocketPy/pull/694)
- ENH: Expand Polation Options for ND Functions. [#691](https://github.com/RocketPy-Team/RocketPy/pull/691)

### Changed

- ENH: Expand Polation Options for ND Functions. [#691](https://github.com/RocketPy-Team/RocketPy/pull/691)
-

### Fixed

Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,9 @@ RocketPy extends its gratitude to the following institutions for their support a
<a href="https://github.com/Space-Enterprise-at-Berkeley">
<img align=top alt="Space Enterprise at Berkeley Logo" src="https://raw.githubusercontent.com/RocketPy-Team/RocketPy/master/docs/static/institutional/space_enterprise_at_berkeley.jpeg" height="150px">
</a>
<a href="https://www.instagram.com/faradayupv">
<img align=top alt="Faraday Rocketry UPV Logo" src="https://raw.githubusercontent.com/RocketPy-Team/RocketPy/master/docs/static/institutional/faraday_team_logo.jpg" height="150px">
</a>
</div>

## Individual Contributors
Expand Down
5 changes: 5 additions & 0 deletions docs/reference/classes/aero_surfaces/GenericSurface.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Generic Surface Class
---------------------

.. autoclass:: rocketpy.GenericSurface
:members:
5 changes: 5 additions & 0 deletions docs/reference/classes/aero_surfaces/LinearGenericSurface.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Linear Generic Surface Class
----------------------------

.. autoclass:: rocketpy.LinearGenericSurface
:members:
2 changes: 2 additions & 0 deletions docs/reference/classes/aero_surfaces/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ AeroSurface Classes
EllipticalFins
RailButtons
AirBrakes
GenericSurface
LinearGenericSurface
Binary file added docs/static/institutional/faraday_team_logo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/static/rocket/aeroframe.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit c21e2d1

Please sign in to comment.