v0.19.2¶
- Date
January 17, 2026
What’s Changed¶
Highlights 🌟¶
Bug Fixes 🐛¶
Fix argument passed to
get_hash_from_play_callin hashing by @judenimo in PR #4524Fix incorrect
Circle.point_at_anglecalculation by @Swarnlataaa in PR #4438
Testing 🧪¶
Code Quality & Refactoring 🧹¶
Remove deprecation warning from pytest “np.trapz” -> “np.trapezoid” by @henrikmidtiby in PR #4513
Bump Python target versions of both mypy and ruff by @behackl in PR #4520
Replace legacy numpy usage – ruff rule NPY002 by @cclauss in PR #4516
Add
.github/release.ymlfor improved classifications in automatically generated changelogs by @behackl in PR #4526Check and bump lower version requirements for dependencies by @henrikmidtiby in PR #4529
Type Hints 📝¶
Add type annotations to
three_dimensions.pyby @henrikmidtiby in PR #4497
Other Changes¶
New Contributors¶
@Swarnlataaa made their first contribution in PR #4438
Full Changelog: https://github.com/ManimCommunity/manim/compare/v0.19.1…v0.19.2