Skip to content

Commit 64a5c61

Browse files
committed
include newly merged PR, apply suggestions from review
1 parent 9224605 commit 64a5c61

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

docs/source/changelog/0.20.0-changelog.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Date
3737
* Add a `seed` config option + `--seed` CLI option for reproducible randomness in rendered scenes by {user}`arnaud-ma` in {pr}`4532`
3838

3939
### Enhancements 🚀
40-
* Enable strict=True for zip() where safe by {user}`Oll-iver` in {pr}`4547`
40+
* Enable `strict=True` for `zip()` where safe by {user}`Oll-iver` in {pr}`4547`
4141

4242
### Bug Fixes 🐛
4343
* using `color` instead of `fill_color` with MathTeX for node labels by {user}`Schefflera-Arboricola` in {pr}`4501`
@@ -62,8 +62,9 @@ Date
6262
* Rework and consolidate release changelog script, add previously skipped changelog entries by {user}`behackl` in {pr}`4568`
6363
* Remove `__future__.annotations` from required imports by {user}`JasonGrace2282` in {pr}`4571`
6464
* Cleaned up `mypy.ini` by {user}`henrikmidtiby` in {pr}`4584`
65-
* Add py.typed to declare manim as having type hints by {user}`Timmmm` in {pr}`4553`
65+
* Add `py.typed` to declare manim as having type hints by {user}`Timmmm` in {pr}`4553`
6666
* Fix assertion in `ImageMobjectFromCamera.interpolate_color()` by {user}`chopan050` in {pr}`4593`
67+
* Reduce dependency on scipy - replace `scipy.special.comb` with `math.comb` by {user}`fmuenkel` in {pr}`4598`
6768

6869
### Type Hints 📝
6970
* Add type annotations to `rotation.py` by {user}`fmuenkel` in {pr}`4535`

0 commit comments

Comments
 (0)