-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prepared new release:
v0.17.1
(#3065)
* generated changelog etc * bump version number * regenerated changelog, second (and final?) pass
- Loading branch information
Showing
4 changed files
with
62 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
******* | ||
v0.17.1 | ||
******* | ||
|
||
:Date: December 08, 2022 | ||
|
||
Contributors | ||
============ | ||
|
||
A total of 5 people contributed to this | ||
release. People with a '+' by their names authored a patch for the first | ||
time. | ||
|
||
* Alex Lembcke | ||
* Benjamin Hackl | ||
* Naveen M K | ||
* Onur Solmaz | ||
|
||
|
||
The patches included in this release have been reviewed by | ||
the following contributors. | ||
|
||
* Benjamin Hackl | ||
* Naveen M K | ||
* Sparsh Goenka | ||
|
||
Pull requests merged | ||
==================== | ||
|
||
A total of 6 pull requests were merged for this release. | ||
|
||
Fixed bugs | ||
---------- | ||
|
||
* :pr:`3061`: Always expand file paths using ``/`` when calling LaTeX | ||
|
||
|
||
* :pr:`3062`: Added Unicode encoding in :meth:`.Scene.add_subcaption` | ||
|
||
|
||
Documentation-related changes | ||
----------------------------- | ||
|
||
* :pr:`2953`: Added documentation for lagged animations in :mod:`.animation.composition` | ||
|
||
Code quality improvements and similar refactors | ||
----------------------------------------------- | ||
|
||
* :pr:`3064`: Increased minimal required version of ``svgelements`` | ||
|
||
|
||
* :pr:`3066`: Increased minimal version of ``pytest`` | ||
|
||
|
||
New releases | ||
------------ | ||
|
||
* :pr:`3065`: Prepared new release: ``v0.17.1`` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "manim" | ||
version = "0.17.0" | ||
version = "0.17.1" | ||
description = "Animation engine for explanatory math videos." | ||
authors = ["The Manim Community Developers <[email protected]>", "3b1b <[email protected]>"] | ||
license="MIT" | ||
|