Skip to content

Commit 386e01b

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
1 parent 75b8e5f commit 386e01b

4 files changed

Lines changed: 495 additions & 17 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,11 @@ 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: Add the Coriolis Force to the Flight class [#799](https://github.com/RocketPy-Team/RocketPy/pull/799)
3637

3738
### Changed
3839

39-
- ENH: _MotorPrints inheritance - issue #460 [#828](https://github.com/RocketPy-Team/RocketPy/pull/828)
40-
- MNT: fix deprecations and warnings [#829](https://github.com/RocketPy-Team/RocketPy/pull/829)
4140

4241
### Fixed
4342

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
[![Instagram](https://img.shields.io/badge/Instagram-E4405F?style=flat&logo=instagram&logoColor=white)](https://www.instagram.com/rocketpyteam)
1919
[![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=flat&logo=linkedin&logoColor=white)](https://www.linkedin.com/company/rocketpy)
2020
[![DOI](https://img.shields.io/badge/DOI-10.1061%2F%28ASCE%29AS.1943--5525.0001331-blue.svg)](http://dx.doi.org/10.1061/%28ASCE%29AS.1943-5525.0001331)
21+
[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/RocketPy-Team/RocketPy)
2122

2223
# RocketPy
2324

0 commit comments

Comments
 (0)