Skip to content

Commit c9084f2

Browse files
fix(changelog): remove outdated change entries and clarify deprecated features
1 parent 4214202 commit c9084f2

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -57,16 +57,8 @@ Attention: The newest changes should be on top -->
5757

5858
### Changed
5959

60-
- ENH: Adopt built-in Python logging across the library. Runtime info/debug messages are now silent by default; call `rocketpy.utils.enable_logging()` to display them. Warnings and errors remain visible by default. [#973](https://github.com/RocketPy-Team/RocketPy/pull/973)
61-
- MNT: `Components.sort_by_position` now returns a new sorted `Components` object instead of sorting in place. [#818](https://github.com/RocketPy-Team/RocketPy/pull/818)
62-
- MNT: `Rocket.add_trapezoidal_fins`, `add_elliptical_fins` and `add_free_form_fins` now emit a warning (instead of raising) for fin sets with 2 or fewer fins; use the individual fin classes for asymmetric configurations. [#818](https://github.com/RocketPy-Team/RocketPy/pull/818)
63-
- MNT: `UnstableRocketWarning` is now emitted when a `Flight` is created (on the fully-assembled rocket) rather than on every incremental `add_surfaces`/`add_motor` call, avoiding spurious warnings during construction. [#970](https://github.com/RocketPy-Team/RocketPy/pull/970)
64-
- MNT: A set of `n` identical individual `Fin` objects does not reproduce the exact aggregate lift slope of a `Fins(n=...)` set (individual fins omit the empirical multi-fin interference correction by design); use the plural `*Fins` classes for standard symmetric fin sets. [#818](https://github.com/RocketPy-Team/RocketPy/pull/818)
65-
6660
### Deprecated
6761

68-
- MNT: `Parachute` is now an abstract base class and can no longer be instantiated directly — use `HemisphericalParachute` (or another concrete subclass). Passing parachute parameters directly to `Rocket.add_parachute` (e.g. `add_parachute(name=, cd_s=, ...)`) is deprecated and will be removed in v1.14.0; instead build a `HemisphericalParachute` and pass it via the `parachute=` argument. [#958](https://github.com/RocketPy-Team/RocketPy/pull/958)
69-
- MNT: Importing from `rocketpy.rocket.parachute` is deprecated; import from `rocketpy.rocket.parachutes` instead (to be removed in v1.14.0). [#958](https://github.com/RocketPy-Team/RocketPy/pull/958)
7062
- MNT: Rename `radius` to `radius_function` in `CylindricalTank` and `SphericalTank`; old `radius=` keyword argument now raises `DeprecationWarning` [#957](https://github.com/RocketPy-Team/RocketPy/pull/957)
7163

7264
### Removed

0 commit comments

Comments
 (0)