* remove upcoming release heading from changelog.rst
* added -t flag to dev_changelog.py
* let generated changelog include the date
* allow passing additional (non-autodetected PRs) to the changelog
* added header and date to v0.5.0 changelog
* fix quotes in f-string
* Fixed version number from incorrect click merge
* further improvements to the script
* update 0.5.0-changelog to latest script output
* black
* Convert to click
* Update usage, added example, fixed 'additional' logic
* run script again, reduces/removes warnings from rendering documentation
* again, fix some more formatting issues
Co-authored-by: Jason Villanueva <a@jsonvillanueva.com>
* MAINT: Add a script to generate changelog
original taken from Numpy
This will be used to generate changelogs.
Signed-off-by: Naveen M K <naveen@syrusdark.website>
* Updated PR template to include Changelog, fixed grammar, added checklist items
* Fixed additional grammar in checklists
* Sorting based changelog
* Added output path output to changelog
* Added sections"
* Added changelog regular expression logic and other fixes
* Updated poetry.lock, applied black
* Added more sections
* Added maintenance section
* extract PR reviewers as well
* Forgot lock file
* Applied suggestions
* Applied black and other suggestions
* Updated to proper syntax for output file
* Revert changelog
* Split older changelogs into multiple files under toctree
* added version number to default output
Co-authored-by: Jason Villanueva <a@jsonvillanueva.com>
Co-authored-by: Benjamin Hackl <devel@benjamin-hackl.at>
* Deprecated ShowCreation in favor of Create
* Fixed Black formatting and logger error
* Fixed relative import issue of logger
* Renamed CreateThen.. calls to previous names
* Fixed __all__ classes, fixed Create inheritance
* Update manim/animation/creation.py
Move logger warning to class initializer
Co-authored-by: Jason Villanueva <a@jsonvillanueva.com>
Co-authored-by: Jason Villanueva <a@jsonvillanueva.com>
* added creation animation
* added further animation
* added further animation + docstring template
* added further examples
* black
* one more update
* one more update
* one more update
* one more update
* one more update become
* hope that this will fix the build
* Apply suggestions from code review
Co-authored-by: Benjamin Hackl <devel@benjamin-hackl.at>
Co-authored-by: Leo Torres <dleonardotn@gmail.com>
* updated templates
* small fix
* tests
* Apply suggestions from code review
Co-authored-by: Benjamin Hackl <devel@benjamin-hackl.at>
* Update README.md
* merged master and typo in README.md
Co-authored-by: Benjamin Hackl <devel@benjamin-hackl.at>
Co-authored-by: Leo Torres <dleonardotn@gmail.com>