mirror of
https://github.com/ManimCommunity/manim.git
synced 2026-06-22 10:01:47 +00:00
* rewrite dev_changelog script from scratch, turn into release util cli * cleanup dependencies * regenerate skipped changelog entries * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * remove changelog section from PR template * fix pre-commit checks --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Francisco Manríquez Novoa <49853152+chopan050@users.noreply.github.com>
1.2 KiB
1.2 KiB
Overview: What does this pull request change?
Motivation and Explanation: Why and how do your changes improve the library?
Links to added or changed documentation pages
Further Information and Comments
Reviewer Checklist
- The PR title is descriptive enough for the changelog, and the PR is labeled correctly
- If applicable: newly added non-private functions and classes have a docstring including a short summary and a PARAMETERS section
- If applicable: newly added functions and classes are tested