Commit 1c9a966
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 21 parent 6648899 commit 1c9a966
3 files changed
Lines changed: 484 additions & 27 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| |||
0 commit comments