File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44``rocketpy.rocket.parachutes`` subpackage, and the old concrete ``Parachute``
55class became an abstract base with the hemispherical model split out into
66``HemisphericalParachute``. Importing from this module still works for backward
7- compatibility but is deprecated and will be removed in v1.14 .0.
7+ compatibility but is deprecated and will be removed in v1.15 .0.
88"""
99
1010import warnings
@@ -14,7 +14,7 @@ class became an abstract base with the hemispherical model split out into
1414
1515warnings .warn (
1616 "Importing from 'rocketpy.rocket.parachute' is deprecated and will be "
17- "removed in v1.14 .0. Import from 'rocketpy.rocket.parachutes' instead, "
17+ "removed in v1.15 .0. Import from 'rocketpy.rocket.parachutes' instead, "
1818 "e.g. 'from rocketpy.rocket.parachutes import HemisphericalParachute'." ,
1919 DeprecationWarning ,
2020 stacklevel = 2 ,
You can’t perform that action at this time.
0 commit comments