Skip to content

Commit 1c9a966

Browse files
RickisterrGui-FernandesBR
authored andcommitted
ENH: Add Crop and Clip Methods to Function
Code reformatted for PyLint by Black Updated CHANGELOG.md Removed redundant files Reformatted + Removed Redundanct files Docstring Update + Code Optimization ENH: Add Crop and Clip Methods to Function Code reformatted for PyLint by Black Removed redundant files Reformatted + Removed Redundanct files REL: update to v1.10.0 Update README.md adds deepwiki badge MNT: refactor Function class to use __cropped_domain__ for input limits MNT: Refactor Function class to encapsulate code with smaller functions Update rocketpy/mathutils/function.py Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Update rocketpy/mathutils/function.py Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Update rocketpy/mathutils/function.py Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Update rocketpy/mathutils/function.py Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Update tests/unit/test_function.py Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Apply suggestions from code review Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> MNT: simplify crop logic and improve code readability BUF: fix errors on tests Update rocketpy/mathutils/function.py Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Update tests/unit/test_function.py Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> DOC? Remove plot example from clip method docstring MNT: Fix rebasing problems MNT: Fix rebasing problems 2
1 parent 6648899 commit 1c9a966

File tree

3 files changed

+484
-27
lines changed

3 files changed

+484
-27
lines changed

CHANGELOG.md

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

3333
### Added
3434

35+
- ENH: Added Crop and Clip Methods to Function Class [#817](https://github.com/RocketPy-Team/RocketPy/pull/817)
3536
- ENH: Discretized and No-Pickle Encoding Options [#827] (https://github.com/RocketPy-Team/RocketPy/pull/827)
3637
- ENH: Add the Coriolis Force to the Flight class [#799](https://github.com/RocketPy-Team/RocketPy/pull/799)
3738

0 commit comments

Comments
 (0)