Commit 386e01b
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 docstring1 parent 75b8e5f commit 386e01b
4 files changed
Lines changed: 495 additions & 17 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
39 | | - | |
40 | | - | |
41 | 40 | | |
42 | 41 | | |
43 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
0 commit comments