Skip to content

Commit 6e78dfc

Browse files
authored
ENH: support for ND arithmetical operations for Function. (#810)
* ENH: support for ND arithmetical operations for Function. * MNT: add source type enumeration to Function object. * MNT: apply review suggestions to variable naming. * MNT: solve Function code coverage for exceptions. * MNT: correct CHANGELOG rebasing mistake.
1 parent 3fe2b62 commit 6e78dfc

File tree

3 files changed

+820
-314
lines changed

3 files changed

+820
-314
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
3131
Attention: The newest changes should be on top -->
3232

3333
### Added
34+
- ENH: Support for ND arithmetic in Function class. [#810] (https://github.com/RocketPy-Team/RocketPy/pull/810)
3435
- ENH: allow users to provide custom samplers [#803](https://github.com/RocketPy-Team/RocketPy/pull/803)
3536
- ENH: Implement Multivariate Rejection Sampling (MRS) [#738] (https://github.com/RocketPy-Team/RocketPy/pull/738)
3637
- ENH: Create a rocketpy file to store flight simulations [#800](https://github.com/RocketPy-Team/RocketPy/pull/800)

0 commit comments

Comments
 (0)