mirror of
https://github.com/ManimCommunity/manim.git
synced 2026-06-22 10:01:47 +00:00
* Notify user if local version is outdated Running the `manim` command will display the version number as green if it is the latest detected on GitHub. Otherwise, display the version number as red and let the user know that a newer version is available. * Black formatting * Add requests dependency * Switch to PyPi API since it's not ratelimited * Add CLI option for notifying local outdated build Manim will notify user if local installation is outdated, after rendering. This feature is enabled by default, but could be turned off in config. * Update notify_outdated_version instructions * Please the flake * Add documentation to configuration.rst * Update poetry.lock * Update option punctuation * No need to inform users if they're up to date * Move variable to within method * Remove unused import * Update dependencies * Update outdated version message * Run isort * Fix typo * Set `--notify_outdated_version` default to `None` Flag value by default is None so config file will determine the value. If flag is used then value is True. * Convert CLRF to Unix newline LF (cleaner diffs) * Remove argument check for outdated version Too verbose, value should be configured via config * Handle requests exceptions * Update manim/cli/render/commands.py Co-authored-by: Jason Villanueva <a@jsonvillanueva.com> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Use f-strings for logger warnings * Update poetry.lock * Update manim/cli/render/commands.py Co-authored-by: KingWampy <9156604+WampyCakes@users.noreply.github.com> * Update manim/cli/render/commands.py Co-authored-by: KingWampy <9156604+WampyCakes@users.noreply.github.com> * Move print statements within try block * Except JSONDecodeError only * Update manim/cli/render/commands.py Co-authored-by: Naveen M K <naveen@syrusdark.website> * Update manim/cli/render/commands.py Co-authored-by: Naveen M K <naveen@syrusdark.website> * Don't raise exceptions, log in debug Co-authored-by: Jason Villanueva <a@jsonvillanueva.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: KingWampy <9156604+WampyCakes@users.noreply.github.com> Co-authored-by: Naveen M K <naveen@syrusdark.website> |
||
|---|---|---|
| .. | ||
| a_deeper_look.rst | ||
| building_blocks.rst | ||
| configuration.rst | ||
| quickstart.rst | ||