-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prepared new Hotfix Release:
v0.17.2
(#3090)
* bump version number * generated changelog for v0.17.2 * either "a NumPy array" or "an np array", based on how "n" is pronounced * minor language improvements * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci Co-authored-by: Benjamin Hackl <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information
1 parent
7d7c505
commit c4b40ed
Showing
5 changed files
with
66 additions
and
4 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,61 @@ | ||
******* | ||
v0.17.2 | ||
******* | ||
|
||
:Date: December 26, 2022 | ||
|
||
Contributors | ||
============ | ||
|
||
A total of 5 people contributed to this | ||
release. People with a '+' by their names authored a patch for the first | ||
time. | ||
|
||
* CaftBotti + | ||
* Tristan Schulz | ||
* lgtm-com[bot] + | ||
|
||
|
||
The patches included in this release have been reviewed by | ||
the following contributors. | ||
|
||
* Benjamin Hackl | ||
* Naveen M K | ||
* Tristan Schulz | ||
|
||
Pull requests merged | ||
==================== | ||
|
||
A total of 7 pull requests were merged for this release. | ||
|
||
Fixed bugs | ||
---------- | ||
|
||
* :pr:`3089`: Fixed OpenGL mobjects like :class:`.Surface` by reordering init calls | ||
|
||
|
||
Documentation-related changes | ||
----------------------------- | ||
|
||
* :pr:`3073`: Fixed typo: "Whetherer" to "Whether" | ||
|
||
|
||
* :pr:`3074`: Fixed typo in a comment | ||
|
||
|
||
Code quality improvements and similar refactors | ||
----------------------------------------------- | ||
|
||
* :pr:`3024`: Add CodeQL workflow for GitHub code scanning | ||
|
||
|
||
* :pr:`3079`: Updated CI syntax for runner version >= 2.298.2 | ||
|
||
|
||
* :pr:`3084`: Properly setup CodeQL | ||
|
||
|
||
New releases | ||
------------ | ||
|
||
* :pr:`3090`: Prepared new Hotfix Release: ``v0.17.2`` |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "manim" | ||
version = "0.17.1" | ||
version = "0.17.2" | ||
description = "Animation engine for explanatory math videos." | ||
authors = ["The Manim Community Developers <[email protected]>", "3b1b <[email protected]>"] | ||
license="MIT" | ||
|