number
int64
1
3.63k
content
stringlengths
4
240k
comments
list
3,627
Wrong colors on Cairo renderer : ## Description of bug / unexpected behavior <!-- Add a clear and concise description of the problem you encountered. --> Running the quickstart example in the wiki generates wrong colors (using Cairo renderer) ## Expected behavior <!-- Add a clear and concise description of what you expected to happen. --> The colors are supposed to be a black background and a pink interior, as generated with the OpenGL renderer, which works fine ## How to reproduce the issue <!-- Provide a piece of code illustrating the undesired behavior. --> I'm running in a virtual environment, the following is the exact code I'm running using `manim -pqh presentation.py --renderer=cairo CreateCircle`, `presentation.py` being the name of the file. <details><summary>Code for reproducing the problem</summary> ```py from manim import * class CreateCircle(Scene): def construct(self): circle = Circle() # create a circle circle.set_fill(PINK, opacity=0.5) # set the color and transparency self.play(DrawBorderThenFill(circle)) # show the circle on screen ``` </details> ## Additional media files <!-- Paste in the files manim produced on rendering the code above. --> <details><summary>Images/GIFs</summary> <!-- --> Incorrect: ![image](https://github.com/ManimCommunity/manim/assets/81390369/89e4da6d-50a4-4634-acd1-0ca3529b163a) Correct: ![image](https://github.com/ManimCommunity/manim/assets/81390369/c97f3ac5-5918-4f58-bfbc-770b6cfb1c40) </details> ## Logs <details><summary>Terminal output</summary> <!-- Add "-v DEBUG" when calling manim to generate more detailed logs --> ``` Manim Community v0.18.0 [02/20/24 13:49:03] DEBUG Hashing ... hashing.py:350 DEBUG Hashing done in 0.012607 s. hashing.py:362 DEBUG Hash generated : 3529212410_3553404193_223132457 hashing.py:365 DEBUG List of the first few animation hashes of the cairo_renderer.py:87 scene: ['3529212410_3553404193_223132457'] [02/20/24 13:49:06] INFO Animation 0 : Partial movie file written scene_file_writer.py:527 in '/home/batres/Dev/RandomPythonStuff/Prese ntationEM/media/videos/presentation/1080p 60/partial_movie_files/CreateCircle/35292 12410_3553404193_223132457.mp4' DEBUG Animation with empty mobject animation.py:174 DEBUG Hashing ... hashing.py:350 DEBUG Hashing done in 0.003557 s. hashing.py:362 DEBUG Hash generated : 3040924799_2923979111_1733882499 hashing.py:365 DEBUG List of the first few animation hashes of the cairo_renderer.py:87 scene: ['3529212410_3553404193_223132457', '3040924799_2923979111_1733882499'] [02/20/24 13:49:16] INFO Animation 1 : Partial movie file written scene_file_writer.py:527 in '/home/batres/Dev/RandomPythonStuff/Prese ntationEM/media/videos/presentation/1080p 60/partial_movie_files/CreateCircle/30409 24799_2923979111_1733882499.mp4' INFO Combining to Movie file. scene_file_writer.py:617 DEBUG Partial movie files to combine (2 files): scene_file_writer.py:561 ['/home/batres/Dev/RandomPythonStuff/Pres entationEM/media/videos/presentation/1080 p60/partial_movie_files/CreateCircle/3529 212410_3553404193_223132457.mp4', '/home/batres/Dev/RandomPythonStuff/Prese ntationEM/media/videos/presentation/1080p 60/partial_movie_files/CreateCircle/30409 24799_2923979111_1733882499.mp4'] INFO scene_file_writer.py:735 File ready at '/home/batres/Dev/RandomPythonStuff/Prese ntationEM/media/videos/presentation/1080p 60/CreateCircle.mp4' INFO Rendered CreateCircle scene.py:241 Played 2 animations INFO Previewed File at: file_ops.py:227 '/home/batres/Dev/RandomPythonStuff/PresentationEM /media/videos/presentation/1080p60/CreateCircle.mp 4' ``` <!-- Insert screenshots here (only when absolutely necessary, we prefer copy/pasted output!) --> </details> ## System specifications <details><summary>System Details</summary> - OS (with version, e.g., Windows 10 v2004 or macOS 10.15 (Catalina)): Pop!_OS 22.04 LTS x86_64 - RAM: 15382MB - Python version (`python/py/python3 --version`): Python 3.10.12 - Installed modules (provide output from `pip list`): ``` Package Version ------------------- -------- asttokens 2.4.1 certifi 2024.2.2 charset-normalizer 3.3.2 click 8.1.7 click-default-group 1.2.4 cloup 2.1.2 decorator 5.1.1 exceptiongroup 1.2.0 executing 2.0.1 glcontext 2.5.0 idna 3.6 ipython 8.21.0 isosurfaces 0.1.0 jedi 0.19.1 labhelper 0.0.6 manim 0.18.0 ManimPango 0.5.0 mapbox-earcut 1.0.1 markdown-it-py 3.0.0 matplotlib-inline 0.1.6 mdurl 0.1.2 moderngl 5.10.0 moderngl-window 2.4.4 mpmath 1.3.0 multipledispatch 1.0.0 networkx 3.2.1 numpy 1.26.4 pandas 2.2.0 parso 0.8.3 pexpect 4.9.0 Pillow 9.5.0 pip 22.0.2 prompt-toolkit 3.0.43 ptyprocess 0.7.0 pure-eval 0.2.2 pycairo 1.26.0 pydub 0.25.1 pyglet 2.0.10 Pygments 2.17.2 pyperclip 1.8.2 pyrr 0.10.3 python-dateutil 2.8.2 pytz 2024.1 requests 2.31.0 rich 13.7.0 scipy 1.12.0 screeninfo 0.8.1 setuptools 59.6.0 six 1.16.0 skia-pathops 0.7.4 srt 3.5.3 stack-data 0.6.3 svgelements 1.9.6 sympy 1.12 tqdm 4.66.2 traitlets 5.14.1 typing_extensions 4.9.0 tzdata 2024.1 urllib3 2.2.1 watchdog 3.0.0 wcwidth 0.2.13 ``` </details> <details><summary>LaTeX details</summary> + LaTeX distribution (e.g. TeX Live 2020): pdfTeX 3.141592653-2.6-1.40.22 (TeX Live 2022/dev/Debian) + Installed LaTeX packages: <!-- output of `tlmgr list --only-installed` for TeX Live or a screenshot of the Packages page for MikTeX --> </details> <details><summary>FFMPEG</summary> Output of `ffmpeg -version`: ``` ffmpeg version 4.4.2-0ubuntu0.22.04.1 Copyright (c) 2000-2021 the FFmpeg developers built with gcc 11 (Ubuntu 11.2.0-19ubuntu1) configuration: --prefix=/usr --extra-version=0ubuntu0.22.04.1 --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu --arch=amd64 --enable-gpl --disable-stripping --enable-gnutls --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libdav1d --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librabbitmq --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libsrt --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzimg --enable-libzmq --enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opencl --enable-opengl --enable-sdl2 --enable-pocketsphinx --enable-librsvg --enable-libmfx --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --enable-shared libavutil 56. 70.100 / 56. 70.100 libavcodec 58.134.100 / 58.134.100 libavformat 58. 76.100 / 58. 76.100 libavdevice 58. 13.100 / 58. 13.100 libavfilter 7.110.100 / 7.110.100 libswscale 5. 9.100 / 5. 9.100 libswresample 3. 9.100 / 3. 9.100 libpostproc 55. 9.100 / 55. 9.100 ``` </details> ## Additional comments <!-- Add further context that you think might be relevant for this issue here. -->
[ "I cannot reproduce your problem... you should not need to use `renderer=cairo` since this is the default setting, but with and without everything renders just fine on my system... On the other hand I don't know your operating system, but if this was a general problem in Manim it would have been reported a long tim...
3,626
Bump cryptography from 42.0.0 to 42.0.2 : Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.0 to 42.0.2. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst">cryptography's changelog</a>.</em></p> <blockquote> <p>42.0.2 - 2024-01-30</p> <pre><code> * Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.2.1. * Fixed an issue that prevented the use of Python buffer protocol objects in ``sign`` and ``verify`` methods on asymmetric keys. * Fixed an issue with incorrect keyword-argument naming with ``EllipticCurvePrivateKey`` :meth:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePrivateKey.exchange`, ``X25519PrivateKey`` :meth:`~cryptography.hazmat.primitives.asymmetric.x25519.X25519PrivateKey.exchange`, ``X448PrivateKey`` :meth:`~cryptography.hazmat.primitives.asymmetric.x448.X448PrivateKey.exchange`, and ``DHPrivateKey`` :meth:`~cryptography.hazmat.primitives.asymmetric.dh.DHPrivateKey.exchange`. <p>.. _v42-0-1:</p> <p>42.0.1 - 2024-01-24 </code></pre></p> <ul> <li>Fixed an issue with incorrect keyword-argument naming with <code>EllipticCurvePrivateKey</code> :meth:<code>~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePrivateKey.sign</code>.</li> <li>Resolved compatibility issue with loading certain RSA public keys in :func:<code>~cryptography.hazmat.primitives.serialization.load_pem_public_key</code>.</li> </ul> <p>.. _v42-0-0:</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pyca/cryptography/commit/2202123b50de1b8788f909a3e5afe350c56ad81e"><code>2202123</code></a> changelog and version bump 42.0.2 (<a href="https://redirect.github.com/pyca/cryptography/issues/10268">#10268</a>)</li> <li><a href="https://github.com/pyca/cryptography/commit/f7032bdd409838f67fc2b93343f897fb5f397d80"><code>f7032bd</code></a> bump openssl in CI (<a href="https://redirect.github.com/pyca/cryptography/issues/10298">#10298</a>) (<a href="https://redirect.github.com/pyca/cryptography/issues/10299">#10299</a>)</li> <li><a href="https://github.com/pyca/cryptography/commit/002e886f16d8857151c09b11dc86b35f2ac9aec3"><code>002e886</code></a> Fixes <a href="https://redirect.github.com/pyca/cryptography/issues/10294">#10294</a> -- correct accidental change to exchange kwarg (<a href="https://redirect.github.com/pyca/cryptography/issues/10295">#10295</a>) (<a href="https://redirect.github.com/pyca/cryptography/issues/10296">#10296</a>)</li> <li><a href="https://github.com/pyca/cryptography/commit/92fa9f2f606caea5d499c825e832be5bac6f0c23"><code>92fa9f2</code></a> support bytes-like consistently across our asym sign/verify APIs (<a href="https://redirect.github.com/pyca/cryptography/issues/10260">#10260</a>) (<a href="https://redirect.github.com/pyca/cryptography/issues/1">#1</a>...</li> <li><a href="https://github.com/pyca/cryptography/commit/6478f7e28be54b51931277235de01b249ceabd96"><code>6478f7e</code></a> explicitly support bytes-like for signature/data in RSA sign/verify (<a href="https://redirect.github.com/pyca/cryptography/issues/10259">#10259</a>) ...</li> <li><a href="https://github.com/pyca/cryptography/commit/4bb8596ae02d95bb054dbcf55e8771379dbe0c19"><code>4bb8596</code></a> fix the release script (<a href="https://redirect.github.com/pyca/cryptography/issues/10233">#10233</a>) (<a href="https://redirect.github.com/pyca/cryptography/issues/10254">#10254</a>)</li> <li><a href="https://github.com/pyca/cryptography/commit/337437dc2e62772bde4ad5544f4b1db9ee7572d9"><code>337437d</code></a> 42.0.1 bump (<a href="https://redirect.github.com/pyca/cryptography/issues/10252">#10252</a>)</li> <li><a href="https://github.com/pyca/cryptography/commit/56255de6b2d1a2d2e502b0275231ca81907f33f1"><code>56255de</code></a> allow SPKI RSA keys to be parsed even if they have an incorrect delimiter (<a href="https://redirect.github.com/pyca/cryptography/issues/1">#1</a>...</li> <li><a href="https://github.com/pyca/cryptography/commit/12f038b38af76e36efe8cef09597010c97647e8f"><code>12f038b</code></a> fixes <a href="https://redirect.github.com/pyca/cryptography/issues/10237">#10237</a> -- correct EC sign parameter name (<a href="https://redirect.github.com/pyca/cryptography/issues/10239">#10239</a>) (<a href="https://redirect.github.com/pyca/cryptography/issues/10240">#10240</a>)</li> <li>See full diff in <a href="https://github.com/pyca/cryptography/compare/42.0.0...42.0.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cryptography&package-manager=pip&previous-version=42.0.0&new-version=42.0.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/ManimCommunity/manim/network/alerts). </details>
[ "Superseded by #3629." ]
3,623
Ipython notebook mime type media embed changes : <!-- Thank you for contributing to Manim! Learn more about the process in our contributing guidelines: https://docs.manim.community/en/latest/contributing.html --> ## Overview: What does this pull request change? <!-- If there is more information than the PR title that should be added to our release changelog, add it in the following changelog section. This is optional, but recommended for larger pull requests. --> <!--changelog-start--> <!--changelog-end--> ## Motivation and Explanation: Why and how do your changes improve the library? <!-- Optional for bugfixes, small enhancements, and documentation-related PRs. Otherwise, please give a short reasoning for your changes. --> ## Links to added or changed documentation pages <!-- Please add links to the affected documentation pages (edit the description after opening the PR). The link to the documentation for your PR is https://manimce--####.org.readthedocs.build/en/####/, where #### represents the PR number. --> ## Further Information and Comments <!-- If applicable, put further comments for the reviewers here. --> <!-- Thank you again for contributing! Do not modify the lines below, they are for reviewers. --> ## 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
[ "duplicate of #3618?" ]
3,621
Run `poetry lock --no-update` : After the merging of #3524 running `poetry install` I get a warning about `poetry.lock` being out of sync with `pyproject.toml`. The root cause stems from `mapbox-earcut` being removed in the PR mentioned above. This PR is basically just running `poetry lock --no-update`.
[]
3,617
"AttributeError: 'list' object has no attribute 'reshape'" when use OpenGL renderer to transform a math LaTeX formula to another : ## Description of bug / unexpected behavior <!-- Add a clear and concise description of the problem you encountered. --> My manim version is 0.18.0. I got `AttributeError: 'list' object has no attribute 'reshape'` when I ran the code with `manim -pqm --renderer=opengl foo.py BugScene` in the `How to reproduce the issue` section below. I also have a solution in the `Additional comments` section. ## Expected behavior <!-- Add a clear and concise description of what you expected to happen. --> It should render correctly. ## How to reproduce the issue <!-- Provide a piece of code illustrating the undesired behavior. --> <details><summary>Code for reproducing the problem</summary> ```py class BugScene(Scene): def construct(self): sin_text = Tex(r"$y = \sin(x)$").set_color(BLUE).to_corner(UL) self.add(sin_text) sin_text_2 = Tex(r"$y = \sin(x + \frac{\pi}{3})$").set_color(BLUE).to_corner(UL) self.play(Transform(sin_text, sin_text_2)) self.wait() ``` </details> ## Additional media files <!-- Paste in the files manim produced on rendering the code above. --> <details><summary>Images/GIFs</summary> <!-- PASTE MEDIA HERE --> </details> ## Logs <details><summary>Terminal output</summary> <!-- Add "-v DEBUG" when calling manim to generate more detailed logs --> The traceback was: ``` โ•ญโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€ Traceback (most recent call last) โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฎ โ”‚ /Users/wu/miniconda3/lib/python3.11/site-packages/manim/cli/render/commands.py:97 in render โ”‚ โ”‚ โ”‚ โ”‚ 94 โ”‚ โ”‚ โ”‚ โ”‚ for SceneClass in scene_classes_from_file(file): โ”‚ โ”‚ 95 โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ with tempconfig({}): โ”‚ โ”‚ 96 โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ scene = SceneClass(renderer) โ”‚ โ”‚ โฑ 97 โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ rerun = scene.render() โ”‚ โ”‚ 98 โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ if rerun or config["write_all"]: โ”‚ โ”‚ 99 โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ renderer.num_plays = 0 โ”‚ โ”‚ 100 โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ continue โ”‚ โ”‚ โ”‚ โ”‚ /Users/wu/miniconda3/lib/python3.11/site-packages/manim/scene/scene.py:223 in render โ”‚ โ”‚ โ”‚ โ”‚ 220 โ”‚ โ”‚ """ โ”‚ โ”‚ 221 โ”‚ โ”‚ self.setup() โ”‚ โ”‚ 222 โ”‚ โ”‚ try: โ”‚ โ”‚ โฑ 223 โ”‚ โ”‚ โ”‚ self.construct() โ”‚ โ”‚ 224 โ”‚ โ”‚ except EndSceneEarlyException: โ”‚ โ”‚ 225 โ”‚ โ”‚ โ”‚ pass โ”‚ โ”‚ 226 โ”‚ โ”‚ except RerunSceneException as e: โ”‚ โ”‚ โ”‚ โ”‚ /Users/wu/Documents/Code/Python/pylearn/manim_demo/sin_f.py:94 in construct โ”‚ โ”‚ โ”‚ โ”‚ 91 โ”‚ โ”‚ sin_text = Tex("$y = \sin(x)$").set_color(BLUE).to_corner(UL) โ”‚ โ”‚ 92 โ”‚ โ”‚ self.add(sin_text) โ”‚ โ”‚ 93 โ”‚ โ”‚ sin_text_2 = Tex(r"$y = \sin(x + \frac{\pi}{3})$").set_color(BLUE).to_corner(UL) โ”‚ โ”‚ โฑ 94 โ”‚ โ”‚ self.play( Transform(sin_text, sin_text_2)) โ”‚ โ”‚ 95 โ”‚ โ”‚ self.wait() โ”‚ โ”‚ 96 โ”‚ โ”‚ 97 โ”‚ โ”‚ โ”‚ โ”‚ /Users/wu/miniconda3/lib/python3.11/site-packages/manim/scene/scene.py:1080 in play โ”‚ โ”‚ โ”‚ โ”‚ 1077 โ”‚ โ”‚ โ”‚ return โ”‚ โ”‚ 1078 โ”‚ โ”‚ โ”‚ โ”‚ 1079 โ”‚ โ”‚ start_time = self.renderer.time โ”‚ โ”‚ โฑ 1080 โ”‚ โ”‚ self.renderer.play(self, *args, **kwargs) โ”‚ โ”‚ 1081 โ”‚ โ”‚ run_time = self.renderer.time - start_time โ”‚ โ”‚ 1082 โ”‚ โ”‚ if subcaption: โ”‚ โ”‚ 1083 โ”‚ โ”‚ โ”‚ if subcaption_duration is None: โ”‚ โ”‚ โ”‚ โ”‚ /Users/wu/miniconda3/lib/python3.11/site-packages/manim/utils/caching.py:65 in wrapper โ”‚ โ”‚ โ”‚ โ”‚ 62 โ”‚ โ”‚ โ”‚ "List of the first few animation hashes of the scene: %(h)s", โ”‚ โ”‚ 63 โ”‚ โ”‚ โ”‚ {"h": str(self.animations_hashes[:5])}, โ”‚ โ”‚ 64 โ”‚ โ”‚ ) โ”‚ โ”‚ โฑ 65 โ”‚ โ”‚ func(self, scene, *args, **kwargs) โ”‚ โ”‚ 66 โ”‚ โ”‚ โ”‚ 67 โ”‚ return wrapper โ”‚ โ”‚ 68 โ”‚ โ”‚ โ”‚ โ”‚ /Users/wu/miniconda3/lib/python3.11/site-packages/manim/renderer/opengl_renderer.py:424 in play โ”‚ โ”‚ โ”‚ โ”‚ 421 โ”‚ โ”‚ self.file_writer.begin_animation(not self.skip_animations) โ”‚ โ”‚ 422 โ”‚ โ”‚ โ”‚ โ”‚ 423 โ”‚ โ”‚ scene.compile_animation_data(*args, **kwargs) โ”‚ โ”‚ โฑ 424 โ”‚ โ”‚ scene.begin_animations() โ”‚ โ”‚ 425 โ”‚ โ”‚ if scene.is_current_animation_frozen_frame(): โ”‚ โ”‚ 426 โ”‚ โ”‚ โ”‚ self.update_frame(scene) โ”‚ โ”‚ 427 โ”‚ โ”‚ โ”‚ โ”‚ /Users/wu/miniconda3/lib/python3.11/site-packages/manim/scene/scene.py:1208 in begin_animations โ”‚ โ”‚ โ”‚ โ”‚ 1205 โ”‚ โ”‚ """Start the animations of the scene.""" โ”‚ โ”‚ 1206 โ”‚ โ”‚ for animation in self.animations: โ”‚ โ”‚ 1207 โ”‚ โ”‚ โ”‚ animation._setup_scene(self) โ”‚ โ”‚ โฑ 1208 โ”‚ โ”‚ โ”‚ animation.begin() โ”‚ โ”‚ 1209 โ”‚ โ”‚ โ”‚ โ”‚ 1210 โ”‚ โ”‚ if config.renderer == RendererType.CAIRO: โ”‚ โ”‚ 1211 โ”‚ โ”‚ โ”‚ # Paint all non-moving objects onto the screen, so they don't โ”‚ โ”‚ โ”‚ โ”‚ /Users/wu/miniconda3/lib/python3.11/site-packages/manim/animation/transform.py:201 in begin โ”‚ โ”‚ โ”‚ โ”‚ 198 โ”‚ โ”‚ # Note, this potentially changes the structure โ”‚ โ”‚ 199 โ”‚ โ”‚ # of both mobject and target_mobject โ”‚ โ”‚ 200 โ”‚ โ”‚ if config.renderer == RendererType.OPENGL: โ”‚ โ”‚ โฑ 201 โ”‚ โ”‚ โ”‚ self.mobject.align_data_and_family(self.target_copy) โ”‚ โ”‚ 202 โ”‚ โ”‚ else: โ”‚ โ”‚ 203 โ”‚ โ”‚ โ”‚ self.mobject.align_data(self.target_copy) โ”‚ โ”‚ 204 โ”‚ โ”‚ super().begin() โ”‚ โ”‚ โ”‚ โ”‚ /Users/wu/miniconda3/lib/python3.11/site-packages/manim/mobject/opengl/opengl_mobject.py:2312 in โ”‚ โ”‚ align_data_and_family โ”‚ โ”‚ โ”‚ โ”‚ 2309 โ”‚ โ”‚ โ”‚ 2310 โ”‚ def align_data_and_family(self, mobject): โ”‚ โ”‚ 2311 โ”‚ โ”‚ self.align_family(mobject) โ”‚ โ”‚ โฑ 2312 โ”‚ โ”‚ self.align_data(mobject) โ”‚ โ”‚ 2313 โ”‚ โ”‚ โ”‚ 2314 โ”‚ def align_data(self, mobject): โ”‚ โ”‚ 2315 โ”‚ โ”‚ # In case any data arrays get resized when aligned to shader data โ”‚ โ”‚ โ”‚ โ”‚ /Users/wu/miniconda3/lib/python3.11/site-packages/manim/mobject/opengl/opengl_mobject.py:2320 in โ”‚ โ”‚ align_data โ”‚ โ”‚ โ”‚ โ”‚ 2317 โ”‚ โ”‚ for mob1, mob2 in zip(self.get_family(), mobject.get_family()): โ”‚ โ”‚ 2318 โ”‚ โ”‚ โ”‚ # Separate out how points are treated so that subclasses โ”‚ โ”‚ 2319 โ”‚ โ”‚ โ”‚ # can handle that case differently if they choose โ”‚ โ”‚ โฑ 2320 โ”‚ โ”‚ โ”‚ mob1.align_points(mob2) โ”‚ โ”‚ 2321 โ”‚ โ”‚ โ”‚ for key in mob1.data.keys() & mob2.data.keys(): โ”‚ โ”‚ 2322 โ”‚ โ”‚ โ”‚ โ”‚ if key == "points": โ”‚ โ”‚ 2323 โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ continue โ”‚ โ”‚ โ”‚ โ”‚ /Users/wu/miniconda3/lib/python3.11/site-packages/manim/mobject/opengl/opengl_vectorized_mobject โ”‚ โ”‚ .py:1225 in align_points โ”‚ โ”‚ โ”‚ โ”‚ 1222 โ”‚ โ”‚ โ”‚ diff2 = max(0, (len(sp1) - len(sp2)) // nppc) โ”‚ โ”‚ 1223 โ”‚ โ”‚ โ”‚ if isinstance(sp1, list): โ”‚ โ”‚ 1224 โ”‚ โ”‚ โ”‚ โ”‚ print('align_points sp1', type(sp1)) โ”‚ โ”‚ โฑ 1225 โ”‚ โ”‚ โ”‚ sp1 = self.insert_n_curves_to_point_list(diff1, sp1) โ”‚ โ”‚ 1226 โ”‚ โ”‚ โ”‚ if isinstance(sp2, list): โ”‚ โ”‚ 1227 โ”‚ โ”‚ โ”‚ โ”‚ print('align_points sp2', type(sp1)) โ”‚ โ”‚ 1228 โ”‚ โ”‚ โ”‚ sp2 = self.insert_n_curves_to_point_list(diff2, sp2) โ”‚ โ”‚ โ”‚ โ”‚ /Users/wu/miniconda3/lib/python3.11/site-packages/manim/mobject/opengl/opengl_vectorized_mobject โ”‚ โ”‚ .py:1280 in insert_n_curves_to_point_list โ”‚ โ”‚ โ”‚ โ”‚ 1277 โ”‚ โ”‚ โ”‚ โ”‚ 1278 โ”‚ โ”‚ if isinstance(points, list): โ”‚ โ”‚ 1279 โ”‚ โ”‚ โ”‚ print('insert_n_curves_to_point_list', type(points)) โ”‚ โ”‚ โฑ 1280 โ”‚ โ”‚ bezier_groups = self.get_bezier_tuples_from_points(points) โ”‚ โ”‚ 1281 โ”‚ โ”‚ norms = np.array([np.linalg.norm(bg[nppc - 1] - bg[0]) for bg in bezier_groups]) โ”‚ โ”‚ 1282 โ”‚ โ”‚ total_norm = sum(norms) โ”‚ โ”‚ 1283 โ”‚ โ”‚ # Calculate insertions per curve (ipc) โ”‚ โ”‚ โ”‚ โ”‚ /Users/wu/miniconda3/lib/python3.11/site-packages/manim/mobject/opengl/opengl_vectorized_mobject โ”‚ โ”‚ .py:720 in get_bezier_tuples_from_points โ”‚ โ”‚ โ”‚ โ”‚ 717 โ”‚ โ”‚ nppc = self.n_points_per_curve โ”‚ โ”‚ 718 โ”‚ โ”‚ remainder = len(points) % nppc โ”‚ โ”‚ 719 โ”‚ โ”‚ points = points[: len(points) - remainder] โ”‚ โ”‚ โฑ 720 โ”‚ โ”‚ return points.reshape((-1, nppc, 3)) โ”‚ โ”‚ 721 โ”‚ โ”‚ โ”‚ 722 โ”‚ def get_bezier_tuples(self): โ”‚ โ”‚ 723 โ”‚ โ”‚ return self.get_bezier_tuples_from_points(self.points) โ”‚ โ•ฐโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฏ AttributeError: 'list' object has no attribute 'reshape' ``` <!-- Insert screenshots here (only when absolutely necessary, we prefer copy/pasted output!) --> </details> ## System specifications <details><summary>System Details</summary> - OS: macOS 14.3.1 (Sonoma) - RAM: 64GB - Python version: 3.11.5 - Installed modules (provide output from `pip list`): ``` PASTE HERE ``` </details> <details><summary>LaTeX details</summary> + LaTeX distribution (e.g. TeX Live 2020): TeX Live 2023 + Installed LaTeX packages: <!-- output of `tlmgr list --only-installed` for TeX Live or a screenshot of the Packages page for MikTeX --> </details> <details><summary>FFMPEG</summary> Output of `ffmpeg -version`: ``` ffmpeg version 4.2.2 Copyright (c) 2000-2019 the FFmpeg developers built with clang version 12.0.0 configuration: --prefix=/Users/ktietz/demo/mc3/conda-bld/ffmpeg_1628925491858/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_plac --cc=arm64-apple-darwin20.0.0-clang --disable-doc --enable-avresample --enable-gmp --enable-hardcoded-tables --enable-libfreetype --enable-libvpx --enable-pthreads --enable-libopus --enable-postproc --enable-pic --enable-pthreads --enable-shared --enable-static --enable-version3 --enable-zlib --enable-libmp3lame --disable-nonfree --enable-gpl --enable-gnutls --disable-openssl --enable-libopenh264 --enable-libx264 libavutil 56. 31.100 / 56. 31.100 libavcodec 58. 54.100 / 58. 54.100 libavformat 58. 29.100 / 58. 29.100 libavdevice 58. 8.100 / 58. 8.100 libavfilter 7. 57.100 / 7. 57.100 libavresample 4. 0. 0 / 4. 0. 0 libswscale 5. 5.100 / 5. 5.100 libswresample 3. 5.100 / 3. 5.100 libpostproc 55. 5.100 / 55. 5.100 ``` </details> ## Additional comments <!-- Add further context that you think might be relevant for this issue here. --> I think the code below causes the issue: https://github.com/ManimCommunity/manim/blob/011c36a6343baacefc092170a664624e3c4a737c/manim/mobject/opengl/opengl_vectorized_mobject.py#L1212C1-L1215C50 Because when I change the code `return [path_list[-1][-1]] * nppc` to `return np.array([path_list[-1][-1]] * nppc)`, it works correctly.
[ "I came here to look if anyone else has posted thisโ€”I found #3278 as the same thing as well. It prevents being able to use `Transform` on text Mobjects.\r\n\r\n@behackl put up a review that covers the same fix as you mention." ]
3,613
fix type hint of indication.py : <!-- Thank you for contributing to Manim! Learn more about the process in our contributing guidelines: https://docs.manim.community/en/latest/contributing.html --> ## Overview: What does this pull request change? <!-- If there is more information than the PR title that should be added to our release changelog, add it in the following changelog section. This is optional, but recommended for larger pull requests. --> <!--changelog-start--> <!--changelog-end--> ## Motivation and Explanation: Why and how do your changes improve the library? <!-- Optional for bugfixes, small enhancements, and documentation-related PRs. Otherwise, please give a short reasoning for your changes. --> Remove redundant quotes of Mobject in file the indication.py. ## Links to added or changed documentation pages <!-- Please add links to the affected documentation pages (edit the description after opening the PR). The link to the documentation for your PR is https://manimce--####.org.readthedocs.build/en/####/, where #### represents the PR number. --> ## Further Information and Comments <!-- If applicable, put further comments for the reviewers here. --> <!-- Thank you again for contributing! Do not modify the lines below, they are for reviewers. --> ## 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
[]
3,611
Fix error in Windows CI pipeline : see title. problem appears in recent runs, e.g. https://github.com/ManimCommunity/manim/actions/runs/7749104954/job/21132994064?pr=3429
[]
3,610
Problems with preparing metadata for skia-pathops : #### Preliminaries - [x] I have followed the latest version of the [installation instructions](https://docs.manim.community/en/stable/installation.html). - [x] I have checked the [installation FAQ](https://docs.manim.community/en/stable/faq/installation.html) and my problem is either not mentioned there, or the solution given there does not help. ## Description of error I have tried to install Manim twice, with and without sudo, updated und upgraded my entire system each time, and only copy-pasted the code on the docs.manim.community website. Both times, it failed with the error: "metadata-generation-failed". Using "pip3 install manim" without sudo also results in the message "Defaulting to user installation because normal site-packages is not writeable", with sudo this message does not appear. ## Installation logs ``` Collecting manim Downloading manim-0.18.0-py3-none-any.whl.metadata (11 kB) Collecting Pillow<10.0,>=9.1 (from manim) Downloading Pillow-9.5.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (3.4 MB) โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” 3.4/3.4 MB 603.3 kB/s eta 0:00:00 Requirement already satisfied: Pygments<3.0.0,>=2.10.0 in /usr/lib/python3/dist-packages (from manim) (2.15.1) Requirement already satisfied: click<=9.0,>=7.2 in /usr/lib/python3/dist-packages (from manim) (8.1.6) Collecting click-default-group<2.0.0,>=1.2.2 (from manim) Downloading click_default_group-1.2.4-py2.py3-none-any.whl.metadata (2.8 kB) Collecting cloup<2.2,>=0.13 (from manim) Downloading cloup-2.1.2-py2.py3-none-any.whl.metadata (7.2 kB) Requirement already satisfied: decorator<6.0.0,>=5.0.7 in /usr/lib/python3/dist-packages (from manim) (5.1.1) Collecting isosurfaces==0.1.0 (from manim) Downloading isosurfaces-0.1.0-py3-none-any.whl (10 kB) Collecting manimpango<1.0.0,>=0.5.0 (from manim) Downloading ManimPango-0.5.0.tar.gz (4.1 MB) โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” 4.1/4.1 MB 469.2 kB/s eta 0:00:00 Installing build dependencies ... done Getting requirements to build wheel ... done Preparing metadata (pyproject.toml) ... done Collecting mapbox-earcut<2.0.0,>=1.0.0 (from manim) Downloading mapbox_earcut-1.0.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (112 kB) โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” 112.8/112.8 kB 787.5 kB/s eta 0:00:00 Collecting moderngl<6.0.0,>=5.6.3 (from manim) Downloading moderngl-5.10.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.metadata (7.2 kB) Collecting moderngl-window<3.0.0,>=2.3.0 (from manim) Downloading moderngl_window-2.4.5-py3-none-any.whl.metadata (8.8 kB) Requirement already satisfied: networkx<3.3,>=2.5 in /usr/lib/python3/dist-packages (from manim) (2.8.8) Requirement already satisfied: numpy<2.0,>=1.22 in /usr/lib/python3/dist-packages (from manim) (1.24.2) Requirement already satisfied: pycairo<2.0,>=1.21 in /usr/lib/python3/dist-packages (from manim) (1.25.1) Collecting pydub<0.26.0,>=0.25.1 (from manim) Downloading pydub-0.25.1-py2.py3-none-any.whl (32 kB) Requirement already satisfied: requests<3.0.0,>=2.26.0 in /usr/lib/python3/dist-packages (from manim) (2.31.0) Requirement already satisfied: rich!=12.0.0,>=6.0 in /usr/lib/python3/dist-packages (from manim) (13.3.1) Requirement already satisfied: scipy<2.0.0,>=1.7.3 in /usr/lib/python3/dist-packages (from manim) (1.10.1) Collecting screeninfo<0.9,>=0.8 (from manim) Downloading screeninfo-0.8.1-py3-none-any.whl (12 kB) Collecting skia-pathops<0.8.0,>=0.7.0 (from manim) Downloading skia-pathops-0.7.4.zip (61.3 MB) โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” 61.3/61.3 MB 739.7 kB/s eta 0:00:00 Installing build dependencies ... done Getting requirements to build wheel ... done Preparing metadata (pyproject.toml) ... error error: subprocess-exited-with-error ``` <details><summary>Terminal output</summary> ``` ร— Preparing metadata (pyproject.toml) did not run successfully. โ”‚ exit code: 1 โ•ฐโ”€> [128 lines of output] <string>:7: DeprecationWarning: dep_util is Deprecated. Use functions from setuptools instead. <string>:11: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html WARNING setuptools_scm.pyproject_reading toml section missing 'pyproject.toml does not contain a tool.setuptools_scm section' running dist_info creating /tmp/pip-modern-metadata-65gp46xo/skia_pathops.egg-info writing /tmp/pip-modern-metadata-65gp46xo/skia_pathops.egg-info/PKG-INFO writing dependency_links to /tmp/pip-modern-metadata-65gp46xo/skia_pathops.egg-info/dependency_links.txt writing requirements to /tmp/pip-modern-metadata-65gp46xo/skia_pathops.egg-info/requires.txt writing top-level names to /tmp/pip-modern-metadata-65gp46xo/skia_pathops.egg-info/top_level.txt writing manifest file '/tmp/pip-modern-metadata-65gp46xo/skia_pathops.egg-info/SOURCES.txt' Error compiling Cython file: ------------------------------------------------------------ ... DONE = kDone_Verb # unused; we raise StopIteration instead cdef uint8_t *POINTS_IN_VERB cpdef dict VERB_METHODS ^ ------------------------------------------------------------ src/python/pathops/_pathops.pxd:214:6: Variables cannot be declared with 'cpdef'. Use 'cdef' instead. Error compiling Cython file: ------------------------------------------------------------ ... cdef uint8_t *POINTS_IN_VERB cpdef dict VERB_METHODS cpdef dict PEN_METHODS ^ ------------------------------------------------------------ src/python/pathops/_pathops.pxd:216:6: Variables cannot be declared with 'cpdef'. Use 'cdef' instead. warning: src/python/pathops/_pathops.pyx:1242:8: The 'IF' statement is deprecated and will be removed in a future Cython version. Consider using runtime conditions or C macros instead. See https://github.com/cython/cython/issues/4310 warning: src/python/pathops/_pathops.pyx:1255:12: The 'IF' statement is deprecated and will be removed in a future Cython version. Consider using runtime conditions or C macros instead. See https://github.com/cython/cython/issues/4310 warning: src/python/pathops/_pathops.pyx:1261:16: The 'IF' statement is deprecated and will be removed in a future Cython version. Consider using runtime conditions or C macros instead. See https://github.com/cython/cython/issues/4310 Error compiling Cython file: ------------------------------------------------------------ ... 3, # CUBIC 0, # CLOSE 0 # DONE ] cpdef dict VERB_METHODS = { ^ ------------------------------------------------------------ src/python/pathops/_pathops.pyx:691:6: Variables cannot be declared with 'cpdef'. Use 'cdef' instead. Error compiling Cython file: ------------------------------------------------------------ ... kConic_Verb: "conicTo", kCubic_Verb: "cubicTo", kClose_Verb: "close", } cpdef dict PEN_METHODS = { ^ ------------------------------------------------------------ src/python/pathops/_pathops.pyx:700:6: Variables cannot be declared with 'cpdef'. Use 'cdef' instead. Compiling src/python/pathops/_pathops.pyx because it changed. [1/1] Cythonizing src/python/pathops/_pathops.pyx Traceback (most recent call last): File "/usr/lib/python3/dist-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 353, in <module> main() File "/usr/lib/python3/dist-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 335, in main json_out['return_val'] = hook(**hook_input['kwargs']) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 149, in prepare_metadata_for_build_wheel return hook(metadata_directory, config_settings) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/tmp/pip-build-env-jkjtu0k0/overlay/local/lib/python3.11/dist-packages/setuptools/build_meta.py", line 366, in prepare_metadata_for_build_wheel self.run_setup() File "/tmp/pip-build-env-jkjtu0k0/overlay/local/lib/python3.11/dist-packages/setuptools/build_meta.py", line 480, in run_setup super(_BuildMetaLegacyBackend, self).run_setup(setup_script=setup_script) File "/tmp/pip-build-env-jkjtu0k0/overlay/local/lib/python3.11/dist-packages/setuptools/build_meta.py", line 311, in run_setup exec(code, locals()) File "<string>", line 409, in <module> File "/tmp/pip-build-env-jkjtu0k0/overlay/local/lib/python3.11/dist-packages/setuptools/__init__.py", line 103, in setup return distutils.core.setup(**attrs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/tmp/pip-build-env-jkjtu0k0/overlay/local/lib/python3.11/dist-packages/setuptools/_distutils/core.py", line 185, in setup return run_commands(dist) ^^^^^^^^^^^^^^^^^^ File "/tmp/pip-build-env-jkjtu0k0/overlay/local/lib/python3.11/dist-packages/setuptools/_distutils/core.py", line 201, in run_commands dist.run_commands() File "/tmp/pip-build-env-jkjtu0k0/overlay/local/lib/python3.11/dist-packages/setuptools/_distutils/dist.py", line 969, in run_commands self.run_command(cmd) File "/tmp/pip-build-env-jkjtu0k0/overlay/local/lib/python3.11/dist-packages/setuptools/dist.py", line 963, in run_command super().run_command(command) File "/tmp/pip-build-env-jkjtu0k0/overlay/local/lib/python3.11/dist-packages/setuptools/_distutils/dist.py", line 988, in run_command cmd_obj.run() File "/tmp/pip-build-env-jkjtu0k0/overlay/local/lib/python3.11/dist-packages/setuptools/command/dist_info.py", line 91, in run self.egg_info.run() File "/tmp/pip-build-env-jkjtu0k0/overlay/local/lib/python3.11/dist-packages/setuptools/command/egg_info.py", line 321, in run self.find_sources() File "/tmp/pip-build-env-jkjtu0k0/overlay/local/lib/python3.11/dist-packages/setuptools/command/egg_info.py", line 329, in find_sources mm.run() File "/tmp/pip-build-env-jkjtu0k0/overlay/local/lib/python3.11/dist-packages/setuptools/command/egg_info.py", line 551, in run self.add_defaults() File "/tmp/pip-build-env-jkjtu0k0/overlay/local/lib/python3.11/dist-packages/setuptools/command/egg_info.py", line 589, in add_defaults sdist.add_defaults(self) File "/tmp/pip-build-env-jkjtu0k0/overlay/local/lib/python3.11/dist-packages/setuptools/command/sdist.py", line 112, in add_defaults super().add_defaults() File "/tmp/pip-build-env-jkjtu0k0/overlay/local/lib/python3.11/dist-packages/setuptools/_distutils/command/sdist.py", line 251, in add_defaults self._add_defaults_ext() File "/tmp/pip-build-env-jkjtu0k0/overlay/local/lib/python3.11/dist-packages/setuptools/_distutils/command/sdist.py", line 335, in _add_defaults_ext build_ext = self.get_finalized_command('build_ext') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/tmp/pip-build-env-jkjtu0k0/overlay/local/lib/python3.11/dist-packages/setuptools/_distutils/cmd.py", line 305, in get_finalized_command cmd_obj.ensure_finalized() File "/tmp/pip-build-env-jkjtu0k0/overlay/local/lib/python3.11/dist-packages/setuptools/_distutils/cmd.py", line 111, in ensure_finalized self.finalize_options() File "<string>", line 96, in finalize_options File "/tmp/pip-build-env-jkjtu0k0/overlay/local/lib/python3.11/dist-packages/Cython/Build/Dependencies.py", line 1154, in cythonize cythonize_one(*args) File "/tmp/pip-build-env-jkjtu0k0/overlay/local/lib/python3.11/dist-packages/Cython/Build/Dependencies.py", line 1321, in cythonize_one raise CompileError(None, pyx_file) Cython.Compiler.Errors.CompileError: src/python/pathops/_pathops.pyx [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. error: metadata-generation-failed ร— Encountered error while generating package metadata. โ•ฐโ”€> See above for output. note: This is an issue with the package mentioned above, not pip. hint: See above for details. ``` </details> ## System specifications <details><summary>System Details</summary> - OS (with version, e.g., Windows 10 v2004 or macOS 10.15 (Catalina)): Kali GNU/Linux Rolling i686 - RAM: 3791MiB / 5852MiB (Both Outputs from neofetch) - Python version (`python/py/python3 --version`): Python 3.11.7 - Installed modules (provide output from `pip list`): ``` Package Version ------------------------------ ----------------- aadict 0.2.3 aardwolf 0.2.2 adblockparser 0.7 adns 1.4+py1 aesedb 0.1.3 aiocmd 0.1.2 aioconsole 0.7.0 aiodns 3.1.1 aiofiles 23.2.1 aioftp 0.21.4 aiohttp 3.9.1 aiohttp-apispec 3.0.0b2 aiohttp-jinja2 1.5.1 aiohttp-security 0.4.0 aiohttp-session 2.11.0 aiomultiprocess 0.9.0 aioquic 0.9.25 aioredis 1.3.1 aiosignal 1.3.1 aiosmb 0.4.4 aiosqlite 0.17.0 aiowinreg 0.0.7 ajpy 0.0.5 alabaster 0.7.12 alembic 1.13.1.dev0 altgraph 0.17.4 amqp 5.2.0 androguard 3.4.0a1 aniso8601 9.0.1 antlr4-python3-runtime 4.9.1 anyio 3.7.0 anyjson 0.3.3 apispec 6.3.0 apispec-webframeworks 0.5.2 appdirs 1.4.4 APScheduler 3.9.1 arc4 0.3.0 argcomplete 3.1.4 arjun 2.2.1 arpy 1.1.1 arrow 1.2.3 artifacts 20230928 asciitree 0.3.3 asgiref 3.7.2 asn1crypto 1.5.1 asn1tools 0.164.0 asset 0.6.13 astroid 3.0.2 asttokens 2.4.1 asyauth 0.0.9 async-timeout 4.0.3 asyncssh 2.10.1 asysocks 0.2.2 attrs 23.2.0 autobahn 22.7.1 autocommand 2.2.2 Automat 22.10.0 awscli 2.15.9 awscrt 1.0.0.dev0 Babel 2.10.3 backdoor-factory 0.0.0 backoff 2.2.1 base58 1.0.3 base91 1.0.1 bcrypt 3.2.2 beautifulsoup4 4.12.2 beniget 0.4.1 bidict 0.22.1 billiard 4.2.0 binwalk 2.3.3 bitstruct 8.15.1 bleach 6.1.0 blinker 1.7.0 bloodhound 1.7.2 bluepy 1.3.0 boto3 1.34.18 botocore 1.34.18 bottle 0.12.25 Bottleneck 1.3.5 Brlapi 0.8.5 Brotli 1.1.0 CacheControl 0.13.1 cairocffi 1.6.1 capstone 4.0.2 catfish 4.16.4 cbor 1.0.0 celery 5.3.4 censys 2.2.10 Cerberus 1.3.2 certifi 2023.11.17 certipy-ad 4.7.0 cffi 1.16.0 cfscrape 1.9.5 chardet 5.2.0 charset-normalizer 3.3.2 cheroot 10.0.0+ds1 CherryPy 18.9.0 cherrypy-cors 1.6 chirp 20231027 ciphey 5.14.0 cipheydists 0.3.35 cli-helpers 2.3.0 click 8.1.6 click-didyoumean 0.3.0 click-plugins 1.1.1 click-repl 0.2.0 cloudscraper 1.2.71 cmd2 2.4.3+ds colorama 0.4.6 colorlog 6.8.0 commonmark 0.9.1 configobj 5.0.8 constantly 23.10.4 contextlib2 0.6.0.post1 contourpy 1.0.7 crackmapexec 5.4.0 crcelk 1.3 crowbar 4.1 cryptography 41.0.7 cssselect 1.2.0 cssselect2 0.7.0 cstruct 5.2 ctypescrypto 0.5 cupshelpers 1.0 cvss 2.4 cx-Oracle 8.3.0 cycler 0.11.0 dbus-python 1.3.2 decorator 5.1.1 defusedxml 0.7.1 Deprecated 1.2.14 dfdatetime 20220131 dfvfs 20211228 dfwinreg 20211207 dhcpig 0.0.0 dhcplib 0.1.1 dicttoxml 1.7.15 dill 0.3.7 dirsearch 0.4.3 diskcache 5.4.0 dissect.cstruct 0.0.0 distlib 0.3.8 distorm3 3.5.2 distro 1.9.0 Django 4.2.9 dnsgen 1.0.4 dnslib 0.9.24 dnspython 2.4.2 dnstwist 20230918 docker 5.0.3 docopt 0.6.2 docutils 0.20.1 docxcompose 1.4.0 docxtpl 0.16.7 donut-shellcode 0.9.3 dronekit 2.9.2 dropbox 11.36.2 dscan-4E656F 0.1.5 dsinternals 1.2.4 dsnap 1.0.0 dtfabric 20230520 easygui 0.98.1 EasyProcess 1.1 ecdsa 0.18.0 elasticsearch 7.17.6 email-validator 1.3.0 endesive 2.0.16 enum4linux-ng 1.3.2 ephem 4.1.5 et-xmlfile 1.0.1 eventlet 0.33.3 exceptiongroup 1.2.0 executing 2.0.1 ExifRead 3.0.0 ExtProxy 1.0.2 fake-useragent 1.1.1 Faker 22.0.0 faraday-agent-dispatcher 2.4.0 faraday-agent-parameters-types 1.2.0 faraday-cli 2.1.8 faraday-plugins 1.15.0 faradaysec 5.0.1 fastapi 0.101.0 fastjsonschema 2.19.0 feedparser 6.0.10 fierce 1.5.0 filebytes 0.10.2 filedepot 0.5.2 filelock 3.13.1 filteralchemy 0.1.0 fire 0.5.0 flake8 6.1.0 flasgger 0.9.7.2.dev2 Flask 2.2.5 Flask-Celery-Helper 1.1.0 Flask-Classful 0.15.0.dev1 Flask-Cors 4.0.0 Flask-JSGlue 0.3.1 Flask-KVSession-fork 0.6.4 Flask-Limiter 3.5.0 Flask-Login 0.6.3 Flask-Mail 0.9.1 Flask-Principal 0.4.0 Flask-RESTful 0.3.9 Flask-SocketIO 5.3.2 Flask-SQLAlchemy 3.0.3 Flask-WTF 1.2.1 flatbuffers 2.0.8+dfsg1 fleep 1.0.1 fonttools 4.46.0 fpdf2 2.7.3 freetype-py 2.4.0 freezegun 1.2.1 frozenlist 1.4.0 fs 2.4.16 future 0.18.2 fuzzywuzzy 0.18.0 gast 0.5.2 gattlib 0.20210616 GDAL 3.8.3 GeoIP 1.3.2 geoip2 2.9.0 gevent 23.9.1 gevent-websocket 0.10.1 gitdb 4.0.11 GitPython 3.1.37 globre 0.1.5 gmplot 1.2.0 goofile 1.6 google 2.0.3 gpg 1.18.0 gps 3.25 gps3 0.33.0 graphviz 0.20.2.dev0 greenbone-feed-sync 23.10.0 greenlet 3.0.1 grokevt 0.5 h11 0.14.0 h2 4.1.0 h8mail 2.5.6 hashID 3.1.4 hiredis 2.3.2 hostsman 1.1.5 hpack 4.0.0 html2text 2020.1.16 html5lib 1.1 httpagentparser 1.9.1 httpcore 1.0.2 httplib2 0.20.4 httpx 0.26.0 humanize 4.9.0 hupper 1.12 hypercorn 0.14.4 hyperframe 6.0.0 hyperlink 21.0.0 idna 3.3 imageio 2.33.1 imagesize 1.4.1 IMAPClient 2.3.1 impacket 0.11.0 importlib-metadata 4.12.0 importlib-resources 6.0.1 incremental 22.10.0 infinity 1.5 inflect 7.0.0 iniconfig 1.1.1 instaloader 4.10.2 invoke 2.0.0 IP2Proxy 3.4.0 ipdb 0.13.13 ipwhois 1.2.0 IPy 1.1 ipython 8.20.0 isc-dhcp-leases 0.10.0 isort 5.6.4 itsdangerous 2.1.2 ivre 0.9.20+kali jaraco.collections 4.2.0 jaraco.context 4.3.0 jaraco.functools 4.0.0 jaraco.text 3.11.1 jedi 0.18.2 jefferson 0.4.3 Jinja2 3.1.2 jmespath 1.0.1 joblib 1.3.2 jq 1.2.1 json5 0.9.14 jsonpointer 2.3 jsonschema 4.10.3 jupyter_core 5.3.2 kaitaistruct 0.10 kali-tweaks 2023.3.2 KismetCaptureBtGeiger 2021.7.1 KismetCaptureFreaklabsZigbee 2018.7.0 KismetCaptureRtl433 2020.10.1 KismetCaptureRtladsb 2020.10.1 KismetCaptureRtlamr 2020.10.1 kiwisolver 0.0.0 kombu 5.3.4 langdetect 1.0.9 lark 1.1.9 ldap3 2.9.1 ldapdomaindump 0.9.4 libarchive-c 2.9 libtaxii 1.1.119 lightdm-gtk-greeter-settings 1.2.2 limits 3.6.0 lml 0.1.0 log-symbols 0.0.14 logilab-common 1.9.8 loguru 0.7.2 logutils 0.3.5 louis 3.28.0 lsassy 3.1.6 lxml 4.9.3 lz4 4.0.2+dfsg lzallright 0.1.0 macholib 1.16.3 Mako 1.2.4.dev0 manuf 1.1.5 Markdown 3.4.4 markdown-it-py 3.0.0 MarkupSafe 2.1.3 marshmallow 3.20.1 marshmallow-sqlalchemy 0.30.0 maryam 2.5.0 masky 0.1.1 matplotlib 3.6.3 matplotlib-inline 0.1.6 maxminddb 2.5.2 mccabe 0.7.0 mdit-py-plugins 0.4.0 mdurl 0.1.2 mechanize 0.4.9 mercurial 6.6.1 metaconfig 0.1.4a1 minidump 0.0.21 minikerberos 0.4.0 mistune0 0.8.4 mitmproxy 10.1.5 mnemonic 0.19 mock 4.0.3 monotonic 1.6 more-itertools 10.1.0 more-termcolor 1.1.3 mpmath 0.0.0 msgpack 1.0.3 msldap 0.4.7 multidict 6.0.4 mypy-boto3-ebs 1.26.0.post1 mypy-extensions 1.0.0 mysqlclient 1.4.6 myst-parser 2.0.0 name-that-hash 1.11.0 nassl 5.0.1 nbformat 5.9.1 neo4j 5.2.dev0 neobolt 1.7.17 neotime 1.7.4 netaddr 0.8.0 netifaces 0.11.0 networkx 2.8.8 nltk 3.8.1 nose 1.3.7 notus-scanner 22.6.2 nplusone 1.0.0 ntlm-auth 1.4.0 numexpr 2.8.8 numpy 1.24.2 oauthlib 3.2.2 objgraph 3.6.0 odfpy 1.4.2 olefile 0.46 onboard 1.4.1 openpyxl 3.1.2 opentaxii 0.9.3 ordered-set 4.1.0 oscrypto 1.3.0 ospd-openvas 22.6.2 osrframework 0.20.1 outcome 1.2.0 packaging 23.2 pacu 1.1.5 paho-mqtt 1.6.1 pandas 1.5.3 paramiko 2.12.0 parso 0.8.3 passlib 1.7.4 passwordmeter 0.1.8 Paste 3.7.1 PasteDeploy 3.1.0 PasteScript 3.2.1 patator 1.0 pathspec 0.12.1 pbkdf2 1.3 pbr 5.11.1 pcapy 0.11.5.dev0 pefile 2023.2.7 pem 19.1.0 pendulum 2.1.2 pexpect 4.8.0 pgcli 4.0.1 pgspecial 2.0.1 phonenumbers 8.12.57 phpserialize 1.3 Pillow 10.1.0 ping3 4.0.4 pip 23.3 plaso 20211229 plaster 1.0 plaster-pastedeploy 0.5 platformdirs 4.1.0 plotext 5.2.8 plotly 5.15.0 pluggy 1.3.0 pluginbase 1.0.1 ply 3.11 pocsuite3 1.9.6 portend 3.1.0 prettytable 3.6.0 priority 2.0.0 prompt-toolkit 3.0.43 protobuf 4.21.12 psutil 5.9.5 psycogreen 1.0.1 psycopg 3.1.17 psycopg2 2.9.9 psycopg2cffi 2.8.1 ptyprocess 0.7.0 publicsuffix2 2.20191221 publicsuffixlist 0.9.3 pure-eval 0.0.0 pwncat 0.1.2 py 1.11.0 py-altdns 1.0.2 py-sneakers 1.0.1 py-ubjson 0.16.1 pyasn1 0.4.8 pyasn1-modules 0.2.8 pybase62 1.0.0 PyBluez 0.23 pycairo 1.25.1 pycares 4.4.0 pycodestyle 2.11.1 pycparser 2.21 pycryptodomex 3.11.0 pycups 2.0.1 pycurl 7.45.2 pydantic 1.10.13 PyDispatcher 2.0.5 pydot 1.4.2 pydotplus 2.0.2 pyee 11.1.0 pyenchant 3.2.2 pyexcel 0.5.14 pyexcel-io 0.5.18 pyexcel-ods 0.5.6 pyexcel-text 0.2.7.1 pyexcel-xls 0.5.8 pyexcel-xlsx 0.5.5 pyExploitDb 0.2.6 pyfatfs 1.0.5+git20231017 pyfiglet 1.0.2 pyflakes 3.1.0 pygame 2.5.2 pygccxml 2.4.0 pygeoip 0.3.2 pygexf 0.2.2 Pygments 2.15.1 PyGObject 3.46.0 pygraphviz 1.7 PyHamcrest 2.0.3 pyinotify 0.9.6 PyInstaller 3.5+498e6ee058 PyJWT 2.7.0 PyKCS11 1.5.13 pylint 2.17.4 pylnk3 0.4.2 pylsqpack 0.3.18 pymavlink 2.4.37 pymetasploit3 1.0.5 pymongo 3.11.0 pymssql 2.2.11 PyMySQL 1.0.2 PyNaCl 1.5.0 pyodbc 5.0.1 PyOpenGL 3.1.6 pyOpenSSL 23.2.0 pyotp 2.9.0 pyparsing 3.1.1 PyPDF2 2.12.1 pyperclip 1.8.2 pyperscan 0.2.2 pypng 0.20231004.0 pyppeteer 1.0.1 pypsrp 0.8.1 pypykatz 0.6.6 PyQRCode 1.2.1 PyQt-Qwt 1.2.2 PyQt5 5.15.10 PyQt5-sip 12.13.0 PyQt6 6.6.1 PyQt6-sip 13.6.0 pyqtgraph 0.13.3 pyquery 1.4.3 pyramid 2.0 pyregfi 1.0.1.0 PyRIC 0.1.6.4 pyrsistent 0.18.1 pyrtlsdr 0.2.91 PySecretSOCKS 0.9.1 pyserial 3.5 pyShodan 0.2.6 pySigma 0.10.8 pysmb 1.1.19 pysmbc 1.0.25.1 pysmi 0.3.4 pysnmp 4.4.12 PySocks 1.7.1 pyspnego 0.8.0 pytest 7.4.3 python-apt 2.7.5 python-dateutil 2.8.2 python-docx 1.1.0 python-dotenv 1.0.0 python-emailahoy3 0.1.3 python-engineio 4.3.4 python-gnupg 0.5.2 python-gvm 23.11.0 python-jose 3.3.0 python-ldap 3.4.4 python-Levenshtein 0.12.2 python-libnmap 0.7.2 python-magic 0.4.27 python-magic-ahupp 0.4.13 python-memcached 1.58 python-multipart 0.0.6 python-nmap 0.6.1 python-owasp-zap-v2.4 0.0.20 python-pam 2.0.2 python-pptx 0.6.18 python-slugify 8.0.1 python-snappy 0.5.3 python-socketio 5.7.2 python-status 1.0.1 python-xlib 0.33 pythonping 1.1.4 pythran 0.15.0 PyTrie 0.4.0 pytsk3 20211111 pytz 2023.3.post1 pytzdata 2020.1 pyusb 1.2.1.post2 PyUserInput 0.1.11 PyVirtualDisplay 2.2 pyVNC 0.1 pywebcopy 7.0.1 pywerview 0.3.3 pywhat 1.0.1 pyxattr 0.8.1 pyxdg 0.28 PyYAML 6.0.1 pyzmq 24.0.1 qrcode 7.4.2 QScintilla 2.14.1 Quamash 0.6.1 quark-engine 23.9.1 quart 0.18.3 rarfile 4.1 raven 1.0.0 recommonmark 0.7.1 redis 4.3.4 regex 2022.10.31 reportlab 4.0.9 repoze.lru 0.7 requests 2.31.0 requests-file 1.5.1 requests-futures 1.0.1 requests-ntlm 1.1.0 requests-toolbelt 1.0.0 responses 0.24.1 retry 0.9.2 retrying 1.3.3 rfc3987 1.3.8 rfcat 2.0.1 rich 13.3.1 rjsmin 1.2.0 rlPyCairo 0.3.0 roguehostapd 1.1.2 roman 3.3 ropper 1.13.8 routersploit 3.4.0 Routes 2.5.1 rq 1.15.0 rsa 4.9 rtlsdr-scanner 1.3.2 ruamel.yaml 0.17.21 ruamel.yaml.clib 0.2.8 rzpipe 0.4.0 s3transfer 0.10.0 sarge 0.1.7.post1 scapy 2.5.0 schema 0.7.5 scipy 1.10.1 secure 0.3.0 selenium 4.16.0 service-identity 24.1.0 setproctitle 1.3.3 setuptools 68.1.2 sgmllib3k 1.0.0 sh 1.14.2 shellfire 0.11b0 shodan 1.30.1 sigma-cli 0.7.10 simple-rest-client 1.1.3 simplejson 3.19.2 simplekv 0.14.1 six 1.16.0 slowapi 0.1.4 smbmap 1.9.2 smmap 6.0.0 smoke-zephyr 2.0.1 sniffio 1.3.0 snowballstemmer 2.2.0 sortedcontainers 2.4.0 soupsieve 2.5 specan 0.0.0 Sphinx 7.2.6 sphinx-rtd-theme 2.0.0 sphinxcontrib-jquery 4.1 spinners 0.0.24 SQLAlchemy 1.4.50 sqlalchemy-schemadisplay 1.3 SQLAlchemy-Utc 0.14.0 SQLAlchemy-Utils 0.41.0 sqlparse 0.4.4 ssdeep 3.4.1 sslyze 5.2.0 stack-data 0.6.2 starlette 0.31.1 stegcracker 2.1.0 stem 1.8.2 stix2 3.0.1 stix2-patterns 2.0.0 stone 3.3.1 structlog 24.1.0 Sublist3r 1.0 svglib 1.4.1 sympy 1.12 syslog-rfc5424-formatter 1.2.3 tables 3.7.0 tabulate 0.8.10 Tempita 0.5.2 tempora 5.5.0 tenacity 8.2.3 termcolor 1.1.0 terminaltables 3.1.10 termineter 1.0.4 texttable 1.6.7 theHarvester 4.5.0 thrift 0.19.0 tinycss2 1.2.1 tinydb 3.15.2 tld 0.11.11 tldextract 3.1.2 tls-parser 1.2.2 tlsh 0.2.0 toml 0.10.2 tomli 2.0.1 tomlkit 0.12.3 torbrowser-launcher 0.3.6 tornado 6.3.2 torrequest 0.1.0 tqdm 4.64.1 traitlets 5.5.0 translationstring 1.4 treelib 1.7.0 trio 0.23.2 trio-websocket 0.11.1 Twisted 23.10.0 txaio 23.1.1 typing_extensions 4.7.1 tzlocal 5.2 u-msgpack-python 2.3.0 ubi-reader 0.8.5 ufoLib2 0.16.0 ujson 5.9.0 unblob 24.1.4 unblob-native 0.0.0 unicrypto 0.0.10 Unidecode 1.3.8 uritemplate 4.1.1 urllib3 1.26.18 urwid 2.4.1 uvicorn 0.25.0 uvloop 0.19.0 vaderSentiment 3.3.2 validators 0.20.0 venusian 3.1.0 vine 5.0.0 vinetto 0.8.0 virtualenv 20.25.0+ds visvis 1.13.0 wafw00f 2.2.0 wapiti3 3.0.4 wcwidth 0.2.5 webargs 8.0.1 webcolors 1.11.1 webencodings 0.5.1 WebOb 1.8.6 websocket-client 1.2.3 websockets 10.4 websockify 0.10.0 websploit 4.0.4 Werkzeug 2.3.8 wfuzz 3.1.0 wget 3.2 wheel 0.42.0 whois 0.8 wifiphisher 1.4 wifipumpkin3 1.1.7 wifite 2.7.0 wig-ng 0.1 winacl 0.1.7 witnessme 1.5.0 wordlistraider 1.0 wrapt 1.15.0 wsaccel 0.6.3 WsgiDAV 4.3.0 wsproto 1.2.0 WTForms 3.1.1 wxPython 4.2.1 xcffib 0.11.1 xdg 5 xdot 1.3 xlrd 2.0.1 XlsxWriter 3.1.9 xlutils 2.0.0 xlwt 1.3.0 xmltodict 0.13.0 yara-python 4.3.1 yarl 1.8.2 yaswfp 0.9.3 yattag 1.15.1 zc.lockfile 2.0 zim 0.75.2 zipp 1.0.0 zlib-wrapper 0.1.3 zombie-imp 0.0.2 zope.deprecation 5.0 zope.event 5.0 zope.interface 6.1 zstandard 0.22.0 ``` </details> <details><summary>LaTeX details</summary> + LaTeX distribution (e.g. TeX Live 2020): not installed + Installed LaTeX packages: <!-- output of `tlmgr list --only-installed` for TeX Live or a screenshot of the Packages page for MikTeX --> </details> <details><summary>FFMPEG</summary> Output of `ffmpeg -version`: ``` ffmpeg version 6.1.1-1 Copyright (c) 2000-2023 the FFmpeg developers built with gcc 13 (Debian 13.2.0-9) configuration: --prefix=/usr --extra-version=1 --toolchain=hardened --libdir=/usr/lib/i386-linux-gnu --incdir=/usr/include/i386-linux-gnu --arch=i386 --enable-gpl --disable-stripping --enable-gnutls --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libdav1d --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libharfbuzz --enable-libfribidi --enable-libglslang --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librabbitmq --enable-librist --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libsrt --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzimg --enable-libzmq --enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opencl --enable-opengl --enable-sdl2 --disable-sndio --enable-libjxl --enable-pocketsphinx --enable-librsvg --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libsvtav1 --enable-libx264 --enable-libplacebo --enable-librav1e --ignore-tests='hapenc-hap-none,hapenc-hapa-none,hapenc-hapq-none' --enable-shared libavutil 58. 29.100 / 58. 29.100 libavcodec 60. 31.102 / 60. 31.102 libavformat 60. 16.100 / 60. 16.100 libavdevice 60. 3.100 / 60. 3.100 libavfilter 9. 12.100 / 9. 12.100 libswscale 7. 5.100 / 7. 5.100 libswresample 4. 12.100 / 4. 12.100 libpostproc 57. 3.100 / 57. 3.100 ``` </details> ## Additional comments <!-- Add further context that you think might be relevant for this issue here. -->
[ "This is not an issue with manim itself, but with installing one of its dependencies, `skia-pathops`. There are prebuilt wheels for most OS/architecture combinations (see https://pypi.org/project/skia-pathops/0.7.4/#files), but it seems none are provided for your platform.\r\n\r\nYou can try and `pip install skia-p...
3,605
IndexError: list index out of range : from manim import * class GaussianElimination(Scene): def construct(self): # Define the augmented matrix matrix = [[1, 3, -2, 0, 2, 0], [2, 6, -5, -2, 4, -3], [0, 0, 5, 10, 0, 15], [2, 6, 0, 8, 4, 18]] # Create a VGroup to hold the matrix elements matrix_group = self.get_matrix_group(matrix) # Display the original matrix self.play(Write(matrix_group)) # Apply Gaussian elimination to find RREF self.gaussian_elimination(matrix, matrix_group) # Highlight the pivot columns self.highlight_pivots(matrix_group) def gaussian_elimination(self, matrix, matrix_group): for col in range(len(matrix[0]) - 1): if matrix[col][col] == 0: continue # Skip if pivot element is already zero for row in range(col + 1, len(matrix)): factor = matrix[row][col] / matrix[col][col] for i in range(len(matrix[0])): matrix[row][i] -= factor * matrix[col][i] # Display the updated matrix after each step self.play(Transform(matrix_group, self.get_matrix_group(matrix))) def get_matrix_group(self, matrix): matrix_group = VGroup() for i, row in enumerate(matrix): row_elements = [Tex(f"{elem}", color=WHITE) for elem in row] matrix_group.add(VGroup(*row_elements).arrange(RIGHT)) return matrix_group def highlight_pivots(self, matrix_group): num_rows = len(matrix_group) num_cols = len(matrix_group[0]) - 1 # Exclude the augmented column for col_num in range(min(num_cols, num_rows)): pivot_row = None for row_num in range(col_num, num_rows): # Start from the current column if matrix_group[row_num][col_num].get_color() == WHITE and matrix_group[row_num][col_num].get_value() != "0": pivot_row = row_num break if pivot_row is not None: pivot_element = matrix_group[pivot_row][col_num] self.play( matrix_group[pivot_row].animate.set_color_by_tex_to_color( str(pivot_element), YELLOW ) )
[ "without analyzing your weirdly formatted code deeper (after putting it into executable form) I would say that something must be wrong in your Gauss elimination function:\r\n\r\n![image](https://github.com/ManimCommunity/manim/assets/8582807/483364d1-480b-4219-b45b-225ea428d407)\r\n", "Indeed, this tries to acces...
3,603
`align_to` misbehavior after `move_to` : If I align an object to another with `align_to`, then move it somewhere else with `move_to`, and finally re-align it to the same initial object with `align_to`, the last call has no effect. ```python a = Square() b = Circle().move_to(RIGHT*3) # so they're not on top of each other b.align_to(a, LEFT) b.move_to(RIGHT*2) b.align_to(a, LEFT) # this has no effect ``` Running Manim 0.18.0.
[ "I believe you need to supply us with more context, because the following code just works fine:\r\n\r\n```py\r\nclass align(Scene):\r\n def construct(self):\r\n a = Square()\r\n b = Circle().move_to(RIGHT*3) # so they're not on top of each other\r\n self.add(a,b)\r\n self.wait()\r\n ...
3,602
Getting error for dvisvgm : Hi everybody. ## Description of bug / unexpected behavior I just installed manim and tried making a little scene with it. It doesn't render. Here is my dvisvgm -l ```shell dvisvgm -l bgcolor background color special color complete support of color specials dvisvgm special set for embedding raw SVG snippets em line drawing statements of the emTeX special set html hyperref specials papersize special to set the page size pdf PDF hyperlink, font map, and pagesize specials ps dvips PostScript specials tpic TPIC specials ``` and dvisvgm --version ```shell dvisvgm --version dvisvgm 3.0.1 ``` btw, I installed it with dnf. i tried it with tlmgr and it didn't work either. ## Expected behavior To render the scene. ```py from manim import * class SquareToCircle(Scene): def construct(self): circle = Circle() square = Square() square.flip(RIGHT) square.rotate(-3 * TAU / 8) circle.set_fill(PINK, opacity=0.5) fname = Text("Shayan") lname = Text("Salehe") ex = MathTex(r'f(x) &= 3 + 2 + 1\\ &= 5 + 1 \\ &= 6', font_size=96) self.play(Create(ex)) ``` </details> ## Logs <details><summary>Terminal output</summary> <!-- Add "-v DEBUG" when calling manim to generate more detailed logs --> ``` manim -p -v DEBUG p.py SquareToCircle Manim Community v0.18.0 โ•ญโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€ Traceback (most recent call last) โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฎ โ”‚ /home/shayan/.local/lib/python3.11/site-packages/manim/cli/render/commands.py:115 in render โ”‚ โ”‚ โ”‚ โ”‚ 112 โ”‚ โ”‚ โ”‚ try: โ”‚ โ”‚ 113 โ”‚ โ”‚ โ”‚ โ”‚ with tempconfig({}): โ”‚ โ”‚ 114 โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ scene = SceneClass() โ”‚ โ”‚ โฑ 115 โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ scene.render() โ”‚ โ”‚ 116 โ”‚ โ”‚ โ”‚ except Exception: โ”‚ โ”‚ 117 โ”‚ โ”‚ โ”‚ โ”‚ error_console.print_exception() โ”‚ โ”‚ 118 โ”‚ โ”‚ โ”‚ โ”‚ sys.exit(1) โ”‚ โ”‚ โ”‚ โ”‚ /home/shayan/.local/lib/python3.11/site-packages/manim/scene/scene.py:223 in render โ”‚ โ”‚ โ”‚ โ”‚ 220 โ”‚ โ”‚ """ โ”‚ โ”‚ 221 โ”‚ โ”‚ self.setup() โ”‚ โ”‚ 222 โ”‚ โ”‚ try: โ”‚ โ”‚ โฑ 223 โ”‚ โ”‚ โ”‚ self.construct() โ”‚ โ”‚ 224 โ”‚ โ”‚ except EndSceneEarlyException: โ”‚ โ”‚ 225 โ”‚ โ”‚ โ”‚ pass โ”‚ โ”‚ 226 โ”‚ โ”‚ except RerunSceneException as e: โ”‚ โ”‚ โ”‚ โ”‚ /home/shayan/p/videos/math/p.py:13 in construct โ”‚ โ”‚ โ”‚ โ”‚ 10 โ”‚ โ”‚ circle.set_fill(PINK, opacity=0.5) โ”‚ โ”‚ 11 โ”‚ โ”‚ fname = Text("Shayan") โ”‚ โ”‚ 12 โ”‚ โ”‚ lname = Text("Salehe") โ”‚ โ”‚ โฑ 13 โ”‚ โ”‚ ex = MathTex(r'f(x) &= 3 + 2 + 1\\ &= 5 + 1 \\ &= 6', font_size=96) โ”‚ โ”‚ 14 โ”‚ โ”‚ self.play(Create(ex)) โ”‚ โ”‚ 15 โ”‚ โ”‚ โ”‚ โ”‚ /home/shayan/.local/lib/python3.11/site-packages/manim/mobject/text/tex_mobject.py:293 in โ”‚ โ”‚ __init__ โ”‚ โ”‚ โ”‚ โ”‚ 290 โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ """, โ”‚ โ”‚ 291 โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ ), โ”‚ โ”‚ 292 โ”‚ โ”‚ โ”‚ โ”‚ ) โ”‚ โ”‚ โฑ 293 โ”‚ โ”‚ โ”‚ raise compilation_error โ”‚ โ”‚ 294 โ”‚ โ”‚ self.set_color_by_tex_to_color_map(self.tex_to_color_map) โ”‚ โ”‚ 295 โ”‚ โ”‚ โ”‚ โ”‚ 296 โ”‚ โ”‚ if self.organize_left_to_right: โ”‚ โ”‚ โ”‚ โ”‚ /home/shayan/.local/lib/python3.11/site-packages/manim/mobject/text/tex_mobject.py:272 in โ”‚ โ”‚ __init__ โ”‚ โ”‚ โ”‚ โ”‚ 269 โ”‚ โ”‚ self.brace_notation_split_occurred = False โ”‚ โ”‚ 270 โ”‚ โ”‚ self.tex_strings = self._break_up_tex_strings(tex_strings) โ”‚ โ”‚ 271 โ”‚ โ”‚ try: โ”‚ โ”‚ โฑ 272 โ”‚ โ”‚ โ”‚ super().__init__( โ”‚ โ”‚ 273 โ”‚ โ”‚ โ”‚ โ”‚ self.arg_separator.join(self.tex_strings), โ”‚ โ”‚ 274 โ”‚ โ”‚ โ”‚ โ”‚ tex_environment=self.tex_environment, โ”‚ โ”‚ 275 โ”‚ โ”‚ โ”‚ โ”‚ tex_template=self.tex_template, โ”‚ โ”‚ โ”‚ โ”‚ /home/shayan/.local/lib/python3.11/site-packages/manim/mobject/text/tex_mobject.py:81 in โ”‚ โ”‚ __init__ โ”‚ โ”‚ โ”‚ โ”‚ 78 โ”‚ โ”‚ โ”‚ โ”‚ 79 โ”‚ โ”‚ assert isinstance(tex_string, str) โ”‚ โ”‚ 80 โ”‚ โ”‚ self.tex_string = tex_string โ”‚ โ”‚ โฑ 81 โ”‚ โ”‚ file_name = tex_to_svg_file( โ”‚ โ”‚ 82 โ”‚ โ”‚ โ”‚ self._get_modified_expression(tex_string), โ”‚ โ”‚ 83 โ”‚ โ”‚ โ”‚ environment=self.tex_environment, โ”‚ โ”‚ 84 โ”‚ โ”‚ โ”‚ tex_template=self.tex_template, โ”‚ โ”‚ โ”‚ โ”‚ /home/shayan/.local/lib/python3.11/site-packages/manim/utils/tex_file_writing.py:66 in โ”‚ โ”‚ tex_to_svg_file โ”‚ โ”‚ โ”‚ โ”‚ 63 โ”‚ โ”‚ tex_template.tex_compiler, โ”‚ โ”‚ 64 โ”‚ โ”‚ tex_template.output_format, โ”‚ โ”‚ 65 โ”‚ ) โ”‚ โ”‚ โฑ 66 โ”‚ svg_file = convert_to_svg(dvi_file, tex_template.output_format) โ”‚ โ”‚ 67 โ”‚ if not config["no_latex_cleanup"]: โ”‚ โ”‚ 68 โ”‚ โ”‚ delete_nonsvg_files() โ”‚ โ”‚ 69 โ”‚ return svg_file โ”‚ โ”‚ โ”‚ โ”‚ /home/shayan/.local/lib/python3.11/site-packages/manim/utils/tex_file_writing.py:253 in โ”‚ โ”‚ convert_to_svg โ”‚ โ”‚ โ”‚ โ”‚ 250 โ”‚ โ”‚ โ”‚ 251 โ”‚ # if the file does not exist now, this means conversion failed โ”‚ โ”‚ 252 โ”‚ if not result.exists(): โ”‚ โ”‚ โฑ 253 โ”‚ โ”‚ raise ValueError( โ”‚ โ”‚ 254 โ”‚ โ”‚ โ”‚ f"Your installation does not support converting {dvi_file.suffix} files to S โ”‚ โ”‚ 255 โ”‚ โ”‚ โ”‚ f" Consider updating dvisvgm to at least version 2.4." โ”‚ โ”‚ 256 โ”‚ โ”‚ โ”‚ f" If this does not solve the problem, please refer to our troubleshooting g โ”‚ โ•ฐโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฏ ValueError: Your installation does not support converting .dvi files to SVG. Consider updating dvisvgm to at least version 2.4. If this does not solve the problem, please refer to our troubleshooting guide at: https://docs.manim.community/en/stable/faq/general.html#my-installation-does-not-support-converting-pdf-to-svg-help ``` ## System specifications <details><summary>System Details</summary> - OS (with version, e.g., Windows 10 v2004 or macOS 10.15 (Catalina)): Fedora 38 - RAM: 8 gigs - Python version (`python/py/python3 --version`): 3.11.6 - Installed modules (provide output from `pip list`): ``` Package Version ------------------- ---------- certifi 2023.11.17 charset-normalizer 3.3.2 click 8.1.7 click-default-group 1.2.4 cloup 2.1.2 decorator 5.1.1 glcontext 2.5.0 idna 3.6 isosurfaces 0.1.0 manim 0.18.0 ManimPango 0.5.0 mapbox-earcut 1.0.1 markdown-it-py 3.0.0 mdurl 0.1.2 moderngl 5.10.0 moderngl-window 2.4.4 multipledispatch 1.0.0 networkx 3.2.1 numpy 1.26.3 Pillow 9.5.0 pip 22.3.1 pycairo 1.25.1 pydub 0.25.1 pyglet 2.0.10 Pygments 2.17.2 pyrr 0.10.3 requests 2.31.0 rich 13.7.0 scipy 1.12.0 screeninfo 0.8.1 setuptools 65.5.1 skia-pathops 0.7.4 srt 3.5.3 svgelements 1.9.6 tqdm 4.66.1 typing_extensions 4.9.0 urllib3 2.1.0 watchdog 3.0.0 wheel 0.38.4 ``` </details> <details><summary>LaTeX details</summary> + LaTeX distribution (e.g. TeX Live 2020): TinyTex + Installed LaTeX packages: ``` tlmgr list --only-installed i adjustbox: Graphics package-alike macros for "general" boxes i amscls: AMS document classes for LaTeX i amsfonts: TeX fonts from the American Mathematical Society i amsmath: AMS mathematical facilities for LaTeX i atbegshi: Execute stuff at \shipout time i atveryend: Hooks at the very end of a document i auxhook: Hooks for auxiliary files i babel: Multilingual support for LaTeX, LuaLaTeX, XeLaTeX, and Plain TeX i babel-english: Babel support for English i bibtex: Process bibliographies (bib files) for LaTeX or other formats i bibtex.x86_64-linux: x86_64-linux files of bibtex i bigintcalc: Integer calculations on very large numbers i bitset: Handle bit-vector datatype i booktabs: Publication quality tables in LaTeX i cm: Computer Modern fonts i collectbox: Collect and process macro arguments as boxes i ctablestack: Catcode table stable support i currfile: Provide file name and path of input files i dehyph: German hyphenation patterns for traditional orthography i dvipdfmx: An extended version of dvipdfm i dvipdfmx.x86_64-linux: x86_64-linux files of dvipdfmx i dvips: A DVI to PostScript driver i dvips.x86_64-linux: x86_64-linux files of dvips i ec: Computer modern fonts in T1 and TS1 encodings i epstopdf-pkg: Call epstopdf "on the fly" i etex: An extended version of TeX, from the NTS project i etexcmds: Avoid name clashes with e-TeX commands i etoolbox: e-TeX tools for LaTeX i euenc: Unicode font encoding definitions for XeTeX i everyshi: Take action at every \shipout i fancyvrb: Sophisticated verbatim text i filehook: Hooks for input files i filemod: Provide file modification times, and compare them i firstaid: First aid for external LaTeX files and packages that need updating i float: Improved interface for floating objects i fontspec: Advanced font selection in XeLaTeX and LuaLaTeX i framed: Framed or shaded regions that can break across pages i geometry: Flexible and complete interface to document dimensions i gettitlestring: Clean up title references i gincltex: Include TeX files as graphics (.tex support for \includegraphics) i glyphlist: Adobe Glyph List and TeX extensions i graphics: The LaTeX standard graphics bundle i graphics-cfg: Sample configuration files for LaTeX color and graphics i graphics-def: Colour and graphics option files i helvetic: URW 'Base 35' font pack for LaTeX i hycolor: Implements colour for packages hyperref and bookmark i hyperref: Extensive support for hypertext in LaTeX i hyph-utf8: Hyphenation patterns expressed in UTF-8 i hyphen-base: core hyphenation support files i iftex: Am I running under pdfTeX, XeTeX or LuaTeX? i inconsolata: A monospaced font, with support files for use with TeX i infwarerr: Complete set of information/warning/error message macros i intcalc: Expandable arithmetic operations with integers i knuth-lib: Core TeX and Metafont sources from Knuth i kpathsea: Path searching library for TeX-related files i kpathsea.x86_64-linux: x86_64-linux files of kpathsea i kvdefinekeys: Define keys for use in the kvsetkeys package i kvoptions: Key value format for package options i kvsetkeys: Key value parser with default handler support i l3backend: LaTeX3 backend drivers i l3kernel: LaTeX3 programming conventions i l3packages: High-level LaTeX3 concepts i latex: A TeX macro package that defines LaTeX i latex-amsmath-dev: Development pre-release of the LaTeX amsmath bundle i latex-bin: LaTeX executables and man pages i latex-bin.x86_64-linux: x86_64-linux files of latex-bin i latex-fonts: A collection of fonts used in LaTeX distributions i latex-tools-dev: Development pre-release of the LaTeX tools bundle i latexconfig: configuration files for LaTeX-related formats i latexmk: Fully automated LaTeX document generation i latexmk.x86_64-linux: x86_64-linux files of latexmk i letltxmacro: Let assignment for LaTeX macros i lm: Latin modern fonts in outline formats i lm-math: OpenType maths fonts for Latin Modern i ltxcmds: Some LaTeX kernel commands for general use i lua-alt-getopt: Process application arguments the same way as getopt_long i lua-uni-algos: Unicode algorithms for LuaTeX i luahbtex: LuaTeX with HarfBuzz library for glyph shaping i luahbtex.x86_64-linux: x86_64-linux files of luahbtex i lualatex-math: Fixes for mathematics-related LuaLaTeX issues i lualibs: Additional Lua functions for LuaTeX macro programmers i luaotfload: OpenType 'loader' for Plain TeX and LaTeX i luaotfload.x86_64-linux: x86_64-linux files of luaotfload i luatex: The LuaTeX engine i luatex.x86_64-linux: x86_64-linux files of luatex i luatexbase: Basic resource management for LuaTeX code i mdwtools: Miscellaneous tools by Mark Wooding i metafont: A system for specifying fonts i metafont.x86_64-linux: x86_64-linux files of metafont i mfware: Supporting tools for use with Metafont i mfware.x86_64-linux: x86_64-linux files of mfware i modes: A collection of Metafont mode_def's i natbib: Flexible bibliography support i pdfescape: Implements pdfTeX's escape features using TeX or e-TeX i pdftex: A TeX extension for direct creation of PDF i pdftex.x86_64-linux: x86_64-linux files of pdftex i pdftexcmds: LuaTeX support for pdfTeX utility functions i plain: The Plain TeX format i preview: Extract bits of a LaTeX source for output i psnfss: Font support for common PostScript fonts i refcount: Counter operations with label references i rerunfilecheck: Checksum based rerun checks on auxiliary files i scheme-infraonly: infrastructure-only scheme (no TeX at all) i selnolig: Selectively disable typographic ligatures i standalone: Compile TeX pictures stand-alone or as part of a document i stringenc: Converting a string between different encodings i symbol: URW 'Base 35' font pack for LaTeX i tex: A sophisticated typesetting engine i tex-ini-files: Model TeX format creation files i tex.x86_64-linux: x86_64-linux files of tex i texlive-scripts: TeX Live infrastructure programs i texlive-scripts.x86_64-linux: x86_64-linux files of texlive-scripts i texlive.infra: basic TeX Live infrastructure i texlive.infra.x86_64-linux: x86_64-linux files of texlive.infra i times: URW 'Base 35' font pack for LaTeX i tipa: Fonts and macros for IPA phonetics characters i tools: The LaTeX standard tools bundle i unicode-data: Unicode data and loaders for TeX i unicode-math: Unicode mathematics support for XeTeX and LuaTeX i uniquecounter: Provides unlimited unique counter i url: Verbatim with URL-sensitive line breaks i xcolor: Driver-independent color extensions for LaTeX and pdfLaTeX i xetex: An extended variant of TeX for use with Unicode sources i xetex.x86_64-linux: x86_64-linux files of xetex i xetexconfig: crop.cfg for XeLaTeX i xkeyval: Extension of the keyval package i xunicode: Generate Unicode characters from accented glyphs i zapfding: URW 'Base 35' font pack for LaTeX ``` <!-- output of `tlmgr list --only-installed` for TeX Live or a screenshot of the Packages page for MikTeX --> </details> <details><summary>FFMPEG</summary> Output of `ffmpeg -version`: ``` ffmpeg -version ffmpeg version 6.0 Copyright (c) 2000-2023 the FFmpeg developers built with gcc 13 (GCC) configuration: --prefix=/usr --bindir=/usr/bin --datadir=/usr/share/ffmpeg --docdir=/usr/share/doc/ffmpeg --incdir=/usr/include/ffmpeg --libdir=/usr/lib64 --mandir=/usr/share/man --arch=x86_64 --optflags='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer' --extra-ldflags='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 ' --extra-cflags=' -I/usr/include/rav1e' --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libvo-amrwbenc --enable-version3 --enable-bzlib --enable-chromaprint --disable-crystalhd --enable-fontconfig --enable-frei0r --enable-gcrypt --enable-gnutls --enable-ladspa --enable-libaom --enable-libdav1d --enable-libass --enable-libbluray --enable-libbs2b --enable-libcdio --enable-libdrm --enable-libjack --enable-libjxl --enable-libfreetype --enable-libfribidi --enable-libgsm --enable-libilbc --enable-libmp3lame --enable-libmysofa --enable-nvenc --enable-openal --enable-opencl --enable-opengl --enable-libopenh264 --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-libplacebo --enable-librsvg --enable-librav1e --enable-librubberband --enable-libsmbclient --enable-version3 --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libsrt --enable-libssh --enable-libsvtav1 --enable-libtesseract --enable-libtheora --enable-libtwolame --enable-libvorbis --enable-libv4l2 --enable-libvidstab --enable-libvmaf --enable-version3 --enable-vapoursynth --enable-libvpx --enable-vulkan --enable-libshaderc --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxvid --enable-libxml2 --enable-libzimg --enable-libzmq --enable-libzvbi --enable-lv2 --enable-avfilter --enable-libmodplug --enable-postproc --enable-pthreads --disable-static --enable-shared --enable-gpl --disable-debug --disable-stripping --shlibdir=/usr/lib64 --enable-lto --enable-libvpl --enable-runtime-cpudetect libavutil 58. 2.100 / 58. 2.100 libavcodec 60. 3.100 / 60. 3.100 libavformat 60. 3.100 / 60. 3.100 libavdevice 60. 1.100 / 60. 1.100 libavfilter 9. 3.100 / 9. 3.100 libswscale 7. 1.100 / 7. 1.100 libswresample 4. 10.100 / 4. 10.100 libpostproc 57. 1.100 / 57. 1.100 ``` </details>
[ "There have been issues with some previous versions of dvisvgm which are not caused by manim, since this is an external tool. Try to follow the suggestion and update your dvisvgm - I have version 3.1.2 and it works.\r\n\r\nhttps://dvisvgm.de/\r\n\r\nOn the other hand I have no experience with TiniTex either and wou...
3,601
The line of NumberLine disappears when applying a LaggedStart on its components : ## Description of bug / unexpected behavior When trying to use a LaggedStart animation - or Succession - to make a sequential rotation on the labels of a NumberLine, the drawn line of the NumberLine is - I guess visually - removed. ## Expected behavior I would expect the numbers to rotate without interfering with the drawn line. ## How to reproduce the issue <!-- Provide a piece of code illustrating the undesired behavior. --> <details><summary>Code for reproducing the problem</summary> ```py from manim import * class NaturalNumbers(Scene): pAxis = NumberLine( # Positive axis x_range = [0, 10, 1], unit_size = .65, include_tip = False, include_numbers = True, numbers_with_elongated_ticks = [0, 5, 10], stroke_width = 2, font_size = 24 ) pArr = Arrow( start = RIGHT + DOWN, end = RIGHT + UP, stroke_color = GREEN_C, stroke_width= 5 ) def construct(self): # Display natural, horizontal axis self.play(Create(self.pAxis), run_time = 2) self.wait(1) # Rotate line + numbers self.play(self.pAxis.animate.rotate(TAU / 4)) # Rotate numbers self.play( LaggedStart( *( self.pAxis.numbers[i].animate.rotate(-TAU / 4) for i in range( len(self.pAxis.numbers) ) ), lag_ratio = .15 ) ) self.wait(1) ``` </details> ## Additional media files <!-- Paste in the files manim produced on rendering the code above. --> <details><summary>Images/GIFs</summary> https://gyazo.com/9f8e8a56031bd9d2c07a6cb67192b8ae </details> ## Logs <details><summary>Terminal output</summary> <!-- Add "-v DEBUG" when calling manim to generate more detailed logs --> ``` PS C:\Users\xiprerm\tmp\animations> python.exe -m manim .\integerNumbers.py NaturalNumbers -v DEBUG Manim Community v0.18.0 C:\Users\xiprerm\AppData\Local\Programs\Python\Python39\lib\runpy.py:127: RuntimeWarning: 'manim.__main__' found in sys.modules after import of package 'manim', but prior to execution of 'manim.__main__'; this may result in unpredictable behaviour warn(RuntimeWarning(msg)) Manim Community v0.18.0 [01/29/24 16:37:55] DEBUG Hashing ... hashing.py:350 DEBUG Hashing done in 0.068241 s. hashing.py:362 DEBUG Hash generated : 3977891868_2525333261_223132457 hashing.py:365 INFO Animation 0 : Using cached data (hash : 3977891868_2525333261_223132457) cairo_renderer.py:78 DEBUG List of the first few animation hashes of the scene: cairo_renderer.py:87 ['3977891868_2525333261_223132457'] DEBUG Animation with empty mobject animation.py:174 DEBUG Hashing ... hashing.py:350 DEBUG Hashing done in 0.064313 s. hashing.py:362 DEBUG Hash generated : 2852726489_2919340033_251094665 hashing.py:365 INFO Animation 1 : Using cached data (hash : 2852726489_2919340033_251094665) cairo_renderer.py:78 DEBUG List of the first few animation hashes of the scene: cairo_renderer.py:87 ['3977891868_2525333261_223132457', '2852726489_2919340033_251094665'] DEBUG Hashing ... hashing.py:350[01/29/24 16:37:56] DEBUG Hashing done in 0.123876 s. hashing.py:362 DEBUG Hash generated : 2852726489_4261830103_2357703616 hashing.py:365 INFO Animation 2 : Using cached data (hash : 2852726489_4261830103_2357703616) cairo_renderer.py:78 DEBUG List of the first few animation hashes of the scene: cairo_renderer.py:87 ['3977891868_2525333261_223132457', '2852726489_2919340033_251094665', '2852726489_4261830103_2357703616'] DEBUG Hashing ... hashing.py:350 DEBUG Hashing done in 0.184659 s. hashing.py:362 DEBUG Hash generated : 2852726489_1975011777_2357703616 hashing.py:365 INFO Animation 3 : Using cached data (hash : 2852726489_1975011777_2357703616) cairo_renderer.py:78 DEBUG List of the first few animation hashes of the scene: cairo_renderer.py:87 ['3977891868_2525333261_223132457', '2852726489_2919340033_251094665', '2852726489_4261830103_2357703616', '2852726489_1975011777_2357703616'] DEBUG Animation with empty mobject animation.py:174 DEBUG Hashing ... hashing.py:350 DEBUG Hashing done in 0.177411 s. hashing.py:362 DEBUG Hash generated : 2852726489_2919340033_978503292 hashing.py:365 INFO Animation 4 : Using cached data (hash : 2852726489_2919340033_978503292) cairo_renderer.py:78 DEBUG List of the first few animation hashes of the scene: cairo_renderer.py:87 ['3977891868_2525333261_223132457', '2852726489_2919340033_251094665', '2852726489_4261830103_2357703616', '2852726489_1975011777_2357703616', '2852726489_2919340033_978503292'] (process:22508): GLib-GIO-WARNING **: 16:37:56.693: Unexpectedly, UWP app `Microsoft.OutlookForWindows_1.2024.111.100_x64__8wekyb3d8bbwe' (AUMId `Microsoft.OutlookForWindows_8wekyb3d8bbwe!Microsoft.OutlookforWindows') supports 1 extensions but has no verbs DEBUG Hashing ... hashing.py:350 DEBUG Hashing done in 0.132803 s. hashing.py:362 DEBUG Hash generated : 2852726489_3838962223_2194886774 hashing.py:365 DEBUG List of the first few animation hashes of the scene: cairo_renderer.py:87 ['3977891868_2525333261_223132457', '2852726489_2919340033_251094665', '2852726489_4261830103_2357703616', '2852726489_1975011777_2357703616', '2852726489_2919340033_978503292'] [01/29/24 16:37:59] INFO Animation 5 : Partial movie file written in scene_file_writer.py:527 'C:\Users\xiprerm\tmp\animations\media\videos\integerNumbers\1080p60\p artial_movie_files\NaturalNumbers\2852726489_3838962223_2194886774.mp4' DEBUG Animation with empty mobject animation.py:174 DEBUG Hashing ... hashing.py:350 DEBUG Hashing done in 0.127076 s. hashing.py:362 DEBUG Hash generated : 2852726489_784179552_900496190 hashing.py:365 INFO Animation 6 : Using cached data (hash : 2852726489_784179552_900496190) cairo_renderer.py:78 DEBUG List of the first few animation hashes of the scene: cairo_renderer.py:87 ['3977891868_2525333261_223132457', '2852726489_2919340033_251094665', '2852726489_4261830103_2357703616', '2852726489_1975011777_2357703616', '2852726489_2919340033_978503292'] [01/29/24 16:38:00] INFO Combining to Movie file. scene_file_writer.py:617 DEBUG Partial movie files to combine (7 files): scene_file_writer.py:561 ['C:\\Users\\xiprerm\\tmp\\animations\\media\\videos\\integerNumbers\\ 1080p60\\partial_movie_files\\NaturalNumbers\\3977891868_2525333261_22313 2457.mp4', 'C:\\Users\\xiprerm\\tmp\\animations\\media\\videos\\integerNumbers\\1 080p60\\partial_movie_files\\NaturalNumbers\\2852726489_2919340033_251094 665.mp4', 'C:\\Users\\xiprerm\\tmp\\animations\\media\\videos\\integerNumbers\\1 080p60\\partial_movie_files\\NaturalNumbers\\2852726489_4261830103_235770 3616.mp4', 'C:\\Users\\xiprerm\\tmp\\animations\\media\\videos\\integerNumbers\\1 080p60\\partial_movie_files\\NaturalNumbers\\2852726489_1975011777_235770 3616.mp4', 'C:\\Users\\xiprerm\\tmp\\animations\\media\\videos\\integerNumbers\\1 080p60\\partial_movie_files\\NaturalNumbers\\2852726489_2919340033_978503 292.mp4'] INFO scene_file_writer.py:735 File ready at 'C:\Users\xiprerm\tmp\animations\media\videos\integerNumbers\1080p60\N aturalNumbers.mp4' INFO The partial movie directory is full (> 100 files). Therefore, manim has scene_file_writer.py:707 removed the 1 oldest file(s). You can change this behaviour by changing max_files_cached in config. INFO Rendered NaturalNumbers scene.py:241 ``` <!-- Insert screenshots here (only when absolutely necessary, we prefer copy/pasted output!) --> </details> ## System specifications <details><summary>System Details</summary> - OS (with version, e.g., Windows 10 v2004 or macOS 10.15 (Catalina)): - RAM: - Python version (`python/py/python3 --version`): - Installed modules (provide output from `pip list`): ``` OS: Windows 10 Enterprise 64-bit (10.0, Build 19044) RAM: 16384 MB Python version: 3.9.5 Installed modules: Package Version ------------------- ---------- aiohttp 3.8.5 aiosignal 1.3.1 arrow 1.2.2 asttokens 2.2.1 async-timeout 4.0.2 attrs 23.1.0 azure-core 1.1.1 azure-cosmos 4.1.0 backcall 0.2.0 bandit 1.7.5 binaryornot 0.4.4 boto3 1.17.106 botocore 1.20.106 certifi 2019.11.28 chardet 3.0.4 charset-normalizer 2.0.12 click 8.0.4 click-default-group 1.2.4 cloup 2.1.2 colorama 0.4.4 comm 0.1.2 cookiecutter 1.7.3 debugpy 1.6.5 decorator 5.1.1 entrypoints 0.4 executing 1.2.0 flake8 4.0.1 flake8-annotations 2.7.0 frozenlist 1.4.0 gitdb 4.0.10 GitPython 3.1.32 glcontext 2.5.0 halo 0.0.31 idna 2.8 ipykernel 6.20.1 ipython 8.8.0 isosurfaces 0.1.0 jedi 0.18.2 Jinja2 3.0.3 jinja2-time 0.2.0 jmespath 0.10.0 jupyter_client 7.4.8 jupyter_core 5.1.3 log-symbols 0.0.14 manim 0.18.0 ManimPango 0.5.0 mapbox-earcut 1.0.1 markdown-it-py 3.0.0 MarkupSafe 2.1.0 matplotlib-inline 0.1.6 mccabe 0.6.1 mdurl 0.1.2 moderngl 5.10.0 moderngl-window 2.4.4 mpmath 1.2.1 multidict 6.0.4 multipledispatch 1.0.0 nest-asyncio 1.5.6 networkx 3.2.1 numpy 1.26.3 packaging 23.0 pandas 1.3.0 parquet-tools 0.2.0 parso 0.8.3 pbr 5.11.1 pickleshare 0.7.5 Pillow 9.4.0 pip 23.3.2 platformdirs 2.6.2 poyo 0.5.0 prompt-toolkit 3.0.36 psutil 5.9.4 pure-eval 0.2.2 py4j 0.10.9.5 pyarrow 4.0.1 pycairo 1.25.1 pycodestyle 2.8.0 pydub 0.25.1 pyflakes 2.4.0 pyglet 2.0.10 Pygments 2.14.0 pyrr 0.10.3 pyspark 3.3.1 python-dateutil 2.8.2 python-dotenv 0.21.0 python-slugify 6.1.0 pytz 2021.1 pywin32 305 PyYAML 6.0.1 pyzmq 24.0.1 requests 2.31.0 rich 13.5.2 s3transfer 0.4.2 scipy 1.12.0 screeninfo 0.8.1 setuptools 56.0.0 six 1.13.0 skia-pathops 0.7.4 smmap 5.0.0 spinners 0.0.24 srt 3.5.3 stack-data 0.6.2 stevedore 5.1.0 svgelements 1.9.6 sympy 1.11.1 tabulate 0.8.9 termcolor 1.1.0 text-unidecode 1.3 tornado 6.2 tqdm 4.66.1 traitlets 5.8.1 typing_extensions 4.9.0 urllib3 1.25.7 virtualenv 16.7.9 virtualenv-clone 0.5.3 watchdog 3.0.0 wcwidth 0.2.5 wheel 0.37.1 yarl 1.9.2 ``` </details> <details><summary>LaTeX details</summary> + LaTeX distribution (e.g. TeX Live 2020): MiKTeX-TeX 4.6 (MiKTeX 23.12) + Installed LaTeX packages: Nothing special </details> <details><summary>FFMPEG</summary> Output of `ffmpeg -version`: ``` ffmpeg version 6.1.1-full_build-www.gyan.dev Copyright (c) 2000-2023 the FFmpeg developers built with gcc 12.2.0 (Rev10, Built by MSYS2 project) configuration: --enable-gpl --enable-version3 --enable-static --pkg-config=pkgconf --disable-w32threads --disable-autodetect --enable-fontconfig --enable-iconv --enable-gnutls --enable-libxml2 --enable-gmp --enable-bzlib --enable-lzma --enable-libsnappy --enable-zlib --enable-librist --enable-libsrt --enable-libssh --enable-libzmq --enable-avisynth --enable-libbluray --enable-libcaca --enable-sdl2 --enable-libaribb24 --enable-libaribcaption --enable-libdav1d --enable-libdavs2 --enable-libuavs3d --enable-libzvbi --enable-librav1e --enable-libsvtav1 --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxavs2 --enable-libxvid --enable-libaom --enable-libjxl --enable-libopenjpeg --enable-libvpx --enable-mediafoundation --enable-libass --enable-frei0r --enable-libfreetype --enable-libfribidi --enable-libharfbuzz --enable-liblensfun --enable-libvidstab --enable-libvmaf --enable-libzimg --enable-amf --enable-cuda-llvm --enable-cuvid --enable-ffnvcodec --enable-nvdec --enable-nvenc --enable-dxva2 --enable-d3d11va --enable-libvpl --enable-libshaderc --enable-vulkan --enable-libplacebo --enable-opencl --enable-libcdio --enable-libgme --enable-libmodplug --enable-libopenmpt --enable-libopencore-amrwb --enable-libmp3lame --enable-libshine --enable-libtheora --enable-libtwolame --enable-libvo-amrwbenc --enable-libcodec2 --enable-libilbc --enable-libgsm --enable-libopencore-amrnb --enable-libopus --enable-libspeex --enable-libvorbis --enable-ladspa --enable-libbs2b --enable-libflite --enable-libmysofa --enable-librubberband --enable-libsoxr --enable-chromaprint libavutil 58. 29.100 / 58. 29.100 libavcodec 60. 31.102 / 60. 31.102 libavformat 60. 16.100 / 60. 16.100 libavdevice 60. 3.100 / 60. 3.100 libavfilter 9. 12.100 / 9. 12.100 libswscale 7. 5.100 / 7. 5.100 libswresample 4. 12.100 / 4. 12.100 libpostproc 57. 3.100 / 57. 3.100 ``` </details>
[ "yes, both `NumberLine()` and `Axes()` behave weirdly sometimes. There is something wrong with the organization of the submobjects.\r\nFor an animation like yours I anyway would recommend to use your own compound object rather than the `NumberLine`, and for the rotation of the whole structure I would use an updater...
3,599
Fix `get_arc_center()` returning reference of point : <!-- Thank you for contributing to Manim! Learn more about the process in our contributing guidelines: https://docs.manim.community/en/latest/contributing.html --> ## Overview: What does this pull request change? <!-- If there is more information than the PR title that should be added to our release changelog, add it in the following changelog section. This is optional, but recommended for larger pull requests. --> <!--changelog-start--> Fixes #3572 <!--changelog-end--> ## Motivation and Explanation: Why and how do your changes improve the library? <!-- Optional for bugfixes, small enhancements, and documentation-related PRs. Otherwise, please give a short reasoning for your changes. --> Using given example in #3572, A reference to the anchor point was being returned by `get_arc_center()` in the case both anchor points of arc are the samee. When the rotation was applied about this point, the following code would move it to origin, apply the rotation and move it back to the original location. https://github.com/ManimCommunity/manim/blob/3b496ea2e6f1a6ab7829398590b41e17bfbd34c1/manim/mobject/mobject.py#L1369-L1371 But since `about_point` is a reference, in the last line this point is now `ORIGIN`, the object remains at origin. Fixed by returning a copy of the anchor point. ## Links to added or changed documentation pages <!-- Please add links to the affected documentation pages (edit the description after opening the PR). The link to the documentation for your PR is https://manimce--####.org.readthedocs.build/en/####/, where #### represents the PR number. --> ## Further Information and Comments <!-- If applicable, put further comments for the reviewers here. --> <!-- Thank you again for contributing! Do not modify the lines below, they are for reviewers. --> ## 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
[]
3,598
Add ref_class for `BooleanOperations` in Example Gallery : Adds the ref class `Difference` for the Boolean Operation in Example Scenes [https://manimce--3598.org.readthedocs.build/en/3598/examples.html#booleanoperations](https://manimce--3598.org.readthedocs.build/en/3598/examples.html#booleanoperations)
[]
3,596
Cannot render text normally : ## Description unexpected behavior Do not render text normally. ## Expected behavior Text is rendered normally. ## How to reproduce the issue ```py from manim import * class Video(Scene): def construct(self): text = Text("Some text here") self.play(Write(text)) ``` There is nothing in the video that this code produce. ## Logs ``` Manim Community v0.18.0 [01/27/24 22:42:39] DEBUG Hashing ... hashing.py:350 DEBUG Hashing done in 0.005346 s. hashing.py:362 DEBUG Hash generated : 1185818338_3424431899_223132457 hashing.py:365 INFO Animation 0 : Using cached data (hash : 1185818338_3424431899_223132457) cairo_renderer.py:78 DEBUG List of the first few animation hashes of the scene: ['1185818338_3424431899_223132457'] cairo_renderer.py:87 INFO Combining to Movie file. scene_file_writer.py:617 DEBUG Partial movie files to combine (1 files): scene_file_writer.py:561 ['/path/to/media/videos/scene/480p15/partial_movie_files/Video/1185818338_3424431899_223132457.mp4'] INFO scene_file_writer.py:735 File ready at '/path/to/media/videos/scene/480p15/Video.mp4' INFO Rendered Video scene.py:241 Played 1 animations ``` ## System specifications - OS: WSL 2 (Arch) in Windows 11 - Python version: 3.11.6 - Pango version: 1.51.0 (installed with pacman) - Cairo: 1.18.0 (installed with pacman) Output of `ffmpeg -version`: ``` ffmpeg version n6.1.1 Copyright (c) 2000-2023 the FFmpeg developers built with gcc 13.2.1 (GCC) 20230801 configuration: --prefix=/usr --disable-debug --disable-static --disable-stripping --enable-amf --enable-avisynth --enable-cuda-llvm --enable-lto --enable-fontconfig --enable-frei0r --enable-gmp --enable-gnutls --enable-gpl --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libdav1d --enable-libdrm --enable-libfreetype --enable-libfribidi --enable-libgsm --enable-libharfbuzz --enable-libiec61883 --enable-libjack --enable-libjxl --enable-libmodplug --enable-libmp3lame --enable-libopencore_amrnb --enable-libopencore_amrwb --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libplacebo --enable-libpulse --enable-librav1e --enable-librsvg --enable-librubberband --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libsrt --enable-libssh --enable-libsvtav1 --enable-libtheora --enable-libv4l2 --enable-libvidstab --enable-libvmaf --enable-libvorbis --enable-libvpl --enable-libvpx --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxcb --enable-libxml2 --enable-libxvid --enable-libzimg --enable-nvdec --enable-nvenc --enable-opencl --enable-opengl --enable-shared --enable-version3 --enable-vulkan libavutil 58. 29.100 / 58. 29.100 libavcodec 60. 31.102 / 60. 31.102 libavformat 60. 16.100 / 60. 16.100 libavdevice 60. 3.100 / 60. 3.100 libavfilter 9. 12.100 / 9. 12.100 libswscale 7. 5.100 / 7. 5.100 libswresample 4. 12.100 / 4. 12.100 libpostproc 57. 3.100 / 57. 3.100 ``` ## Additional comments I am not sure if that is relevant to I'm using a python venv (the stanard one). I've reinstalled cairo and pango but still cannot render text normally. I've noticed that things except Text and MarkdownText work normally (including LaTeX). The code above have produced a video that render the text with black boxes before, not sure if it's relevant.
[ "can you try to render the scene without caching?\r\n`manim -pql --disable_caching filename.py scenename`", "No, it still does not work.\r\n\r\nHere's the output:\r\n```\r\nManim Community v0.18.0\r\n\r\n[01/28/24 09:52:48] INFO Caching disabled. ...
3,595
Revert vector type aliases to NumPy ndarrays : In the typing update #3484, the vector type aliases were redefined as unions between NumPy ndarrays and tuples, in an attempt to make them more consistent with the point type aliases. However, this caused the issue #3563. After some discussion, it was clarified that that change was unnecessary and incorrect, so this PR reverts the vector type aliases to only NumPy ndarrays. Closes #3563
[]
3,594
fix typo in value_tracker.py : <!-- Thank you for contributing to Manim! Learn more about the process in our contributing guidelines: https://docs.manim.community/en/latest/contributing.html --> ## Overview: What does this pull request change? <!-- If there is more information than the PR title that should be added to our release changelog, add it in the following changelog section. This is optional, but recommended for larger pull requests. --> <!--changelog-start--> Remove redundant comma in value_tracker.py <!--changelog-end--> ## Motivation and Explanation: Why and how do your changes improve the library? <!-- Optional for bugfixes, small enhancements, and documentation-related PRs. Otherwise, please give a short reasoning for your changes. --> ## Links to added or changed documentation pages <!-- Please add links to the affected documentation pages (edit the description after opening the PR). The link to the documentation for your PR is https://manimce--####.org.readthedocs.build/en/####/, where #### represents the PR number. --> ## Further Information and Comments <!-- If applicable, put further comments for the reviewers here. --> <!-- Thank you again for contributing! Do not modify the lines below, they are for reviewers. --> ## 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
[]
3,593
updated several packages (pillow, jupyterlab, notebook, jupyterlab-lsp, jinja2, gitpython) : Supersedes #3575, #3576, #3583, #3586, #3587, #3591.
[]
3,592
Fix typehint of :attr:`InternalPoint2D_Array` : Fix some typos in the docstring of `InternalPoint2D_Array`
[]
3,591
Bump pillow from 10.1.0 to 10.2.0 : Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.1.0 to 10.2.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/python-pillow/Pillow/releases">pillow's releases</a>.</em></p> <blockquote> <h2>10.2.0</h2> <p><a href="https://pillow.readthedocs.io/en/stable/releasenotes/10.2.0.html">https://pillow.readthedocs.io/en/stable/releasenotes/10.2.0.html</a></p> <h2>Changes</h2> <ul> <li>Add <code>keep_rgb</code> option when saving JPEG to prevent conversion of RGB colorspace <a href="https://redirect.github.com/python-pillow/Pillow/issues/7553">#7553</a> [<a href="https://github.com/bgilbert"><code>@โ€‹bgilbert</code></a>]</li> <li>Trim negative glyph offsets in ImageFont.getmask() <a href="https://redirect.github.com/python-pillow/Pillow/issues/7672">#7672</a> [<a href="https://github.com/nulano"><code>@โ€‹nulano</code></a>]</li> <li>Removed unnecessary &quot;pragma: no cover&quot; <a href="https://redirect.github.com/python-pillow/Pillow/issues/7668">#7668</a> [<a href="https://github.com/radarhere"><code>@โ€‹radarhere</code></a>]</li> <li>Trim glyph size in ImageFont.getmask() <a href="https://redirect.github.com/python-pillow/Pillow/issues/7669">#7669</a> [<a href="https://github.com/radarhere"><code>@โ€‹radarhere</code></a>]</li> <li>Fix loading IPTC images and update test <a href="https://redirect.github.com/python-pillow/Pillow/issues/7667">#7667</a> [<a href="https://github.com/nulano"><code>@โ€‹nulano</code></a>]</li> <li>Allow uncompressed TIFF images to be saved in chunks <a href="https://redirect.github.com/python-pillow/Pillow/issues/7650">#7650</a> [<a href="https://github.com/radarhere"><code>@โ€‹radarhere</code></a>]</li> <li>Concatenate multiple JPEG EXIF markers <a href="https://redirect.github.com/python-pillow/Pillow/issues/7496">#7496</a> [<a href="https://github.com/radarhere"><code>@โ€‹radarhere</code></a>]</li> <li>Changed IPTC tile tuple to match other plugins <a href="https://redirect.github.com/python-pillow/Pillow/issues/7661">#7661</a> [<a href="https://github.com/radarhere"><code>@โ€‹radarhere</code></a>]</li> <li>Do not assign new fp attribute when exiting context manager <a href="https://redirect.github.com/python-pillow/Pillow/issues/7566">#7566</a> [<a href="https://github.com/radarhere"><code>@โ€‹radarhere</code></a>]</li> <li>Support arbitrary masks for uncompressed RGB DDS images <a href="https://redirect.github.com/python-pillow/Pillow/issues/7589">#7589</a> [<a href="https://github.com/radarhere"><code>@โ€‹radarhere</code></a>]</li> <li>Support setting ROWSPERSTRIP tag <a href="https://redirect.github.com/python-pillow/Pillow/issues/7654">#7654</a> [<a href="https://github.com/radarhere"><code>@โ€‹radarhere</code></a>]</li> <li>Apply ImageFont.MAX_STRING_LENGTH to ImageFont.getmask() <a href="https://redirect.github.com/python-pillow/Pillow/issues/7662">#7662</a> [<a href="https://github.com/radarhere"><code>@โ€‹radarhere</code></a>]</li> <li>Optimise <code>ImageColor</code> using <code>functools.lru_cache</code> <a href="https://redirect.github.com/python-pillow/Pillow/issues/7657">#7657</a> [<a href="https://github.com/hugovk"><code>@โ€‹hugovk</code></a>]</li> <li>Restricted environment keys for ImageMath.eval() <a href="https://redirect.github.com/python-pillow/Pillow/issues/7655">#7655</a> [<a href="https://github.com/radarhere"><code>@โ€‹radarhere</code></a>]</li> <li>Optimise <code>ImageMode.getmode</code> using <code>functools.lru_cache</code> <a href="https://redirect.github.com/python-pillow/Pillow/issues/7641">#7641</a> [<a href="https://github.com/hugovk"><code>@โ€‹hugovk</code></a>]</li> <li>Added trusted PyPI publishing <a href="https://redirect.github.com/python-pillow/Pillow/issues/7616">#7616</a> [<a href="https://github.com/radarhere"><code>@โ€‹radarhere</code></a>]</li> <li>Compile FriBiDi for Windows ARM64 <a href="https://redirect.github.com/python-pillow/Pillow/issues/7629">#7629</a> [<a href="https://github.com/nulano"><code>@โ€‹nulano</code></a>]</li> <li>Fix incorrect color blending for overlapping glyphs <a href="https://redirect.github.com/python-pillow/Pillow/issues/7497">#7497</a> [<a href="https://github.com/ZachNagengast"><code>@โ€‹ZachNagengast</code></a>]</li> <li>Add .git-blame-ignore-revs file <a href="https://redirect.github.com/python-pillow/Pillow/issues/7528">#7528</a> [<a href="https://github.com/akx"><code>@โ€‹akx</code></a>]</li> <li>Attempt memory mapping when tile args is a string <a href="https://redirect.github.com/python-pillow/Pillow/issues/7565">#7565</a> [<a href="https://github.com/radarhere"><code>@โ€‹radarhere</code></a>]</li> <li>Fill identical pixels with transparency in subsequent frames when saving GIF <a href="https://redirect.github.com/python-pillow/Pillow/issues/7568">#7568</a> [<a href="https://github.com/radarhere"><code>@โ€‹radarhere</code></a>]</li> <li>Removed unnecessary string length check <a href="https://redirect.github.com/python-pillow/Pillow/issues/7560">#7560</a> [<a href="https://github.com/radarhere"><code>@โ€‹radarhere</code></a>]</li> <li>Determine mask mode in Python instead of C <a href="https://redirect.github.com/python-pillow/Pillow/issues/7548">#7548</a> [<a href="https://github.com/radarhere"><code>@โ€‹radarhere</code></a>]</li> <li>Corrected duration when combining multiple GIF frames into single frame <a href="https://redirect.github.com/python-pillow/Pillow/issues/7521">#7521</a> [<a href="https://github.com/radarhere"><code>@โ€‹radarhere</code></a>]</li> <li>Handle disposing GIF background from outside palette <a href="https://redirect.github.com/python-pillow/Pillow/issues/7515">#7515</a> [<a href="https://github.com/radarhere"><code>@โ€‹radarhere</code></a>]</li> <li>Seek past the data when skipping a PSD layer <a href="https://redirect.github.com/python-pillow/Pillow/issues/7483">#7483</a> [<a href="https://github.com/radarhere"><code>@โ€‹radarhere</code></a>]</li> <li>ImageMath: Inline <code>isinstance</code> check <a href="https://redirect.github.com/python-pillow/Pillow/issues/7623">#7623</a> [<a href="https://github.com/hugovk"><code>@โ€‹hugovk</code></a>]</li> <li>Update actions/upload-artifact action to v4 <a href="https://redirect.github.com/python-pillow/Pillow/issues/7619">#7619</a> [<a href="https://github.com/radarhere"><code>@โ€‹radarhere</code></a>]</li> <li>Import plugins relative to the module <a href="https://redirect.github.com/python-pillow/Pillow/issues/7576">#7576</a> [<a href="https://github.com/deliangyang"><code>@โ€‹deliangyang</code></a>]</li> <li>Translate encoder error codes to strings; deprecate <code>ImageFile.raise_oserror()</code> <a href="https://redirect.github.com/python-pillow/Pillow/issues/7609">#7609</a> [<a href="https://github.com/bgilbert"><code>@โ€‹bgilbert</code></a>]</li> <li>Updated readthedocs to latest version of Python <a href="https://redirect.github.com/python-pillow/Pillow/issues/7611">#7611</a> [<a href="https://github.com/radarhere"><code>@โ€‹radarhere</code></a>]</li> <li>Support reading BC4U and DX10 BC1 images <a href="https://redirect.github.com/python-pillow/Pillow/issues/6486">#6486</a> [<a href="https://github.com/REDxEYE"><code>@โ€‹REDxEYE</code></a>]</li> <li>Optimize ImageStat.Stat.extrema <a href="https://redirect.github.com/python-pillow/Pillow/issues/7593">#7593</a> [<a href="https://github.com/florath"><code>@โ€‹florath</code></a>]</li> <li>Handle pathlib.Path in FreeTypeFont <a href="https://redirect.github.com/python-pillow/Pillow/issues/7578">#7578</a> [<a href="https://github.com/radarhere"><code>@โ€‹radarhere</code></a>]</li> <li>Use list comprehensions to create transformed lists <a href="https://redirect.github.com/python-pillow/Pillow/issues/7597">#7597</a> [<a href="https://github.com/hugovk"><code>@โ€‹hugovk</code></a>]</li> <li>Added support for reading DX10 BC4 DDS images <a href="https://redirect.github.com/python-pillow/Pillow/issues/7603">#7603</a> [<a href="https://github.com/sambvfx"><code>@โ€‹sambvfx</code></a>]</li> <li>Optimized ImageStat.Stat.count <a href="https://redirect.github.com/python-pillow/Pillow/issues/7599">#7599</a> [<a href="https://github.com/florath"><code>@โ€‹florath</code></a>]</li> <li>Moved error from truetype() to FreeTypeFont <a href="https://redirect.github.com/python-pillow/Pillow/issues/7587">#7587</a> [<a href="https://github.com/radarhere"><code>@โ€‹radarhere</code></a>]</li> <li>Correct PDF palette size when saving <a href="https://redirect.github.com/python-pillow/Pillow/issues/7555">#7555</a> [<a href="https://github.com/radarhere"><code>@โ€‹radarhere</code></a>]</li> <li>Fixed closing file pointer with olefile 0.47 <a href="https://redirect.github.com/python-pillow/Pillow/issues/7594">#7594</a> [<a href="https://github.com/radarhere"><code>@โ€‹radarhere</code></a>]</li> <li>ruff: Minor optimizations of list comprehensions, x in set, etc. <a href="https://redirect.github.com/python-pillow/Pillow/issues/7524">#7524</a> [<a href="https://github.com/cclauss"><code>@โ€‹cclauss</code></a>]</li> <li>Build Windows wheels using cibuildwheel <a href="https://redirect.github.com/python-pillow/Pillow/issues/7580">#7580</a> [<a href="https://github.com/nulano"><code>@โ€‹nulano</code></a>]</li> <li>Raise ValueError when TrueType font size is zero or less <a href="https://redirect.github.com/python-pillow/Pillow/issues/7584">#7584</a> [<a href="https://github.com/akx"><code>@โ€‹akx</code></a>]</li> <li>Install cibuildwheel from requirements file <a href="https://redirect.github.com/python-pillow/Pillow/issues/7581">#7581</a> [<a href="https://github.com/hugovk"><code>@โ€‹hugovk</code></a>]</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst">pillow's changelog</a>.</em></p> <blockquote> <h2>10.2.0 (2024-01-02)</h2> <ul> <li> <p>Add <code>keep_rgb</code> option when saving JPEG to prevent conversion of RGB colorspace <a href="https://redirect.github.com/python-pillow/Pillow/issues/7553">#7553</a> [bgilbert, radarhere]</p> </li> <li> <p>Trim glyph size in ImageFont.getmask() <a href="https://redirect.github.com/python-pillow/Pillow/issues/7669">#7669</a>, <a href="https://redirect.github.com/python-pillow/Pillow/issues/7672">#7672</a> [radarhere, nulano]</p> </li> <li> <p>Deprecate IptcImagePlugin helpers <a href="https://redirect.github.com/python-pillow/Pillow/issues/7664">#7664</a> [nulano, hugovk, radarhere]</p> </li> <li> <p>Allow uncompressed TIFF images to be saved in chunks <a href="https://redirect.github.com/python-pillow/Pillow/issues/7650">#7650</a> [radarhere]</p> </li> <li> <p>Concatenate multiple JPEG EXIF markers <a href="https://redirect.github.com/python-pillow/Pillow/issues/7496">#7496</a> [radarhere]</p> </li> <li> <p>Changed IPTC tile tuple to match other plugins <a href="https://redirect.github.com/python-pillow/Pillow/issues/7661">#7661</a> [radarhere]</p> </li> <li> <p>Do not assign new fp attribute when exiting context manager <a href="https://redirect.github.com/python-pillow/Pillow/issues/7566">#7566</a> [radarhere]</p> </li> <li> <p>Support arbitrary masks for uncompressed RGB DDS images <a href="https://redirect.github.com/python-pillow/Pillow/issues/7589">#7589</a> [radarhere, akx]</p> </li> <li> <p>Support setting ROWSPERSTRIP tag <a href="https://redirect.github.com/python-pillow/Pillow/issues/7654">#7654</a> [radarhere]</p> </li> <li> <p>Apply ImageFont.MAX_STRING_LENGTH to ImageFont.getmask() <a href="https://redirect.github.com/python-pillow/Pillow/issues/7662">#7662</a> [radarhere]</p> </li> <li> <p>Optimise <code>ImageColor</code> using <code>functools.lru_cache</code> <a href="https://redirect.github.com/python-pillow/Pillow/issues/7657">#7657</a> [hugovk]</p> </li> <li> <p>Restricted environment keys for ImageMath.eval() <a href="https://redirect.github.com/python-pillow/Pillow/issues/7655">#7655</a> [wiredfool, radarhere]</p> </li> <li> <p>Optimise <code>ImageMode.getmode</code> using <code>functools.lru_cache</code> <a href="https://redirect.github.com/python-pillow/Pillow/issues/7641">#7641</a> [hugovk, radarhere]</p> </li> <li> <p>Fix incorrect color blending for overlapping glyphs <a href="https://redirect.github.com/python-pillow/Pillow/issues/7497">#7497</a> [ZachNagengast, nulano, radarhere]</p> </li> <li> <p>Attempt memory mapping when tile args is a string <a href="https://redirect.github.com/python-pillow/Pillow/issues/7565">#7565</a> [radarhere]</p> </li> <li> <p>Fill identical pixels with transparency in subsequent frames when saving GIF <a href="https://redirect.github.com/python-pillow/Pillow/issues/7568">#7568</a> [radarhere]</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/python-pillow/Pillow/commit/6956d0b2853f5c7ec5f6ec4c60725c5a7ee73aeb"><code>6956d0b</code></a> 10.2.0 version bump</li> <li><a href="https://github.com/python-pillow/Pillow/commit/31c8dacdc727673e9099f1ac86019714cdccec67"><code>31c8dac</code></a> Merge pull request <a href="https://redirect.github.com/python-pillow/Pillow/issues/7675">#7675</a> from python-pillow/pre-commit-ci-update-config</li> <li><a href="https://github.com/python-pillow/Pillow/commit/40a3f91af2c78870676a13629b5902bab4ab4cf0"><code>40a3f91</code></a> Merge pull request <a href="https://redirect.github.com/python-pillow/Pillow/issues/7674">#7674</a> from nulano/url-example</li> <li><a href="https://github.com/python-pillow/Pillow/commit/cb41b0cc78eeefbd9ed2ce8c10f8d6d4c405a706"><code>cb41b0c</code></a> [pre-commit.ci] pre-commit autoupdate</li> <li><a href="https://github.com/python-pillow/Pillow/commit/de62b25ed318f1604aa4ccd6f942a04c6b2c8b59"><code>de62b25</code></a> fix image url in &quot;Reading from URL&quot; example</li> <li><a href="https://github.com/python-pillow/Pillow/commit/7c526a6c6bdc7cb947f0aee1d1ee17c266ff6c61"><code>7c526a6</code></a> Update CHANGES.rst [ci skip]</li> <li><a href="https://github.com/python-pillow/Pillow/commit/d93a5ad70bf94dbb63bdbfb19491a02976574d6d"><code>d93a5ad</code></a> Merge pull request <a href="https://redirect.github.com/python-pillow/Pillow/issues/7553">#7553</a> from bgilbert/jpeg-rgb</li> <li><a href="https://github.com/python-pillow/Pillow/commit/aed764fe8404926472499208a39e5bf90d861b2a"><code>aed764f</code></a> Update CHANGES.rst [ci skip]</li> <li><a href="https://github.com/python-pillow/Pillow/commit/f8df5303fa9daf40cf8bfe232403cb40389d8f8f"><code>f8df530</code></a> Merge pull request <a href="https://redirect.github.com/python-pillow/Pillow/issues/7672">#7672</a> from nulano/imagefont-negative-crop</li> <li><a href="https://github.com/python-pillow/Pillow/commit/24e9485e6bb733a1a816f228dc75fd0086a93e19"><code>24e9485</code></a> Merge pull request <a href="https://redirect.github.com/python-pillow/Pillow/issues/7671">#7671</a> from radarhere/imagetransform</li> <li>Additional commits viewable in <a href="https://github.com/python-pillow/Pillow/compare/10.1.0...10.2.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pillow&package-manager=pip&previous-version=10.1.0&new-version=10.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/ManimCommunity/manim/network/alerts). </details>
[ "Looks like pillow is up-to-date now, so this is no longer needed." ]
3,587
Bump jupyterlab from 4.0.9 to 4.0.11 : Bumps [jupyterlab](https://github.com/jupyterlab/jupyterlab) from 4.0.9 to 4.0.11. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jupyterlab/jupyterlab/releases">jupyterlab's releases</a>.</em></p> <blockquote> <h2>v4.0.11</h2> <h2>4.0.11</h2> <p>(<a href="https://github.com/jupyterlab/jupyterlab/compare/v4.0.10...0708330843fd087134a239d2ad6005b1d543e246">Full Changelog</a>)</p> <h3>Security fixes</h3> <ul> <li>Potential authentication and CSRF tokens leak in JupyterLab (<a href="https://github.com/jupyterlab/jupyterlab/security/advisories/GHSA-44cc-43rp-5947">GHSA-44cc-43rp-5947</a>)</li> <li>SXSS in Markdown Preview (<a href="https://github.com/jupyterlab/jupyterlab/security/advisories/GHSA-4m77-cmpx-vjc4">GHSA-4m77-cmpx-vjc4</a>)</li> </ul> <h3>Bugs fixed</h3> <ul> <li>Fixes focus indicator on input checkbox for Firefox <a href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15612">#15612</a> (<a href="https://github.com/alden-ilao"><code>@โ€‹alden-ilao</code></a>)</li> </ul> <h3>Documentation improvements</h3> <ul> <li>Fix link to yarn docs in extension migration guide <a href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15640">#15640</a> (<a href="https://github.com/krassowski"><code>@โ€‹krassowski</code></a>)</li> </ul> <h3>Contributors to this release</h3> <p>(<a href="https://github.com/jupyterlab/jupyterlab/graphs/contributors?from=2023-12-29&amp;to=2024-01-19&amp;type=c">GitHub contributors page for this release</a>)</p> <p><a href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Abrichet+updated%3A2023-12-29..2024-01-19&amp;type=Issues"><code>@โ€‹brichet</code></a> | <a href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Afcollonval+updated%3A2023-12-29..2024-01-19&amp;type=Issues"><code>@โ€‹fcollonval</code></a> | <a href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Agithub-actions+updated%3A2023-12-29..2024-01-19&amp;type=Issues"><code>@โ€‹github-actions</code></a> | <a href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ajtpio+updated%3A2023-12-29..2024-01-19&amp;type=Issues"><code>@โ€‹jtpio</code></a> | <a href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ajupyterlab-probot+updated%3A2023-12-29..2024-01-19&amp;type=Issues"><code>@โ€‹jupyterlab-probot</code></a> | <a href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Akrassowski+updated%3A2023-12-29..2024-01-19&amp;type=Issues"><code>@โ€‹krassowski</code></a> | <a href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ameeseeksmachine+updated%3A2023-12-29..2024-01-19&amp;type=Issues"><code>@โ€‹meeseeksmachine</code></a> | <a href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Amisterfads+updated%3A2023-12-29..2024-01-19&amp;type=Issues"><code>@โ€‹misterfads</code></a> | <a href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Awelcome+updated%3A2023-12-29..2024-01-19&amp;type=Issues"><code>@โ€‹welcome</code></a></p> <h2>v4.0.10</h2> <h2>4.0.10</h2> <p>(<a href="https://github.com/jupyterlab/jupyterlab/compare/v4.0.9...b9bc3002b1ab89b9a1c4d2a3007c43275d11e0df">Full Changelog</a>)</p> <h3>Bugs fixed</h3> <ul> <li>Backport PR <a href="https://redirect.github.com/jupyterlab/jupyterlab/issues/15386">#15386</a>: Improve scrolling to heading <a href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15565">#15565</a> (<a href="https://github.com/krassowski"><code>@โ€‹krassowski</code></a>)</li> <li>Workaround focus leaving input box on consecutive submissions <a href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15479">#15479</a> (<a href="https://github.com/krassowski"><code>@โ€‹krassowski</code></a>)</li> <li>Fix search coming back in notebook and editor <a href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15443">#15443</a> (<a href="https://github.com/krassowski"><code>@โ€‹krassowski</code></a>)</li> <li>Fix <code>jupyter labextension watch --help</code> <a href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15542">#15542</a> (<a href="https://github.com/akx"><code>@โ€‹akx</code></a>)</li> <li>Fix <code>FormComponent</code> showing error indicators in all fields when using a <code>customValidate</code> function <a href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15464">#15464</a> (<a href="https://github.com/mmichilot"><code>@โ€‹mmichilot</code></a>)</li> <li>Fix Shift + L not working in stdin <a href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15440">#15440</a> (<a href="https://github.com/krassowski"><code>@โ€‹krassowski</code></a>)</li> </ul> <h3>Maintenance and upkeep improvements</h3> <ul> <li>Backport PR <a href="https://redirect.github.com/jupyterlab/jupyterlab/issues/15499">#15499</a>: Adopt ruff format <a href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15564">#15564</a> (<a href="https://github.com/krassowski"><code>@โ€‹krassowski</code></a>)</li> <li>Pin <code>actions/labeler</code> to v4 to fix failing CI action <a href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15496">#15496</a> (<a href="https://github.com/krassowski"><code>@โ€‹krassowski</code></a>)</li> <li>Fix URLs in debugger-extension <a href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15462">#15462</a> (<a href="https://github.com/fcollonval"><code>@โ€‹fcollonval</code></a>)</li> <li>More robust galata/UI tests <a href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15355">#15355</a> (<a href="https://github.com/krassowski"><code>@โ€‹krassowski</code></a>)</li> </ul> <h3>Documentation improvements</h3> <ul> <li>Backport PR <a href="https://redirect.github.com/jupyterlab/jupyterlab/issues/15499">#15499</a>: Adopt ruff format <a href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15564">#15564</a> (<a href="https://github.com/krassowski"><code>@โ€‹krassowski</code></a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jupyterlab/jupyterlab/blob/@jupyterlab/lsp@4.0.11/CHANGELOG.md">jupyterlab's changelog</a>.</em></p> <blockquote> <h2>4.0.11</h2> <!-- raw HTML omitted --> <!-- raw HTML omitted --> <h2>4.0.10</h2> <p>(<a href="https://github.com/jupyterlab/jupyterlab/compare/v4.0.9...b9bc3002b1ab89b9a1c4d2a3007c43275d11e0df">Full Changelog</a>)</p> <h3>Bugs fixed</h3> <ul> <li>Backport PR <a href="https://redirect.github.com/jupyterlab/jupyterlab/issues/15386">#15386</a>: Improve scrolling to heading <a href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15565">#15565</a> (<a href="https://github.com/krassowski"><code>@โ€‹krassowski</code></a>)</li> <li>Workaround focus leaving input box on consecutive submissions <a href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15479">#15479</a> (<a href="https://github.com/krassowski"><code>@โ€‹krassowski</code></a>)</li> <li>Fix search coming back in notebook and editor <a href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15443">#15443</a> (<a href="https://github.com/krassowski"><code>@โ€‹krassowski</code></a>)</li> <li>Fix <code>jupyter labextension watch --help</code> <a href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15542">#15542</a> (<a href="https://github.com/akx"><code>@โ€‹akx</code></a>)</li> <li>Fix <code>FormComponent</code> showing error indicators in all fields when using a <code>customValidate</code> function <a href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15464">#15464</a> (<a href="https://github.com/mmichilot"><code>@โ€‹mmichilot</code></a>)</li> <li>Fix Shift + L not working in stdin <a href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15440">#15440</a> (<a href="https://github.com/krassowski"><code>@โ€‹krassowski</code></a>)</li> </ul> <h3>Maintenance and upkeep improvements</h3> <ul> <li>Backport PR <a href="https://redirect.github.com/jupyterlab/jupyterlab/issues/15499">#15499</a>: Adopt ruff format <a href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15564">#15564</a> (<a href="https://github.com/krassowski"><code>@โ€‹krassowski</code></a>)</li> <li>Pin <code>actions/labeler</code> to v4 to fix failing CI action <a href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15496">#15496</a> (<a href="https://github.com/krassowski"><code>@โ€‹krassowski</code></a>)</li> <li>Fix URLs in debugger-extension <a href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15462">#15462</a> (<a href="https://github.com/fcollonval"><code>@โ€‹fcollonval</code></a>)</li> <li>More robust galata/UI tests <a href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15355">#15355</a> (<a href="https://github.com/krassowski"><code>@โ€‹krassowski</code></a>)</li> </ul> <h3>Documentation improvements</h3> <ul> <li>Backport PR <a href="https://redirect.github.com/jupyterlab/jupyterlab/issues/15499">#15499</a>: Adopt ruff format <a href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15564">#15564</a> (<a href="https://github.com/krassowski"><code>@โ€‹krassowski</code></a>)</li> </ul> <h3>Contributors to this release</h3> <p>(<a href="https://github.com/jupyterlab/jupyterlab/graphs/contributors?from=2023-11-18&amp;to=2023-12-29&amp;type=c">GitHub contributors page for this release</a>)</p> <p><a href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Aafshin+updated%3A2023-11-18..2023-12-29&amp;type=Issues"><code>@โ€‹afshin</code></a> | <a href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Abrichet+updated%3A2023-11-18..2023-12-29&amp;type=Issues"><code>@โ€‹brichet</code></a> | <a href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Adavidbrochart+updated%3A2023-11-18..2023-12-29&amp;type=Issues"><code>@โ€‹davidbrochart</code></a> | <a href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Aecharles+updated%3A2023-11-18..2023-12-29&amp;type=Issues"><code>@โ€‹echarles</code></a> | <a href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Afcollonval+updated%3A2023-11-18..2023-12-29&amp;type=Issues"><code>@โ€‹fcollonval</code></a> | <a href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ag547315+updated%3A2023-11-18..2023-12-29&amp;type=Issues"><code>@โ€‹g547315</code></a> | <a href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Agabalafou+updated%3A2023-11-18..2023-12-29&amp;type=Issues"><code>@โ€‹gabalafou</code></a> | <a href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3AGabrielaVives+updated%3A2023-11-18..2023-12-29&amp;type=Issues"><code>@โ€‹GabrielaVives</code></a> | <a href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Agithub-actions+updated%3A2023-11-18..2023-12-29&amp;type=Issues"><code>@โ€‹github-actions</code></a> | <a href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Aj264415+updated%3A2023-11-18..2023-12-29&amp;type=Issues"><code>@โ€‹j264415</code></a> | <a href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ajtpio+updated%3A2023-11-18..2023-12-29&amp;type=Issues"><code>@โ€‹jtpio</code></a> | <a href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ajupyterlab-probot+updated%3A2023-11-18..2023-12-29&amp;type=Issues"><code>@โ€‹jupyterlab-probot</code></a> | <a href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Akrassowski+updated%3A2023-11-18..2023-12-29&amp;type=Issues"><code>@โ€‹krassowski</code></a> | <a href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Alumberbot-app+updated%3A2023-11-18..2023-12-29&amp;type=Issues"><code>@โ€‹lumberbot-app</code></a> | <a href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ameeseeksmachine+updated%3A2023-11-18..2023-12-29&amp;type=Issues"><code>@โ€‹meeseeksmachine</code></a> | <a href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Aparmentelat+updated%3A2023-11-18..2023-12-29&amp;type=Issues"><code>@โ€‹parmentelat</code></a> | <a href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Atonyfast+updated%3A2023-11-18..2023-12-29&amp;type=Issues"><code>@โ€‹tonyfast</code></a> | <a href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Awelcome+updated%3A2023-11-18..2023-12-29&amp;type=Issues"><code>@โ€‹welcome</code></a> | <a href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3AWh1isper+updated%3A2023-11-18..2023-12-29&amp;type=Issues"><code>@โ€‹Wh1isper</code></a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jupyterlab/jupyterlab/commit/882dd81a6d5aa31388177ce5b49a4c2b3fc7f69e"><code>882dd81</code></a> [ci skip] Publish 4.0.11</li> <li><a href="https://github.com/jupyterlab/jupyterlab/commit/1ef7a4fa0202ebdf663e1cc0b45c8813a34a0b96"><code>1ef7a4f</code></a> Merge pull request from GHSA-44cc-43rp-5947</li> <li><a href="https://github.com/jupyterlab/jupyterlab/commit/0a7510114b56a0c5da8f7d251e69a67aafb87ef2"><code>0a75101</code></a> Fix CI: lint</li> <li><a href="https://github.com/jupyterlab/jupyterlab/commit/dda0033cd49449572d077bbecd33b18d8d05f48a"><code>dda0033</code></a> Merge pull request from GHSA-4m77-cmpx-vjc4</li> <li><a href="https://github.com/jupyterlab/jupyterlab/commit/0708330843fd087134a239d2ad6005b1d543e246"><code>0708330</code></a> Backport PR <a href="https://redirect.github.com/jupyterlab/jupyterlab/issues/15612">#15612</a>: Fixes focus indicator on input checkbox for Firefox (<a href="https://redirect.github.com/jupyterlab/jupyterlab/issues/15653">#15653</a>)</li> <li><a href="https://github.com/jupyterlab/jupyterlab/commit/edb23ebb12977675ef2a003f526e2f2e751930f3"><code>edb23eb</code></a> Backport PR <a href="https://redirect.github.com/jupyterlab/jupyterlab/issues/15640">#15640</a>: Fix link to yarn docs in extension migration guide (<a href="https://redirect.github.com/jupyterlab/jupyterlab/issues/15644">#15644</a>)</li> <li><a href="https://github.com/jupyterlab/jupyterlab/commit/40e8e47123453e65f19c0d5eb2b6bc7bc8d5d49a"><code>40e8e47</code></a> [ci skip] Publish 4.0.10</li> <li><a href="https://github.com/jupyterlab/jupyterlab/commit/b9bc3002b1ab89b9a1c4d2a3007c43275d11e0df"><code>b9bc300</code></a> Backport PR <a href="https://redirect.github.com/jupyterlab/jupyterlab/issues/15386">#15386</a>: Improve scrolling to heading (<a href="https://redirect.github.com/jupyterlab/jupyterlab/issues/15565">#15565</a>)</li> <li><a href="https://github.com/jupyterlab/jupyterlab/commit/3ce03317159234accec1987a890dffa10aef6ebd"><code>3ce0331</code></a> Backport PR <a href="https://redirect.github.com/jupyterlab/jupyterlab/issues/15499">#15499</a>: Adopt ruff format (<a href="https://redirect.github.com/jupyterlab/jupyterlab/issues/15564">#15564</a>)</li> <li><a href="https://github.com/jupyterlab/jupyterlab/commit/dd68b9c4a11008274147e8586754596b0770ccee"><code>dd68b9c</code></a> Backport PR <a href="https://redirect.github.com/jupyterlab/jupyterlab/issues/15443">#15443</a>: Fix search coming back in notebook and editor (<a href="https://redirect.github.com/jupyterlab/jupyterlab/issues/15562">#15562</a>)</li> <li>Additional commits viewable in <a href="https://github.com/jupyterlab/jupyterlab/compare/@jupyterlab/lsp@4.0.9...@jupyterlab/lsp@4.0.11">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=jupyterlab&package-manager=pip&previous-version=4.0.9&new-version=4.0.11)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/ManimCommunity/manim/network/alerts). </details>
[ "Looks like jupyterlab is up-to-date now, so this is no longer needed." ]
3,586
Bump notebook from 7.0.6 to 7.0.7 : Bumps [notebook](https://github.com/jupyter/notebook) from 7.0.6 to 7.0.7. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jupyter/notebook/releases">notebook's releases</a>.</em></p> <blockquote> <h2>v7.0.7</h2> <h2>7.0.7</h2> <p>(<a href="https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.0.6...089c78c48fd00b2b0d2f33e4463eb42018e86803">Full Changelog</a>)</p> <h3>Enhancements made</h3> <ul> <li>Update to JupyterLab 4.0.11 <a href="https://redirect.github.com/jupyter/notebook/pull/7215">#7215</a> (<a href="https://github.com/krassowski"><code>@โ€‹krassowski</code></a>)</li> </ul> <h3>Maintenance and upkeep improvements</h3> <ul> <li>Update ruff config and typing <a href="https://redirect.github.com/jupyter/notebook/pull/7145">#7145</a> (<a href="https://github.com/blink1073"><code>@โ€‹blink1073</code></a>)</li> <li>Clean up lint handling <a href="https://redirect.github.com/jupyter/notebook/pull/7142">#7142</a> (<a href="https://github.com/blink1073"><code>@โ€‹blink1073</code></a>)</li> <li>Adopt ruff format <a href="https://redirect.github.com/jupyter/notebook/pull/7132">#7132</a> (<a href="https://github.com/blink1073"><code>@โ€‹blink1073</code></a>)</li> <li>[7.0.x] Install stable JupyterLab 4.0 in the releaser hook <a href="https://redirect.github.com/jupyter/notebook/pull/7183">#7183</a> (<a href="https://github.com/jtpio"><code>@โ€‹jtpio</code></a>)</li> <li>Update publish-release workflow for PyPI trusted publisher <a href="https://redirect.github.com/jupyter/notebook/pull/7176">#7176</a> (<a href="https://github.com/jtpio"><code>@โ€‹jtpio</code></a>)</li> </ul> <h3>Contributors to this release</h3> <p>(<a href="https://github.com/jupyter/notebook/graphs/contributors?from=2023-10-17&amp;to=2024-01-19&amp;type=c">GitHub contributors page for this release</a>)</p> <p><a href="https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Abrichet+updated%3A2023-10-17..2024-01-19&amp;type=Issues"><code>@โ€‹brichet</code></a> | <a href="https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ad5423197+updated%3A2023-10-17..2024-01-19&amp;type=Issues"><code>@โ€‹d5423197</code></a> | <a href="https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2023-10-17..2024-01-19&amp;type=Issues"><code>@โ€‹github-actions</code></a> | <a href="https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2023-10-17..2024-01-19&amp;type=Issues"><code>@โ€‹jtpio</code></a> | <a href="https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Akrassowski+updated%3A2023-10-17..2024-01-19&amp;type=Issues"><code>@โ€‹krassowski</code></a> | <a href="https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ameeseeksmachine+updated%3A2023-10-17..2024-01-19&amp;type=Issues"><code>@โ€‹meeseeksmachine</code></a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jupyter/notebook/blob/@jupyter-notebook/tree@7.0.7/CHANGELOG.md">notebook's changelog</a>.</em></p> <blockquote> <h2>7.0.7</h2> <p>(<a href="https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.0.6...089c78c48fd00b2b0d2f33e4463eb42018e86803">Full Changelog</a>)</p> <h3>Enhancements made</h3> <ul> <li>Update to JupyterLab 4.0.11 <a href="https://redirect.github.com/jupyter/notebook/pull/7215">#7215</a> (<a href="https://github.com/krassowski"><code>@โ€‹krassowski</code></a>)</li> </ul> <h3>Maintenance and upkeep improvements</h3> <ul> <li>Update ruff config and typing <a href="https://redirect.github.com/jupyter/notebook/pull/7145">#7145</a> (<a href="https://github.com/blink1073"><code>@โ€‹blink1073</code></a>)</li> <li>Clean up lint handling <a href="https://redirect.github.com/jupyter/notebook/pull/7142">#7142</a> (<a href="https://github.com/blink1073"><code>@โ€‹blink1073</code></a>)</li> <li>Adopt ruff format <a href="https://redirect.github.com/jupyter/notebook/pull/7132">#7132</a> (<a href="https://github.com/blink1073"><code>@โ€‹blink1073</code></a>)</li> <li>[7.0.x] Install stable JupyterLab 4.0 in the releaser hook <a href="https://redirect.github.com/jupyter/notebook/pull/7183">#7183</a> (<a href="https://github.com/jtpio"><code>@โ€‹jtpio</code></a>)</li> <li>Update publish-release workflow for PyPI trusted publisher <a href="https://redirect.github.com/jupyter/notebook/pull/7176">#7176</a> (<a href="https://github.com/jtpio"><code>@โ€‹jtpio</code></a>)</li> </ul> <h3>Contributors to this release</h3> <p>(<a href="https://github.com/jupyter/notebook/graphs/contributors?from=2023-10-17&amp;to=2024-01-19&amp;type=c">GitHub contributors page for this release</a>)</p> <p><a href="https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Abrichet+updated%3A2023-10-17..2024-01-19&amp;type=Issues"><code>@โ€‹brichet</code></a> | <a href="https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ad5423197+updated%3A2023-10-17..2024-01-19&amp;type=Issues"><code>@โ€‹d5423197</code></a> | <a href="https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2023-10-17..2024-01-19&amp;type=Issues"><code>@โ€‹github-actions</code></a> | <a href="https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2023-10-17..2024-01-19&amp;type=Issues"><code>@โ€‹jtpio</code></a> | <a href="https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Akrassowski+updated%3A2023-10-17..2024-01-19&amp;type=Issues"><code>@โ€‹krassowski</code></a> | <a href="https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ameeseeksmachine+updated%3A2023-10-17..2024-01-19&amp;type=Issues"><code>@โ€‹meeseeksmachine</code></a></p> <!-- raw HTML omitted --> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jupyter/notebook/commit/80e992e9f4cfa6cc1fcf4d84cebe09d53e769790"><code>80e992e</code></a> Publish 7.0.7</li> <li><a href="https://github.com/jupyter/notebook/commit/089c78c48fd00b2b0d2f33e4463eb42018e86803"><code>089c78c</code></a> Update to JupyterLab 4.0.11 (<a href="https://redirect.github.com/jupyter/notebook/issues/7215">#7215</a>)</li> <li><a href="https://github.com/jupyter/notebook/commit/109ba7578886283ad7be54d189904132bd7bb6f0"><code>109ba75</code></a> Backport PR <a href="https://redirect.github.com/jupyter/notebook/issues/7176">#7176</a>: Update publish-release workflow for PyPI trusted publisher...</li> <li><a href="https://github.com/jupyter/notebook/commit/d252423198e3bce218fd4c370a706f373dcb4c78"><code>d252423</code></a> Update ruff config and typing (<a href="https://redirect.github.com/jupyter/notebook/issues/7145">#7145</a>) (<a href="https://redirect.github.com/jupyter/notebook/issues/7186">#7186</a>)</li> <li><a href="https://github.com/jupyter/notebook/commit/d2ef92f0b385b7ecd11cbf0f3af181ee8e494623"><code>d2ef92f</code></a> Backport PR <a href="https://redirect.github.com/jupyter/notebook/issues/7142">#7142</a>: Clean up lint handling (<a href="https://redirect.github.com/jupyter/notebook/issues/7185">#7185</a>)</li> <li><a href="https://github.com/jupyter/notebook/commit/8e9390d9af903f34bb1c8414c7e9b49d2fdec32f"><code>8e9390d</code></a> Backport PR <a href="https://redirect.github.com/jupyter/notebook/issues/7132">#7132</a>: Adopt ruff format (<a href="https://redirect.github.com/jupyter/notebook/issues/7184">#7184</a>)</li> <li><a href="https://github.com/jupyter/notebook/commit/4d07f1ee9b6d3dca2736e2bf3a1254451add8259"><code>4d07f1e</code></a> Install stable JupyterLab 4.0 in the releaser hook (<a href="https://redirect.github.com/jupyter/notebook/issues/7183">#7183</a>)</li> <li><a href="https://github.com/jupyter/notebook/commit/e73d410074e6dbf97273f761d1513ff61db2965c"><code>e73d410</code></a> Updated ui-tests Configuration in Contributing.md (<a href="https://redirect.github.com/jupyter/notebook/issues/7124">#7124</a>)</li> <li><a href="https://github.com/jupyter/notebook/commit/ea1a1538ef56084654b7486e1d0b96f06b33acbe"><code>ea1a153</code></a> Set <code>navigation_with_keys</code> to <code>False</code> (<a href="https://redirect.github.com/jupyter/notebook/issues/7129">#7129</a>)</li> <li><a href="https://github.com/jupyter/notebook/commit/d717c6b3613f3609139bc2b9fe8d0a126aaeeae2"><code>d717c6b</code></a> Add Python 3.12 classifier (<a href="https://redirect.github.com/jupyter/notebook/issues/7111">#7111</a>)</li> <li>See full diff in <a href="https://github.com/jupyter/notebook/compare/@jupyter-notebook/tree@7.0.6...@jupyter-notebook/tree@7.0.7">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=notebook&package-manager=pip&previous-version=7.0.6&new-version=7.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/ManimCommunity/manim/network/alerts). </details>
[ "Looks like notebook is up-to-date now, so this is no longer needed." ]
3,583
Bump jupyter-lsp from 2.2.1 to 2.2.2 : Bumps [jupyter-lsp](https://github.com/jupyter-lsp/jupyterlab-lsp) from 2.2.1 to 2.2.2. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jupyter-lsp/jupyterlab-lsp/blob/main/CHANGELOG.md">jupyter-lsp's changelog</a>.</em></p> <blockquote> <h3><code>jupyter-lsp 2.2.2</code></h3> <ul> <li>bug fixes: <ul> <li>address warning about renamed <code>extension_points</code> (<a href="https://redirect.github.com/jupyter-lsp/jupyterlab-lsp/issues/1035">#1035</a>)</li> <li>fix compatibility with jupyter server 1.x</li> <li>fix an authentication-related security vulnerability (see <a href="https://github.com/jupyter-lsp/jupyterlab-lsp/security/advisories/GHSA-4qhp-652w-c22x">the advisory</a> for details)</li> </ul> </li> <li>enhancements: <ul> <li>add authorization support (<code>lsp</code> resource, jupyter-server v2+ only) - this allows server operators for fine grained access control, e.g. in case if specific users (such as guest or read-only users) should not be allowed to access LSP; this is in addition to authentication fixes</li> </ul> </li> </ul> <h3><code>@jupyter-lsp/jupyterlab-lsp 5.0.1</code></h3> <ul> <li>bug fixes: <ul> <li>fix false โ€œundefined nameโ€ in <code>%%time</code> and <code>%%capture</code> magics <a href="https://redirect.github.com/jupyter-lsp/jupyterlab-lsp/issues/1007">#1007</a> (thanks <a href="https://github.com/i-aki-y"><code>@โ€‹i-aki-y</code></a>!)</li> <li>fix completion items for paths and other long items being cut off <a href="https://redirect.github.com/jupyter-lsp/jupyterlab-lsp/issues/1025">#1025</a></li> <li>workaround issue with markdown lost on edit <a href="https://redirect.github.com/jupyter-lsp/jupyterlab-lsp/issues/1016">#1016</a></li> <li>fix latex/Greek letters insertion and other completions which do not match prefix (do not pre-filter completions from kernel) <a href="https://redirect.github.com/jupyter-lsp/jupyterlab-lsp/issues/1022">#1022</a></li> <li>fix completions in Console <a href="https://redirect.github.com/jupyter-lsp/jupyterlab-lsp/issues/1023">#1023</a></li> <li>fix customising <code>priority</code> after pre-setting it with <code>overrides.json</code> <a href="https://redirect.github.com/jupyter-lsp/jupyterlab-lsp/issues/1027">#1027</a></li> <li>fix jump to definitions in a file inside root in Pyright on Windows <a href="https://redirect.github.com/jupyter-lsp/jupyterlab-lsp/issues/1024">#1024</a></li> <li>fix typos in setting title and help message <a href="https://redirect.github.com/jupyter-lsp/jupyterlab-lsp/issues/999">#999</a> and <a href="https://redirect.github.com/jupyter-lsp/jupyterlab-lsp/issues/1010">#1010</a></li> </ul> </li> <li>maintenance: <ul> <li>fix bootstrap script <a href="https://redirect.github.com/jupyter-lsp/jupyterlab-lsp/issues/1021">#1021</a></li> <li>bump axios from 1.2.1 to 1.6.2 <a href="https://redirect.github.com/jupyter-lsp/jupyterlab-lsp/issues/1019">#1019</a></li> <li>bump <code>@โ€‹babel/traverse</code> from 7.22.5 to 7.23.4 <a href="https://redirect.github.com/jupyter-lsp/jupyterlab-lsp/issues/1020">#1020</a></li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/jupyter-lsp/jupyterlab-lsp/commits">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=jupyter-lsp&package-manager=pip&previous-version=2.2.1&new-version=2.2.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/ManimCommunity/manim/network/alerts). </details>
[ "Looks like jupyter-lsp is up-to-date now, so this is no longer needed." ]
3,582
Update docker.rst to use bash from the PATH in docker run command : <!-- Thank you for contributing to Manim! Learn more about the process in our contributing guidelines: https://docs.manim.community/en/latest/contributing.html --> ## Overview: What does this pull request change? The docker docs use a `docker run` command that runs `/bin/bash`, but it's easier to use `bash` from the `PATH`. <!-- If there is more information than the PR title that should be added to our release changelog, add it in the following changelog section. This is optional, but recommended for larger pull requests. --> <!--changelog-start--> <!--changelog-end--> ## Motivation and Explanation: Why and how do your changes improve the library? <!-- Optional for bugfixes, small enhancements, and documentation-related PRs. Otherwise, please give a short reasoning for your changes. --> ## Links to added or changed documentation pages [docker.rst](https://manimce--3582.org.readthedocs.build/en/3582/installation/docker.html) <!-- Please add links to the affected documentation pages (edit the description after opening the PR). The link to the documentation for your PR is https://manimce--####.org.readthedocs.build/en/####/, where #### represents the PR number. --> ## Further Information and Comments <!-- If applicable, put further comments for the reviewers here. --> I've verified the updated command works. <!-- Thank you again for contributing! Do not modify the lines below, they are for reviewers. --> ## 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
[ "Is there any reason that this is better? If `/bin/bash` works and it's more explicit why not stick with it?", "If the explicit way is better then I suggest making this choice consistent across the document, in all invocations of a command inside a container:\r\n\r\n```diff\r\ndiff --git a/docs/source/installatio...
3,576
Bump jinja2 from 3.1.2 to 3.1.3 : Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pallets/jinja/releases">jinja2's releases</a>.</em></p> <blockquote> <h2>3.1.3</h2> <p>This is a fix release for the 3.1.x feature branch.</p> <ul> <li>Fix for <a href="https://github.com/pallets/jinja/security/advisories/GHSA-h5c8-rqwp-cp95">GHSA-h5c8-rqwp-cp95</a>. You are affected if you are using <code>xmlattr</code> and passing user input as attribute keys.</li> <li>Changes: <a href="https://jinja.palletsprojects.com/en/3.1.x/changes/#version-3-1-3">https://jinja.palletsprojects.com/en/3.1.x/changes/#version-3-1-3</a></li> <li>Milestone: <a href="https://github.com/pallets/jinja/milestone/15?closed=1">https://github.com/pallets/jinja/milestone/15?closed=1</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pallets/jinja/blob/main/CHANGES.rst">jinja2's changelog</a>.</em></p> <blockquote> <h2>Version 3.1.3</h2> <p>Released 2024-01-10</p> <ul> <li>Fix compiler error when checking if required blocks in parent templates are empty. :pr:<code>1858</code></li> <li><code>xmlattr</code> filter does not allow keys with spaces. GHSA-h5c8-rqwp-cp95</li> <li>Make error messages stemming from invalid nesting of <code>{% trans %}</code> blocks more helpful. :pr:<code>1918</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pallets/jinja/commit/d9de4bb215fd1cc8092a410fb834c7c4060b1fc1"><code>d9de4bb</code></a> release version 3.1.3</li> <li><a href="https://github.com/pallets/jinja/commit/50124e16561f17f6c1ec85a692f6551418971cdc"><code>50124e1</code></a> skip test pypi</li> <li><a href="https://github.com/pallets/jinja/commit/9ea7222ef3f184480be0d0884e30ccfb4172b17b"><code>9ea7222</code></a> use trusted publishing</li> <li><a href="https://github.com/pallets/jinja/commit/da703f7aae36b1e88baaa20de334d7ff6378fdde"><code>da703f7</code></a> use trusted publishing</li> <li><a href="https://github.com/pallets/jinja/commit/bce174692547464512383ec40e0f8338b8811983"><code>bce1746</code></a> use trusted publishing</li> <li><a href="https://github.com/pallets/jinja/commit/7277d8068be593deab3555c7c14f974ada373af1"><code>7277d80</code></a> update pre-commit hooks</li> <li><a href="https://github.com/pallets/jinja/commit/5c8a10522421270f66376a24ec8e0d6812bc4b14"><code>5c8a105</code></a> Make nested-trans-block exceptions nicer (<a href="https://redirect.github.com/pallets/jinja/issues/1918">#1918</a>)</li> <li><a href="https://github.com/pallets/jinja/commit/19a55db3b411343309f2faaffaedbb089e841895"><code>19a55db</code></a> Make nested-trans-block exceptions nicer</li> <li><a href="https://github.com/pallets/jinja/commit/716795349a41d4983a9a4771f7d883c96ea17be7"><code>7167953</code></a> Merge pull request from GHSA-h5c8-rqwp-cp95</li> <li><a href="https://github.com/pallets/jinja/commit/7dd3680e6eea0d77fde024763657aa4d884ddb23"><code>7dd3680</code></a> xmlattr filter disallows keys with spaces</li> <li>Additional commits viewable in <a href="https://github.com/pallets/jinja/compare/3.1.2...3.1.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=jinja2&package-manager=pip&previous-version=3.1.2&new-version=3.1.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/ManimCommunity/manim/network/alerts). </details>
[ "Looks like jinja2 is up-to-date now, so this is no longer needed." ]
3,575
Bump gitpython from 3.1.40 to 3.1.41 : Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.40 to 3.1.41. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/gitpython-developers/GitPython/releases">gitpython's releases</a>.</em></p> <blockquote> <h2>3.1.41 - fix Windows security issue</h2> <p>The details about the Windows security issue <a href="https://github.com/gitpython-developers/GitPython/security/advisories/GHSA-2mqj-m65w-jghx">can be found in this advisory</a>.</p> <p>Special thanks go to <a href="https://github.com/EliahKagan"><code>@โ€‹EliahKagan</code></a> who reported the issue and fixed it in a single stroke, while being responsible for an incredible amount of improvements that he contributed over the last couple of months โค๏ธ.</p> <h2>What's Changed</h2> <ul> <li>Add <code>__all__</code> in git.exc by <a href="https://github.com/EliahKagan"><code>@โ€‹EliahKagan</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1719">gitpython-developers/GitPython#1719</a></li> <li>Set submodule update cadence to weekly by <a href="https://github.com/EliahKagan"><code>@โ€‹EliahKagan</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1721">gitpython-developers/GitPython#1721</a></li> <li>Never modify sys.path by <a href="https://github.com/EliahKagan"><code>@โ€‹EliahKagan</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1720">gitpython-developers/GitPython#1720</a></li> <li>Bump git/ext/gitdb from <code>8ec2390</code> to <code>ec58b7e</code> by <a href="https://github.com/dependabot"><code>@โ€‹dependabot</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1722">gitpython-developers/GitPython#1722</a></li> <li>Revise comments, docstrings, some messages, and a bit of code by <a href="https://github.com/EliahKagan"><code>@โ€‹EliahKagan</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1725">gitpython-developers/GitPython#1725</a></li> <li>Use zero-argument super() by <a href="https://github.com/EliahKagan"><code>@โ€‹EliahKagan</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1726">gitpython-developers/GitPython#1726</a></li> <li>Remove obsolete note in _iter_packed_refs by <a href="https://github.com/EliahKagan"><code>@โ€‹EliahKagan</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1727">gitpython-developers/GitPython#1727</a></li> <li>Reorganize test_util and make xfail marks precise by <a href="https://github.com/EliahKagan"><code>@โ€‹EliahKagan</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1729">gitpython-developers/GitPython#1729</a></li> <li>Clarify license and make module top comments more consistent by <a href="https://github.com/EliahKagan"><code>@โ€‹EliahKagan</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1730">gitpython-developers/GitPython#1730</a></li> <li>Deprecate compat.is_<!-- raw HTML omitted -->, rewriting all uses by <a href="https://github.com/EliahKagan"><code>@โ€‹EliahKagan</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1732">gitpython-developers/GitPython#1732</a></li> <li>Revise and restore some module docstrings by <a href="https://github.com/EliahKagan"><code>@โ€‹EliahKagan</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1735">gitpython-developers/GitPython#1735</a></li> <li>Make the rmtree callback Windows-only by <a href="https://github.com/EliahKagan"><code>@โ€‹EliahKagan</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1739">gitpython-developers/GitPython#1739</a></li> <li>List all non-passing tests in test summaries by <a href="https://github.com/EliahKagan"><code>@โ€‹EliahKagan</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1740">gitpython-developers/GitPython#1740</a></li> <li>Document some minor subtleties in test_util.py by <a href="https://github.com/EliahKagan"><code>@โ€‹EliahKagan</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1749">gitpython-developers/GitPython#1749</a></li> <li>Always read metadata files as UTF-8 in setup.py by <a href="https://github.com/EliahKagan"><code>@โ€‹EliahKagan</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1748">gitpython-developers/GitPython#1748</a></li> <li>Test native Windows on CI by <a href="https://github.com/EliahKagan"><code>@โ€‹EliahKagan</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1745">gitpython-developers/GitPython#1745</a></li> <li>Test macOS on CI by <a href="https://github.com/EliahKagan"><code>@โ€‹EliahKagan</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1752">gitpython-developers/GitPython#1752</a></li> <li>Let close_fds be True on all platforms by <a href="https://github.com/EliahKagan"><code>@โ€‹EliahKagan</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1753">gitpython-developers/GitPython#1753</a></li> <li>Fix IndexFile.from_tree on Windows by <a href="https://github.com/EliahKagan"><code>@โ€‹EliahKagan</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1751">gitpython-developers/GitPython#1751</a></li> <li>Remove unused TASKKILL fallback in AutoInterrupt by <a href="https://github.com/EliahKagan"><code>@โ€‹EliahKagan</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1754">gitpython-developers/GitPython#1754</a></li> <li>Don't return with operand when conceptually void by <a href="https://github.com/EliahKagan"><code>@โ€‹EliahKagan</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1755">gitpython-developers/GitPython#1755</a></li> <li>Group .gitignore entries by purpose by <a href="https://github.com/EliahKagan"><code>@โ€‹EliahKagan</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1758">gitpython-developers/GitPython#1758</a></li> <li>Adding dubious ownership handling by <a href="https://github.com/marioaag"><code>@โ€‹marioaag</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1746">gitpython-developers/GitPython#1746</a></li> <li>Avoid brittle assumptions about preexisting temporary files in tests by <a href="https://github.com/EliahKagan"><code>@โ€‹EliahKagan</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1759">gitpython-developers/GitPython#1759</a></li> <li>Overhaul noqa directives by <a href="https://github.com/EliahKagan"><code>@โ€‹EliahKagan</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1760">gitpython-developers/GitPython#1760</a></li> <li>Clarify some Git.execute kill_after_timeout limitations by <a href="https://github.com/EliahKagan"><code>@โ€‹EliahKagan</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1761">gitpython-developers/GitPython#1761</a></li> <li>Bump actions/setup-python from 4 to 5 by <a href="https://github.com/dependabot"><code>@โ€‹dependabot</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1763">gitpython-developers/GitPython#1763</a></li> <li>Don't install black on Cygwin by <a href="https://github.com/EliahKagan"><code>@โ€‹EliahKagan</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1766">gitpython-developers/GitPython#1766</a></li> <li>Extract all &quot;import gc&quot; to module level by <a href="https://github.com/EliahKagan"><code>@โ€‹EliahKagan</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1765">gitpython-developers/GitPython#1765</a></li> <li>Extract remaining local &quot;import gc&quot; to module level by <a href="https://github.com/EliahKagan"><code>@โ€‹EliahKagan</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1768">gitpython-developers/GitPython#1768</a></li> <li>Replace xfail with gc.collect in TestSubmodule.test_rename by <a href="https://github.com/EliahKagan"><code>@โ€‹EliahKagan</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1767">gitpython-developers/GitPython#1767</a></li> <li>Enable CodeQL by <a href="https://github.com/EliahKagan"><code>@โ€‹EliahKagan</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1769">gitpython-developers/GitPython#1769</a></li> <li>Replace some uses of the deprecated mktemp function by <a href="https://github.com/EliahKagan"><code>@โ€‹EliahKagan</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1770">gitpython-developers/GitPython#1770</a></li> <li>Bump github/codeql-action from 2 to 3 by <a href="https://github.com/dependabot"><code>@โ€‹dependabot</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1773">gitpython-developers/GitPython#1773</a></li> <li>Run some Windows environment variable tests only on Windows by <a href="https://github.com/EliahKagan"><code>@โ€‹EliahKagan</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1774">gitpython-developers/GitPython#1774</a></li> <li>Fix TemporaryFileSwap regression where file_path could not be Path by <a href="https://github.com/EliahKagan"><code>@โ€‹EliahKagan</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1776">gitpython-developers/GitPython#1776</a></li> <li>Improve hooks tests by <a href="https://github.com/EliahKagan"><code>@โ€‹EliahKagan</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1777">gitpython-developers/GitPython#1777</a></li> <li>Fix if items of Index is of type PathLike by <a href="https://github.com/stegm"><code>@โ€‹stegm</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1778">gitpython-developers/GitPython#1778</a></li> <li>Better document IterableObj.iter_items and improve some subclasses by <a href="https://github.com/EliahKagan"><code>@โ€‹EliahKagan</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1780">gitpython-developers/GitPython#1780</a></li> <li>Revert &quot;Don't install black on Cygwin&quot; by <a href="https://github.com/EliahKagan"><code>@โ€‹EliahKagan</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1783">gitpython-developers/GitPython#1783</a></li> <li>Add missing pip in $PATH on Cygwin CI by <a href="https://github.com/EliahKagan"><code>@โ€‹EliahKagan</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1784">gitpython-developers/GitPython#1784</a></li> <li>Shorten Iterable docstrings and put IterableObj first by <a href="https://github.com/EliahKagan"><code>@โ€‹EliahKagan</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1785">gitpython-developers/GitPython#1785</a></li> <li>Fix incompletely revised Iterable/IterableObj docstrings by <a href="https://github.com/EliahKagan"><code>@โ€‹EliahKagan</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1786">gitpython-developers/GitPython#1786</a></li> <li>Pre-deprecate setting Git.USE_SHELL by <a href="https://github.com/EliahKagan"><code>@โ€‹EliahKagan</code></a> in <a href="https://redirect.github.com/gitpython-developers/GitPython/pull/1782">gitpython-developers/GitPython#1782</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gitpython-developers/GitPython/commit/f28873828496a6632b3a99101e3582ad164e9bb9"><code>f288738</code></a> bump patch level</li> <li><a href="https://github.com/gitpython-developers/GitPython/commit/ef3192cc414f2fd9978908454f6fd95243784c7f"><code>ef3192c</code></a> Merge pull request <a href="https://redirect.github.com/gitpython-developers/GitPython/issues/1792">#1792</a> from EliahKagan/popen</li> <li><a href="https://github.com/gitpython-developers/GitPython/commit/1f3caa31f1b63908235e341418a0804ed37a320a"><code>1f3caa3</code></a> Further clarify comment in test_hook_uses_shell_not_from_cwd</li> <li><a href="https://github.com/gitpython-developers/GitPython/commit/3eb7c2ab82e6dbe101ff916fca29d539cc2793af"><code>3eb7c2a</code></a> Move safer_popen from git.util to git.cmd</li> <li><a href="https://github.com/gitpython-developers/GitPython/commit/c551e916c7b9e2d623b9d76f3352849a707d9bbe"><code>c551e91</code></a> Extract shared logic for using Popen safely on Windows</li> <li><a href="https://github.com/gitpython-developers/GitPython/commit/15ebb258d4eebd9bf0f38780570d57e0b968b8de"><code>15ebb25</code></a> Clarify comment in test_hook_uses_shell_not_from_cwd</li> <li><a href="https://github.com/gitpython-developers/GitPython/commit/f44524a9a9c8122b9b98d6e5797e1dfc3211c0b7"><code>f44524a</code></a> Avoid spurious &quot;location may have moved&quot; on Windows</li> <li><a href="https://github.com/gitpython-developers/GitPython/commit/a42ea0a38c489caf9969836141120d760d3754b4"><code>a42ea0a</code></a> Cover absent/no-distro bash.exe in hooks &quot;not from cwd&quot; test</li> <li><a href="https://github.com/gitpython-developers/GitPython/commit/7751436b94d96ce0978b301681b851edd6efed63"><code>7751436</code></a> Extract venv management from test_installation</li> <li><a href="https://github.com/gitpython-developers/GitPython/commit/66ff4c177accfb4f21d3eb476381d248d99fd8b5"><code>66ff4c1</code></a> Omit CWD in search for bash.exe to run hooks on Windows</li> <li>Additional commits viewable in <a href="https://github.com/gitpython-developers/GitPython/compare/3.1.40...3.1.41">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=gitpython&package-manager=pip&previous-version=3.1.40&new-version=3.1.41)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/ManimCommunity/manim/network/alerts). </details>
[ "Looks like gitpython is up-to-date now, so this is no longer needed." ]
3,574
exception add if new_rings is none : <!-- Thank you for contributing to Manim! Learn more about the process in our contributing guidelines: https://docs.manim.community/en/latest/contributing.html --> ## Overview: What does this pull request change? I've changed the way new_rins is written so that it returns a default value if necessary. <!--changelog-start--> <!--changelog-end--> ## Motivation and Explanation: Why and how do your changes improve the library? <!-- Optional for bugfixes, small enhancements, and documentation-related PRs. Otherwise, please give a short reasoning for your changes. --> ## Links to added or changed documentation pages <!-- Please add links to the affected documentation pages (edit the description after opening the PR). The link to the documentation for your PR is https://manimce--####.org.readthedocs.build/en/####/, where #### represents the PR number. --> ## Further Information and Comments <!-- If applicable, put further comments for the reviewers here. --> <!-- Thank you again for contributing! Do not modify the lines below, they are for reviewers. --> ## Reviewer Checklist - [ x] 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
[]
3,572
Sector.get_arc_center() return a reference but not a copy, cause rotate unexpected behavior. : - ## Description of bug / unexpected behavior manim version: `0.18.0` ```python class SectorArcCenterRotate(Scene): def construct(self): self.add(NumberPlane()) sector = Sector(outer_radius=2, start_angle=0, angle=PI / 6) sector.shift(LEFT * 3) self.add(sector) self.wait() self.add(sector.copy().set_color(RED).set_opacity(0.5)) sector.rotate(PI / 6, about_point=sector.get_arc_center()) # unexcepted # sector.rotate(PI / 6, about_point=deepcopy(sector.get_arc_center())) self.wait() ``` ## Expected behavior <!-- Add a clear and concise description of what you expected to happen. --> expected behavior: <img width="572" alt="image" src="https://github.com/ManimCommunity/manim/assets/1728633/b134ee09-0450-48f8-9800-35cb882285e8"> the actual behavior: <img width="591" alt="image" src="https://github.com/ManimCommunity/manim/assets/1728633/01519761-976a-450f-a9fd-530217915f78"> ## System specifications <details><summary>System Details</summary> - OS (MacOS 14.2.1 (23C71)): - RAM: - Python version 3.11.5 - Installed modules (provide output from `pip list`): </details> I think the "problem" is `get_arc_center` return a reference of Sector's point: https://github.com/ManimCommunity/manim/blob/3b496ea2e6f1a6ab7829398590b41e17bfbd34c1/manim/mobject/geometry/arc.py#L381-L392 But the other method, such as get_corner return a copy. Not sure it's a feature or a bug. Thanks.
[]
3,568
Fix typing of `Animation` : `FunctionOverride` was being typed as returning `None` whereas it in fact returns `Animation`. This was resulting in the result of `Animation(...)` being inferred as `Animation | None` (by Pyright, at least). This PR addresses this by casting to the true type at the call site in `Animation.__new__()`. It also changes the type to simply be `Callable` seeing as `None` was misleading, and we're also unable to type the arguments correctly. ### How this was tested In VSCode using Pylance, I confirmed that the return type of `Animation(...)` is `Animation` (not `Animation | None`), and, outside VSCode, that manim could still be used.
[ "Before accepting this change, I would like to look into if there's any way to fix the `FunctionOverride` type alias. It might be worth looking into whether `import manim.animation.animation as anim;anim.Animation` works, or some other workaround. In my view, this should be considered a last resort.", "> I would ...
3,567
Bump github/codeql-action from 2 to 3 : Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/github/codeql-action/releases">github/codeql-action's releases</a>.</em></p> <blockquote> <h2>CodeQL Bundle v2.15.5</h2> <p>Bundles CodeQL CLI v2.15.5</p> <ul> <li>(<a href="https://github.com/github/codeql-cli-binaries/blob/HEAD/CHANGELOG.md">changelog</a>, <a href="https://github.com/github/codeql-cli-binaries/releases/tag/v2.15.5">release</a>)</li> </ul> <p>Includes the following CodeQL language packs from <a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.5"><code>github/codeql@codeql-cli/v2.15.5</code></a>:</p> <ul> <li><code>codeql/cpp-queries</code> (<a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.5/cpp/ql/src/CHANGELOG.md">changelog</a>, <a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.5/cpp/ql/src">source</a>)</li> <li><code>codeql/cpp-all</code> (<a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.5/cpp/ql/lib/CHANGELOG.md">changelog</a>, <a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.5/cpp/ql/lib">source</a>)</li> <li><code>codeql/csharp-queries</code> (<a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.5/csharp/ql/src/CHANGELOG.md">changelog</a>, <a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.5/csharp/ql/src">source</a>)</li> <li><code>codeql/csharp-all</code> (<a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.5/csharp/ql/lib/CHANGELOG.md">changelog</a>, <a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.5/csharp/ql/lib">source</a>)</li> <li><code>codeql/go-queries</code> (<a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.5/go/ql/src/CHANGELOG.md">changelog</a>, <a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.5/go/ql/src">source</a>)</li> <li><code>codeql/go-all</code> (<a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.5/go/ql/lib/CHANGELOG.md">changelog</a>, <a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.5/go/ql/lib">source</a>)</li> <li><code>codeql/java-queries</code> (<a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.5/java/ql/src/CHANGELOG.md">changelog</a>, <a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.5/java/ql/src">source</a>)</li> <li><code>codeql/java-all</code> (<a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.5/java/ql/lib/CHANGELOG.md">changelog</a>, <a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.5/java/ql/lib">source</a>)</li> <li><code>codeql/javascript-queries</code> (<a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.5/javascript/ql/src/CHANGELOG.md">changelog</a>, <a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.5/javascript/ql/src">source</a>)</li> <li><code>codeql/javascript-all</code> (<a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.5/javascript/ql/lib/CHANGELOG.md">changelog</a>, <a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.5/javascript/ql/lib">source</a>)</li> <li><code>codeql/python-queries</code> (<a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.5/python/ql/src/CHANGELOG.md">changelog</a>, <a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.5/python/ql/src">source</a>)</li> <li><code>codeql/python-all</code> (<a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.5/python/ql/lib/CHANGELOG.md">changelog</a>, <a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.5/python/ql/lib">source</a>)</li> <li><code>codeql/ruby-queries</code> (<a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.5/ruby/ql/src/CHANGELOG.md">changelog</a>, <a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.5/ruby/ql/src">source</a>)</li> <li><code>codeql/ruby-all</code> (<a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.5/ruby/ql/lib/CHANGELOG.md">changelog</a>, <a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.5/ruby/ql/lib">source</a>)</li> <li><code>codeql/swift-queries</code> (<a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.5/swift/ql/src/CHANGELOG.md">changelog</a>, <a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.5/swift/ql/src">source</a>)</li> <li><code>codeql/swift-all</code> (<a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.5/swift/ql/lib/CHANGELOG.md">changelog</a>, <a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.5/swift/ql/lib">source</a>)</li> </ul> <h2>CodeQL Bundle v2.15.4</h2> <p>Bundles CodeQL CLI v2.15.4</p> <ul> <li>(<a href="https://github.com/github/codeql-cli-binaries/blob/HEAD/CHANGELOG.md">changelog</a>, <a href="https://github.com/github/codeql-cli-binaries/releases/tag/v2.15.4">release</a>)</li> </ul> <p>Includes the following CodeQL language packs from <a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.4"><code>github/codeql@codeql-cli/v2.15.4</code></a>:</p> <ul> <li><code>codeql/cpp-queries</code> (<a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.4/cpp/ql/src/CHANGELOG.md">changelog</a>, <a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.4/cpp/ql/src">source</a>)</li> <li><code>codeql/cpp-all</code> (<a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.4/cpp/ql/lib/CHANGELOG.md">changelog</a>, <a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.4/cpp/ql/lib">source</a>)</li> <li><code>codeql/csharp-queries</code> (<a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.4/csharp/ql/src/CHANGELOG.md">changelog</a>, <a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.4/csharp/ql/src">source</a>)</li> <li><code>codeql/csharp-all</code> (<a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.4/csharp/ql/lib/CHANGELOG.md">changelog</a>, <a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.4/csharp/ql/lib">source</a>)</li> <li><code>codeql/go-queries</code> (<a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.4/go/ql/src/CHANGELOG.md">changelog</a>, <a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.4/go/ql/src">source</a>)</li> <li><code>codeql/go-all</code> (<a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.4/go/ql/lib/CHANGELOG.md">changelog</a>, <a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.4/go/ql/lib">source</a>)</li> <li><code>codeql/java-queries</code> (<a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.4/java/ql/src/CHANGELOG.md">changelog</a>, <a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.4/java/ql/src">source</a>)</li> <li><code>codeql/java-all</code> (<a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.4/java/ql/lib/CHANGELOG.md">changelog</a>, <a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.4/java/ql/lib">source</a>)</li> <li><code>codeql/javascript-queries</code> (<a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.4/javascript/ql/src/CHANGELOG.md">changelog</a>, <a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.4/javascript/ql/src">source</a>)</li> <li><code>codeql/javascript-all</code> (<a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.4/javascript/ql/lib/CHANGELOG.md">changelog</a>, <a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.4/javascript/ql/lib">source</a>)</li> <li><code>codeql/python-queries</code> (<a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.4/python/ql/src/CHANGELOG.md">changelog</a>, <a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.4/python/ql/src">source</a>)</li> <li><code>codeql/python-all</code> (<a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.4/python/ql/lib/CHANGELOG.md">changelog</a>, <a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.4/python/ql/lib">source</a>)</li> <li><code>codeql/ruby-queries</code> (<a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.4/ruby/ql/src/CHANGELOG.md">changelog</a>, <a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.4/ruby/ql/src">source</a>)</li> <li><code>codeql/ruby-all</code> (<a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.4/ruby/ql/lib/CHANGELOG.md">changelog</a>, <a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.4/ruby/ql/lib">source</a>)</li> <li><code>codeql/swift-queries</code> (<a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.4/swift/ql/src/CHANGELOG.md">changelog</a>, <a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.4/swift/ql/src">source</a>)</li> <li><code>codeql/swift-all</code> (<a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.4/swift/ql/lib/CHANGELOG.md">changelog</a>, <a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.4/swift/ql/lib">source</a>)</li> </ul> <h2>CodeQL Bundle</h2> <p>Bundles CodeQL CLI v2.15.3</p> <ul> <li>(<a href="https://github.com/github/codeql-cli-binaries/blob/HEAD/CHANGELOG.md">changelog</a>, <a href="https://github.com/github/codeql-cli-binaries/releases/tag/v2.15.3">release</a>)</li> </ul> <p>Includes the following CodeQL language packs from <a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.3"><code>github/codeql@codeql-cli/v2.15.3</code></a>:</p> <ul> <li><code>codeql/cpp-queries</code> (<a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.3/cpp/ql/src/CHANGELOG.md">changelog</a>, <a href="https://github.com/github/codeql/tree/codeql-cli/v2.15.3/cpp/ql/src">source</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/github/codeql-action/blob/main/CHANGELOG.md">github/codeql-action's changelog</a>.</em></p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/github/codeql-action/commit/e0c2b0a8a0cf7360f5f17b1ee83b98565e81cbaf"><code>e0c2b0a</code></a> change version numbers inside processing function as well</li> <li><a href="https://github.com/github/codeql-action/commit/8e4a6c7a903526fda317aa47e226cbd5a4f1d358"><code>8e4a6c7</code></a> improve handling of changelog processing for backports</li> <li><a href="https://github.com/github/codeql-action/commit/511f073971a2ce589ceea100a90831c5ca4310bb"><code>511f073</code></a> Merge pull request <a href="https://redirect.github.com/github/codeql-action/issues/2033">#2033</a> from github/dependabot/npm_and_yarn/npm-0a98872b3d</li> <li><a href="https://github.com/github/codeql-action/commit/ebf5a837135e243d2654e281549af1ee7dc107aa"><code>ebf5a83</code></a> Merge pull request <a href="https://redirect.github.com/github/codeql-action/issues/2035">#2035</a> from github/mergeback/v3.22.11-to-main-b374143c</li> <li><a href="https://github.com/github/codeql-action/commit/7813bda958fdd91160a45ff6cdb3a723b381c8c6"><code>7813bda</code></a> Update checked-in dependencies</li> <li><a href="https://github.com/github/codeql-action/commit/2b2fb6b1dc9a83da2dd429ce0c83af9380973083"><code>2b2fb6b</code></a> Update changelog and version after v3.22.11</li> <li><a href="https://github.com/github/codeql-action/commit/b374143c1149a9115d881581d29b8390bbcbb59c"><code>b374143</code></a> Merge pull request <a href="https://redirect.github.com/github/codeql-action/issues/2034">#2034</a> from github/update-v3.22.11-64e61baea</li> <li><a href="https://github.com/github/codeql-action/commit/95591babe868195080e3ca2c641042066f097f3d"><code>95591ba</code></a> Merge branch 'main' into dependabot/npm_and_yarn/npm-0a98872b3d</li> <li><a href="https://github.com/github/codeql-action/commit/e2b5cc75ce46a4a33dbafa57e19019d6bd5a67be"><code>e2b5cc7</code></a> Update changelog for v3.22.11</li> <li>See full diff in <a href="https://github.com/github/codeql-action/compare/v2...v3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github/codeql-action&package-manager=github_actions&previous-version=2&new-version=3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
[]
3,566
Bump actions/upload-artifact from 3 to 4 : [//]: # (dependabot-start) โš ๏ธ **Dependabot is rebasing this PR** โš ๏ธ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/upload-artifact/releases">actions/upload-artifact's releases</a>.</em></p> <blockquote> <h2>v4.0.0</h2> <h2>What's Changed</h2> <p>The release of upload-artifact@v4 and download-artifact@v4 are major changes to the backend architecture of Artifacts. They have numerous performance and behavioral improvements.</p> <p>For more information, see the <a href="https://github.com/actions/toolkit/tree/main/packages/artifact"><code>@โ€‹actions/artifact</code></a> documentation.</p> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/vmjoseph"><code>@โ€‹vmjoseph</code></a> made their first contribution in <a href="https://redirect.github.com/actions/upload-artifact/pull/464">actions/upload-artifact#464</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/upload-artifact/compare/v3...v4.0.0">https://github.com/actions/upload-artifact/compare/v3...v4.0.0</a></p> <h2>v3.1.3</h2> <h2>What's Changed</h2> <ul> <li>chore(github): remove trailing whitespaces by <a href="https://github.com/ljmf00"><code>@โ€‹ljmf00</code></a> in <a href="https://redirect.github.com/actions/upload-artifact/pull/313">actions/upload-artifact#313</a></li> <li>Bump <code>@โ€‹actions/artifact</code> version to v1.1.2 by <a href="https://github.com/bethanyj28"><code>@โ€‹bethanyj28</code></a> in <a href="https://redirect.github.com/actions/upload-artifact/pull/436">actions/upload-artifact#436</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/upload-artifact/compare/v3...v3.1.3">https://github.com/actions/upload-artifact/compare/v3...v3.1.3</a></p> <h2>v3.1.2</h2> <ul> <li>Update all <code>@actions/*</code> NPM packages to their latest versions- <a href="https://redirect.github.com/actions/upload-artifact/issues/374">#374</a></li> <li>Update all dev dependencies to their most recent versions - <a href="https://redirect.github.com/actions/upload-artifact/issues/375">#375</a></li> </ul> <h2>v3.1.1</h2> <ul> <li>Update actions/core package to latest version to remove <code>set-output</code> deprecation warning <a href="https://redirect.github.com/actions/upload-artifact/issues/351">#351</a></li> </ul> <h2>v3.1.0</h2> <h2>What's Changed</h2> <ul> <li>Bump <code>@โ€‹actions/artifact</code> to v1.1.0 (<a href="https://redirect.github.com/actions/upload-artifact/pull/327">actions/upload-artifact#327</a>) <ul> <li>Adds checksum headers on artifact upload (<a href="https://redirect.github.com/actions/toolkit/pull/1095">actions/toolkit#1095</a>) (<a href="https://redirect.github.com/actions/toolkit/pull/1063">actions/toolkit#1063</a>)</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/actions/upload-artifact/commit/c7d193f32edcb7bfad88892161225aeda64e9392"><code>c7d193f</code></a> Merge pull request <a href="https://redirect.github.com/actions/upload-artifact/issues/466">#466</a> from actions/v4-beta</li> <li><a href="https://github.com/actions/upload-artifact/commit/13131bb095770b4070a7477c3cd2d96e1c16d9f4"><code>13131bb</code></a> licensed cache</li> <li><a href="https://github.com/actions/upload-artifact/commit/4a6c273b9834f66a1d05c170dc3f80f9cdb9def1"><code>4a6c273</code></a> Merge branch 'main' into v4-beta</li> <li><a href="https://github.com/actions/upload-artifact/commit/f391bb91a3d3118aeca171c365bb319ece276b37"><code>f391bb9</code></a> Merge pull request <a href="https://redirect.github.com/actions/upload-artifact/issues/465">#465</a> from actions/robherley/v4-documentation</li> <li><a href="https://github.com/actions/upload-artifact/commit/9653d03c4b74c32144e02dae644fea70e079d4b3"><code>9653d03</code></a> Apply suggestions from code review</li> <li><a href="https://github.com/actions/upload-artifact/commit/875b63076402f25ef9d52c294c86ba4f97810575"><code>875b630</code></a> add limitations section</li> <li><a href="https://github.com/actions/upload-artifact/commit/ecb21463e93740a6be75c3116242169bfdbcb15a"><code>ecb2146</code></a> add compression example</li> <li><a href="https://github.com/actions/upload-artifact/commit/5e7604f84a055838f64ed68bb9904751523081ae"><code>5e7604f</code></a> trim some repeated info</li> <li><a href="https://github.com/actions/upload-artifact/commit/d6437d07581fe318a364512e6cf6b1dca6b4f92c"><code>d6437d0</code></a> naming</li> <li><a href="https://github.com/actions/upload-artifact/commit/1b561557037b4957d7d184e9aac02bec86c771eb"><code>1b56155</code></a> s/v4-beta/v4/g</li> <li>Additional commits viewable in <a href="https://github.com/actions/upload-artifact/compare/v3...v4">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/upload-artifact&package-manager=github_actions&previous-version=3&new-version=4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
[]
3,565
Bump actions/setup-python from 4 to 5 : Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/setup-python/releases">actions/setup-python's releases</a>.</em></p> <blockquote> <h2>v5.0.0</h2> <h2>What's Changed</h2> <p>In scope of this release, we update node version runtime from node16 to node20 (<a href="https://redirect.github.com/actions/setup-python/pull/772">actions/setup-python#772</a>). Besides, we update dependencies to the latest versions.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/setup-python/compare/v4.8.0...v5.0.0">https://github.com/actions/setup-python/compare/v4.8.0...v5.0.0</a></p> <h2>v4.8.0</h2> <h2>What's Changed</h2> <p>In scope of this release we added support for GraalPy (<a href="https://redirect.github.com/actions/setup-python/pull/694">actions/setup-python#694</a>). You can use this snippet to set up GraalPy:</p> <pre lang="yaml"><code>steps: - uses: actions/checkout@v4 - uses: actions/setup-python@v4 with: python-version: 'graalpy-22.3' - run: python my_script.py </code></pre> <p>Besides, the release contains such changes as:</p> <ul> <li>Trim python version when reading from file by <a href="https://github.com/FerranPares"><code>@โ€‹FerranPares</code></a> in <a href="https://redirect.github.com/actions/setup-python/pull/628">actions/setup-python#628</a></li> <li>Use non-deprecated versions in examples by <a href="https://github.com/jeffwidman"><code>@โ€‹jeffwidman</code></a> in <a href="https://redirect.github.com/actions/setup-python/pull/724">actions/setup-python#724</a></li> <li>Change deprecation comment to past tense by <a href="https://github.com/jeffwidman"><code>@โ€‹jeffwidman</code></a> in <a href="https://redirect.github.com/actions/setup-python/pull/723">actions/setup-python#723</a></li> <li>Bump <code>@โ€‹babel/traverse</code> from 7.9.0 to 7.23.2 by <a href="https://github.com/dependabot"><code>@โ€‹dependabot</code></a> in <a href="https://redirect.github.com/actions/setup-python/pull/743">actions/setup-python#743</a></li> <li>advanced-usage.md: Encourage the use actions/checkout@v4 by <a href="https://github.com/cclauss"><code>@โ€‹cclauss</code></a> in <a href="https://redirect.github.com/actions/setup-python/pull/729">actions/setup-python#729</a></li> <li>Examples now use checkout@v4 by <a href="https://github.com/simonw"><code>@โ€‹simonw</code></a> in <a href="https://redirect.github.com/actions/setup-python/pull/738">actions/setup-python#738</a></li> <li>Update actions/checkout to v4 by <a href="https://github.com/dmitry-shibanov"><code>@โ€‹dmitry-shibanov</code></a> in <a href="https://redirect.github.com/actions/setup-python/pull/761">actions/setup-python#761</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/FerranPares"><code>@โ€‹FerranPares</code></a> made their first contribution in <a href="https://redirect.github.com/actions/setup-python/pull/628">actions/setup-python#628</a></li> <li><a href="https://github.com/timfel"><code>@โ€‹timfel</code></a> made their first contribution in <a href="https://redirect.github.com/actions/setup-python/pull/694">actions/setup-python#694</a></li> <li><a href="https://github.com/jeffwidman"><code>@โ€‹jeffwidman</code></a> made their first contribution in <a href="https://redirect.github.com/actions/setup-python/pull/724">actions/setup-python#724</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/setup-python/compare/v4...v4.8.0">https://github.com/actions/setup-python/compare/v4...v4.8.0</a></p> <h2>v4.7.1</h2> <h2>What's Changed</h2> <ul> <li>Bump word-wrap from 1.2.3 to 1.2.4 by <a href="https://github.com/dependabot"><code>@โ€‹dependabot</code></a> in <a href="https://redirect.github.com/actions/setup-python/pull/702">actions/setup-python#702</a></li> <li>Add range validation for toml files by <a href="https://github.com/dmitry-shibanov"><code>@โ€‹dmitry-shibanov</code></a> in <a href="https://redirect.github.com/actions/setup-python/pull/726">actions/setup-python#726</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/setup-python/compare/v4...v4.7.1">https://github.com/actions/setup-python/compare/v4...v4.7.1</a></p> <h2>v4.7.0</h2> <p>In scope of this release, the support for reading python version from pyproject.toml was added (<a href="https://redirect.github.com/actions/setup-python/pull/669">actions/setup-python#669</a>).</p> <pre lang="yaml"><code> - name: Setup Python uses: actions/setup-python@v4 &lt;/tr&gt;&lt;/table&gt; </code></pre> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/actions/setup-python/commit/0a5c61591373683505ea898e09a3ea4f39ef2b9c"><code>0a5c615</code></a> Update action to node20 (<a href="https://redirect.github.com/actions/setup-python/issues/772">#772</a>)</li> <li><a href="https://github.com/actions/setup-python/commit/0ae58361cdfd39e2950bed97a1e26aa20c3d8955"><code>0ae5836</code></a> Add example of GraalPy to docs (<a href="https://redirect.github.com/actions/setup-python/issues/773">#773</a>)</li> <li><a href="https://github.com/actions/setup-python/commit/b64ffcaf5b410884ad320a9cfac8866006a109aa"><code>b64ffca</code></a> update actions/checkout to v4 (<a href="https://redirect.github.com/actions/setup-python/issues/761">#761</a>)</li> <li><a href="https://github.com/actions/setup-python/commit/8d2896179abf658742de432b3f203d2c2d86a587"><code>8d28961</code></a> Examples now use checkout@v4 (<a href="https://redirect.github.com/actions/setup-python/issues/738">#738</a>)</li> <li><a href="https://github.com/actions/setup-python/commit/7bc6abb01e0555719edc2dbca70a2fde309e5e56"><code>7bc6abb</code></a> advanced-usage.md: Encourage the use actions/checkout@v4 (<a href="https://redirect.github.com/actions/setup-python/issues/729">#729</a>)</li> <li><a href="https://github.com/actions/setup-python/commit/e8111cec9d3dc15220d8a3b638f08419f57b906a"><code>e8111ce</code></a> Bump <code>@โ€‹babel/traverse</code> from 7.9.0 to 7.23.2 (<a href="https://redirect.github.com/actions/setup-python/issues/743">#743</a>)</li> <li><a href="https://github.com/actions/setup-python/commit/a00ea43da65e7c04d2bdae58b3afecd77057eb9e"><code>a00ea43</code></a> add fix for graalpy ci (<a href="https://redirect.github.com/actions/setup-python/issues/741">#741</a>)</li> <li><a href="https://github.com/actions/setup-python/commit/8635b1ccc5934e73ed3510980fd2e7790b85839b"><code>8635b1c</code></a> Change deprecation comment to past tense (<a href="https://redirect.github.com/actions/setup-python/issues/723">#723</a>)</li> <li><a href="https://github.com/actions/setup-python/commit/f6cc428f535856f9c23558d01765a42a4d6cf758"><code>f6cc428</code></a> Use non-deprecated versions in examples (<a href="https://redirect.github.com/actions/setup-python/issues/724">#724</a>)</li> <li><a href="https://github.com/actions/setup-python/commit/5f2af211d616f86005883b44826180b21abb4060"><code>5f2af21</code></a> Add GraalPy support (<a href="https://redirect.github.com/actions/setup-python/issues/694">#694</a>)</li> <li>Additional commits viewable in <a href="https://github.com/actions/setup-python/compare/v4...v5">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/setup-python&package-manager=github_actions&previous-version=4&new-version=5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
[]
3,563
Multiplication of e.g. DOWN by a scalar is a type error on unreleased main branch : ## Description of bug / unexpected behavior Multiplication of `DOWN` by a float is a type error on `main` ![image](https://github.com/ManimCommunity/manim/assets/52205/37cc592e-e257-4f50-8d46-754fd76978f2) This is because `DOWN` is a `Vector3D` and on `main` this is a union type including a tuple type: ```python Vector3D: TypeAlias = Point3D Point3D: TypeAlias = Union[InternalPoint3D, tuple[float, float, float]] ``` whereas on `v0.18.0` it is a `Vector3`: ```python Vector3: TypeAlias = npt.NDArray[PointDType] ``` ## Expected behavior Multiplication of `DOWN` by a float should not be a type error. ## System specifications VSCode Insiders Version: 1.86.0-insider Commit: 9621add46007f7a1ab37d1fce9bcdcecca62aeb0
[ "Hello, I made that change in an attempt to make vector type aliases more consistent with point type aliases, which were also an union between NumPy ndarrays and tuples of floats.\r\nHowever, I see that this was not the correct move, so I just reverted that in a PR.\r\nThanks for submitting this issue!" ]
3,561
Add helpful hints to `VGroup.add()` error message : <!-- Thank you for contributing to Manim! Learn more about the process in our contributing guidelines: https://docs.manim.community/en/latest/contributing.html --> ## Overview: What does this pull request change? Changes the error message to explicitly state what was wrong and suggest a solution. <!-- If there is more information than the PR title that should be added to our release changelog, add it in the following changelog section. This is optional, but recommended for larger pull requests. --> <!--changelog-start--> <!--changelog-end--> ## Motivation and Explanation: Why and how do your changes improve the library? <!-- Optional for bugfixes, small enhancements, and documentation-related PRs. Otherwise, please give a short reasoning for your changes. --> I was confused by the current error message when I was creating a large `VGroup`. The solution is to use `Group` instead as I discovered [here](https://github.com/3b1b/manim/issues/795), but I think that's not obvious to somebody not familiar with Manim internals. ## Links to added or changed documentation pages <!-- Please add links to the affected documentation pages (edit the description after opening the PR). The link to the documentation for your PR is https://manimce--####.org.readthedocs.build/en/####/, where #### represents the PR number. --> ## Further Information and Comments <!-- If applicable, put further comments for the reviewers here. --> This is tested by `test_vectorized_mobject.py::test_vgroup_init`. There are about a dozen other places where error messages could be improved similarly - search for "must be of type" in the codebase. I didn't want to change all of them at once in case there are reviewer objections, but I'm happy to change other similar messages too. <!-- Thank you again for contributing! Do not modify the lines below, they are for reviewers. --> ## 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
[]
3,557
:meth:`.Scene.add` and :meth:`Scene.play` should also allow iterables : Basically the same thing as #3540 and #3365
[]
3,556
Allow :meth:`.VGroup.add` to use iterables of VMobjects : Closes #3540 Allows for statements like: ```py VGroup( Square(), [Circle()], (x.shift(RIGHT) for x in [Star(), Triangle()]) ) ``` Also added a test for this. As MrDiver said, it's annoying to have to unpack iterables with the `*` operator.
[ "Closing this as the performance hit for checking if an object is not a VMobject is a bit excessive." ]
3,555
Improve documentation section about contributing to docs : ## Overview: What does this pull request change? - Added new entry "Adding Documentation" under the "Contributing" section in the Manim docs - Grouped the 5 "Adding Admonitions/Docstrings/Examples/References/Typings" entries under "Adding Documentation" - **[BREAKING CHANGES]** This breaks the following links, which are relocated to: ``` contributing/admonitions.html --> contributing/docs/admonitions.html contributing/docstrings.html --> contributing/docs/docstrings.html contributing/examples.html --> contributing/docs/examples.html contributing/references.html --> contributing/docs/references.html contributing/typings.html --> contributing/docs/typings.html ``` - Added docs to `manim.utils.docbuild` and `manim.utils.testing` (and their submodules) and sorted alphabetically entries under "Reference Manual/Utilities and other modules", just like in the Typing PR #3484 ## Motivation and Explanation: Why and how do your changes improve the library? The Typing PR #3484 in which I worked was a huge change which implied learning a lot about how Manim built its documentation. I realized that there was some important information which was missing or scattered in different sections, so I decided to group everything under "Adding Documentation" and talk about the most important components of Manim's doc building process. ## Links to added or changed documentation pages <!-- Please add links to the affected documentation pages (edit the description after opening the PR). The link to the documentation for your PR is https://manimce--####.org.readthedocs.build/en/####/, where #### represents the PR number. --> - [contributing/docs.html](https://manimce--3555.org.readthedocs.build/en/3555/contributing/docs.html) - [reference/manim.utils.docbuild.html](https://manimce--3555.org.readthedocs.build/en/3555/reference/manim.utils.docbuild.html) - [reference/manim.utils.testing.html](https://manimce--3555.org.readthedocs.build/en/3555/reference/manim.utils.testing.html) ## Further Information and Comments <!-- If applicable, put further comments for the reviewers here. --> <!-- Thank you again for contributing! Do not modify the lines below, they are for reviewers. --> ## 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
[]
3,554
Add note in docstring of `ManimColor` about class constructors : Closes #3472 Also fixes a typo in the docstring.
[]
3,553
Add 'to be used in the future' TODOs to `ManimFrame` : Related PR: #620 I added TODOs to `ManimFrame` in `manim._config.utils` and `frame = ManimFrame(config)` in `manim._config.__init__` indicating that these shall be used in the future, as a note of caution to prevent future developers from "deleting unused code for Manim manteinance". ## Reviewer Checklist - [x] 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
[]
3,552
Brace get_text() and get_tex() does not support Chinese : ![image](https://github.com/ManimCommunity/manim/assets/30149424/18b48a0f-2652-41fe-9b31-c408dd07dcdc) ![image](https://github.com/ManimCommunity/manim/assets/30149424/7cab721c-0568-4fb0-815e-712e9aec58ac)
[ "![image](https://github.com/ManimCommunity/manim/assets/30149424/4d5b7619-2871-4cd3-a966-50a27d3186f4)" ]
3,551
Rectangular Hyperbola is getting plotted with its asymptotes : ## Description of bug / unexpected behavior <!-- Add a clear and concise description of the problem you encountered. --> When trying to plot a rectangular hyperbola, along with the hyperbola its asymptotes are also getting plotted and this happens in both cartesian parameters as well as polar parameters ## Expected behavior <!-- Add a clear and concise description of what you expected to happen. --> Expected behaviour is just to see the rectangular hyperbola ## How to reproduce the issue <!-- Provide a piece of code illustrating the undesired behavior. --> <details><summary>Code for reproducing the problem</summary> ```py from manim import * def getCurveInParametricForm(t): return np.array((1/np.cos(t), np.tan(t), 0)) class PlotAnyCurve(Scene): def construct(self): axis = Axes(x_range=[-8,8,1], y_range=[-8,8,1], x_length=12, y_length=12, axis_config={"include_numbers": True}) curve1 = ParametricFunction(getCurveInParametricForm, t_range=[-4,4], discontinuities=[-0.5*PI, 0.5*PI]) self.play(Create(axis)) self.play(Create(curve1)) ``` </details> ## Additional media files <!-- Paste in the files manim produced on rendering the code above. --> <details><summary>Images/GIFs</summary> <!-- PASTE MEDIA HERE --> </details> ## Logs <details><summary>Terminal output</summary> <!-- Add "-v DEBUG" when calling manim to generate more detailed logs --> ``` PASTE HERE OR PROVIDE LINK TO https://pastebin.com/ OR SIMILAR ``` <!-- Insert screenshots here (only when absolutely necessary, we prefer copy/pasted output!) --> </details> ## System specifications <details><summary>System Details</summary> - OS (with version, e.g., Windows 10 v2004 or macOS 10.15 (Catalina)): - RAM: - Python version (`python/py/python3 --version`): - Installed modules (provide output from `pip list`): ``` PASTE HERE ``` </details> <details><summary>LaTeX details</summary> + LaTeX distribution (e.g. TeX Live 2020): + Installed LaTeX packages: <!-- output of `tlmgr list --only-installed` for TeX Live or a screenshot of the Packages page for MikTeX --> </details> <details><summary>FFMPEG</summary> Output of `ffmpeg -version`: ``` PASTE HERE ``` </details> ## Additional comments <!-- Add further context that you think might be relevant for this issue here. -->
[ "Those extra 'lines' are not a buggy appearance of the asymptotes but a drawing feature due to using curves too close to discontinuities. Just pass `dt=0.1` to `ParametricPlot`. [RTFM](https://docs.manim.community/en/stable/reference/manim.mobject.graphing.functions.ParametricFunction.html?highlight=ParametricFunct...
3,549
Fix use of `Mobject`'s deprecated `get_*()` and `set_*()` methods in Cairo tests : Fix deprecation warnings for setters and getters. Most were from `Mobject.set_*`, and I changed them to `Mobject.set(xyz=`. For `Mobject.get_*`, I changed them to `Mobject.xyz`. Related: #3524
[]
3,547
fix typo of get_y_axis_label : <!-- Thank you for contributing to Manim! Learn more about the process in our contributing guidelines: https://docs.manim.community/en/latest/contributing.html --> ## Overview: What does this pull request change? <!-- If there is more information than the PR title that should be added to our release changelog, add it in the following changelog section. This is optional, but recommended for larger pull requests. --> <!--changelog-start--> <!--changelog-end--> ## Motivation and Explanation: Why and how do your changes improve the library? <!-- Optional for bugfixes, small enhancements, and documentation-related PRs. Otherwise, please give a short reasoning for your changes. --> ## Links to added or changed documentation pages <!-- Please add links to the affected documentation pages (edit the description after opening the PR). The link to the documentation for your PR is https://manimce--####.org.readthedocs.build/en/####/, where #### represents the PR number. --> ## Further Information and Comments <!-- If applicable, put further comments for the reviewers here. --> <!-- Thank you again for contributing! Do not modify the lines below, they are for reviewers. --> ## 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
[ "Thanks!" ]
3,546
fix write_subcaption_file error when using opengl renderer : <!-- Thank you for contributing to Manim! Learn more about the process in our contributing guidelines: https://docs.manim.community/en/latest/contributing.html --> ## Overview: What does this pull request change? <!-- If there is more information than the PR title that should be added to our release changelog, add it in the following changelog section. This is optional, but recommended for larger pull requests. --> <!--changelog-start--> <!--changelog-end--> ## Motivation and Explanation: Why and how do your changes improve the library? <!-- Optional for bugfixes, small enhancements, and documentation-related PRs. Otherwise, please give a short reasoning for your changes. --> When config.renderer is `opengl` and subcaptions is not None, the `write_subcaption_file` function will throw "TypeError: expected str, bytes or os.PathLike object, not NoneType" ## Links to added or changed documentation pages <!-- Please add links to the affected documentation pages (edit the description after opening the PR). The link to the documentation for your PR is https://manimce--####.org.readthedocs.build/en/####/, where #### represents the PR number. --> ## Further Information and Comments <!-- If applicable, put further comments for the reviewers here. --> <!-- Thank you again for contributing! Do not modify the lines below, they are for reviewers. --> ## 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
[]
3,545
Finish TODO's in ``contributing/typings.rst`` : Just some minor improvements, completing todo's etc. Related: #3375 CC @Viicos > https://manimce--3545.org.readthedocs.build/en/3545/contributing/typings.html
[ "This is all I can do for now, if I find time later I'll finish up the `TODO`'s", "I don't think I'll have time to work on this for a while. If there are no other comments and nobody wants to finish the ``TODO``s, Iets merge this in a day or two." ]
3,543
Fixed :attr:`.Mobject.animate` type-hint to allow LSP autocomplete : Pretty self-explanatory. The function definition was missing a `self: T` which meant that LSP's weren't working. Before: ![image](https://github.com/ManimCommunity/manim/assets/110117391/9caed8ad-e43f-465e-aeb3-8d92118f348c) After: ![image](https://github.com/ManimCommunity/manim/assets/110117391/bf6a5d99-0d85-4af7-b16b-0c9e3d8aa43f)
[]
3,541
Fix formatting of ``MoveAlongPath`` docs : Closes #3537 -> https://manimce--3541.org.readthedocs.build/en/3541/reference/manim.animation.movement.MoveAlongPath.html
[]
3,539
Remove meth:``.Mobject.wag`` : This method seemed like a remnant from Grant's original code, so I removed it.
[]
3,537
reST in ``MoveAlongPath`` not correct : [https://docs.manim.community/en/stable/reference/manim.animation.movement.MoveAlongPath.html](https://docs.manim.community/en/stable/reference/manim.animation.movement.MoveAlongPath.html) ![image](https://github.com/ManimCommunity/manim/assets/110117391/cb0a1d4a-a766-486b-9986-9e4fcb15e74a) The ``..rubric:: Example`` should not be shown in the docs.
[]
3,536
Succession does not work as expected : ```python class Test(Scene): def construct(self): txt1 = Text("1", color=BLACK) txt2 = Text("2", color=BLACK) self.play( Succession( FadeIn(txt1, shift=UP), FadeOut(txt1, shift=DOWN), FadeIn(txt2, shift=UP), FadeOut(txt2, shift=DOWN), ) ) self.wait(1) ``` I want to show some mobjects one by one, it seems out of control: "2" shows first https://github.com/ManimCommunity/manim/assets/11213808/2ddf2078-eb6c-4d38-a697-2518a7828b2e
[ "It works as intended but using it on 2 different mobjects will not work as you want it to.\n\nWhat you want to have is S(S(t1), S(t2))\ni.e. two different successions un succession" ]
3,530
chore(docs): add some words about Cairo 1.18 : Rendered docs: ![image](https://github.com/ManimCommunity/manim/assets/27275099/65ef5962-6a51-489c-9530-05291fe0b9bf) Closes #3521
[ "Nice catch @chopan050, thanks!" ]
3,528
Removed -s / --save_last_frame flag from CLI arguments : <!-- Thank you for contributing to Manim! Learn more about the process in our contributing guidelines: https://docs.manim.community/en/latest/contributing.html --> ## Overview: What does this pull request change? <!-- If there is more information than the PR title that should be added to our release changelog, add it in the following changelog section. This is optional, but recommended for larger pull requests. --> <!--changelog-start--> <!--changelog-end--> ## Motivation and Explanation: Why and how do your changes improve the library? <!-- Optional for bugfixes, small enhancements, and documentation-related PRs. Otherwise, please give a short reasoning for your changes. --> Remove deprecated functionality and make the codebase cleaner. Resolve #3174 ## Links to added or changed documentation pages <!-- Please add links to the affected documentation pages (edit the description after opening the PR). The link to the documentation for your PR is https://manimce--####.org.readthedocs.build/en/####/, where #### represents the PR number. --> https://manimce--3528.org.readthedocs.build/en/3528/ ## Further Information and Comments <!-- If applicable, put further comments for the reviewers here. --> <!-- Thank you again for contributing! Do not modify the lines below, they are for reviewers. --> ## 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
[ "Hey there! Thank you very much for your efforts!\r\n\r\nRegrettably, I realized that the way I wrote the comment on #3174 leaves little room for understanding it in the way I meant it. I actually did not mean that the functionality and general use of the `-s` / `--save_last_frame` CLI flag should be removed (and p...
3,527
Additional Suggestions to #3491 : _Originally posted by @behackl in https://github.com/ManimCommunity/manim/pull/3491#discussion_r1423971353_ ](https://github.com/ManimCommunity/manim/pull/3491#discussion_r1423972234)](https://github.com/ManimCommunity/manim/pull/3491#discussion_r1423972234)
[]
3,524
Remove support for dynamic plugin imports : This seems to be a blocker for Manim to work under 3.12. This PR only focuses on fixing the issue with `pkg_resources`, but is this feature really wanted? It seems to achieve the following: https://github.com/ManimCommunity/manim/pull/967#issuecomment-769026805 Honestly, I don't see how this is beneficial: IDEs/linters are not aware of the import (see screenshot). I'm in favor of removing this dynamic import (plus having these `exec` calls is scary, seems like you can have arbitrary code execution by crafting a specific module name).
[ "> Honestly, I don't see how this is beneficial: IDEs/linters are not aware of the import (see screenshot). I'm in favor of removing this dynamic import (plus having these exec calls is scary, seems like you can have arbitrary code execution by crafting a specific module name).\r\n\r\nOn the one hand, I agree.. the...
3,523
Full Latex Compiler inside manim : ## Description of proposed feature Adding full latex compiler capabilities into manim. In that way you could simply import your latex code and for example create static figures with tikzpicture. I would imaging that manim then could be a superset of latex beamer. Where you both have the awesome animation capabilites of manim and the static image generation techniques from latex (pgfplots,tikzpicture..etc) ## How can the new feature be used? Could be used in places where animation not strictly are necessary and a static image is useful. What do you guys think?
[ "LaTeX is a very large thing to add into manim. If there were any python bindings to it, then it might be worth considering - for now it is a very large task that is mostly out of the scope for manim." ]
3,521
Dev Install Issue: Cairo must be installed from source to match CI version (1.18) : #### Preliminaries - [x] I have followed the latest version of the [installation instructions](https://docs.manim.community/en/stable/installation.html). - [x] I have checked the [installation FAQ](https://docs.manim.community/en/stable/faq/installation.html) and my problem is either not mentioned there, or the solution given there does not help. ## Description of error This is more a documentation issue, but CI is using Cairo 1.18, while Ubuntu users (at least using 22.04) can only install Cairo 1.16 from `apt`. Not using Cairo 1.18 will mean that `pytest` will skip a lot of tests locally, but that may fail in the CI. This is an issue because users will have to trust the CI to pass tests, and possibly wait a long time to check if a patch fixed changes. ## TODO Document this potential issue (only important for dev I guess) and how to build Cairo from source (requires `ninja` and `meson`). ## System specifications - OS: Uubuntu 22.04
[ "Adding a remark about this to the developer installation guide is probably a good idea. The restriction was -- unfortunately -- necessary as the new cairo version introduced some minor changes to the graphical output which resulted in failed tests. You can find the corresponding issues / PRs by checking the latest...
3,520
Refactor `TexTemplate` : Relates to https://github.com/ManimCommunity/manim/pull/3473 I hopes this doesn't bring to many breaking changes: - Use dataclasses to reduce code overhead. - Remove `TexTemplateFromFile`, add a `from_file` classmethod instead. The `body` can be set manually here, but we face limitations as we can't add to preamble or document (same as before). Ideally the tex template file would be parsed to set the correct attributes, but not for today :). If `body` is manually set, the property will return this value instead of building from the attributes. - Users are now able to call the `add_to_*` methods, but it will have no effect (previously these methods were overridden in the `TexTEmplateFromFile` class and raise an exception). I think warning with a `UserWarning` would be great. - Improve some docstrings - Some code improvements.
[]
3,519
Added radial gradient feature to Manim `VMobject` : <!-- Thank you for contributing to Manim! Learn more about the process in our contributing guidelines: https://docs.manim.community/en/latest/contributing.html --> ## Overview: What does this pull request change? I've added this new feature and edited `set_style` and `get_style` methods of `VMobject` class. This can be set with `stroke_gradient_mode`, `fill_gradient_mode`, `radial_gradient_center_outer`, `radial_gradient_center_inner`, `radial_gradient_inner_radius` and `radial_gradient_outer_radius`, and by using `set_gradient_mode` method. ## Motivation and Explanation: Why and how do your changes improve the library? Manim hasn't a radial gradient feature and Cairo gives us the option to do one and I decided to make this contribution. ## Links to added or changed documentation pages `manim.mobject.types.vectorized_mobject` ## Further Information and Comments <!-- If applicable, put further comments for the reviewers here. --> ![RadialGradientExample_ManimCE_v0 18 0](https://github.com/ManimCommunity/manim/assets/118409119/58fb646e-518f-41e0-9764-06e9f9428806) Above we have an example of the new feature. I don't know why it shows more commits than as there should be, but it's everything ok. <!-- Thank you again for contributing! Do not modify the lines below, they are for reviewers. --> ## 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
[ "Just to leave a comment here so that we remember when we come back to this in the future:\r\n\r\nIn terms of the general architecture, it should not be the responsibility of the mobject to know all of these details; in an ideal world you'd just attach a color or material and the rest is handled by the renderer. Th...
3,516
Added `cap_style` feature to `VMobject` : <!-- Thank you for contributing to Manim! Learn more about the process in our contributing guidelines: https://docs.manim.community/en/latest/contributing.html --> ## Overview: What does this pull request change? Added `cap_style` to have multiple kinds of strokes in `VMobject`. <!--changelog-end--> ## Motivation and Explanation: Why and how do your changes improve the library? It should be nice to have something like `VMobject`s with round stroke and it's something that is missing in our code. ## Links to added or changed documentation pages `manim.mobject.types.vectorized_mobject` `manim.constants` ## Further Information and Comments ![CapStyleVariants](https://github.com/ManimCommunity/manim/assets/118409119/89a8c425-c970-4eb7-bab2-d19cd8c0bd72) <!-- Thank you again for contributing! Do not modify the lines below, they are for reviewers. --> ## 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
[ "LGTM!" ]
3,515
Fix formatting building blocks : fixes #3369
[]
3,513
Fix rectangle grid properties (#3082) : <!-- Thank you for contributing to Manim! Learn more about the process in our contributing guidelines: https://docs.manim.community/en/latest/contributing.html --> ## Overview: What does this pull request change? <!-- If there is more information than the PR title that should be added to our release changelog, add it in the following changelog section. This is optional, but recommended for larger pull requests. --> * There is no longer an error of imports when trying to create a `Rectangle` with a `y` grid only. ## Motivation and Explanation: Why and how do your changes improve the library? <!-- Optional for bugfixes, small enhancements, and documentation-related PRs. Otherwise, please give a short reasoning for your changes. --> Resolve #3082 ## Further Information and Comments <!-- If applicable, put further comments for the reviewers here. --> Changed the conditionals from e.g. `if grid_xstep is not None` to `if grid_xstep` so `grid_xstep=0.0` does not cause a `ZeroDivisionError` <!-- Thank you again for contributing! Do not modify the lines below, they are for reviewers. --> ## 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
[ "Off the top of my head, everything seems reasonable!\r\n\r\nThanks for your contribution! ๐ŸŽ‰ ", "Might I add #3428 if I see that correctly then it already solves the issue for the gridline styling so maybe we can revert it in this PR and just fix the 0 problem ?", "I updated the branch and PR message to exclud...
3,512
Removed deprecated `manim new` command : Self-explanatory. Related: #2695 <!-- Thank you again for contributing! Do not modify the lines below, they are for reviewers. --> ## 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
[]
3,511
latex error converting to dvi. : Hi, guys! When I try to colorize my latex equation, the fowlling happens: latex error converting to dvi. See log output above or the log file: media/Tex/1b397957b87f17df.log what's going on? thank you!
[ "Can you please provide more information for your Problem, and look at the template that is provided for how to create an issue.\r\n\r\nBecause the only information you gave is that you tried to render an illegal latex snippet.\r\n\r\nI will close this for now until more information is provided, or try asking on th...
3,510
fix line_join to joint_type in example_scenes/basic.py : ## Overview: What does this pull request change? Resolve #3371 <!-- Thank you again for contributing! Do not modify the lines below, they are for reviewers. --> ## 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
[]
3,509
fix typo in mobject docstring: line -> square : <!-- Thank you for contributing to Manim! Learn more about the process in our contributing guidelines: https://docs.manim.community/en/latest/contributing.html --> ## Overview: What does this pull request change? <!-- If there is more information than the PR title that should be added to our release changelog, add it in the following changelog section. This is optional, but recommended for larger pull requests. --> <!--changelog-start--> <!--changelog-end--> ## Motivation and Explanation: Why and how do your changes improve the library? <!-- Optional for bugfixes, small enhancements, and documentation-related PRs. Otherwise, please give a short reasoning for your changes. --> ## Links to added or changed documentation pages <!-- Please add links to the affected documentation pages (edit the description after opening the PR). The link to the documentation for your PR is https://manimce--####.org.readthedocs.build/en/####/, where #### represents the PR number. --> https://manimce--3509.org.readthedocs.build/en/3509/reference/manim.mobject.mobject.Mobject.html?highlight=dtupdater#dtupdater ## Further Information and Comments <!-- If applicable, put further comments for the reviewers here. --> <!-- Thank you again for contributing! Do not modify the lines below, they are for reviewers. --> ## 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
[]
3,503
chore(lib): use PyAV instead of FFMPEG : Draft implementation of #442. The goals are to: - avoid calling FFMPEG each time using subprocesses; - mitigate the FFMPEG installation issues by providing direct binding (to check) The current PR seems to improve rendering time by a factor close to 1.5 ~ 2.0, but I should do more testing to further check this. A basic test case is the following: ```python import random from manim import * random.seed(1234) class Speed(Scene): def construct(self): for _ in range(10): self.play(Write(DecimalNumber(random.random()))) self.clear() ``` TODO list: - [ ] remove all `subprocess` call (at least one is left for audio concat) - [ ] remove all mentions of `writing_process` and FFMPEG needs - [ ] update the docs? - [ ] update and add unit tests Closes #442
[ "I've been working on that too in #3501, with the difference that I have a working documentation build and fewer failing tests ;-)\r\n\r\nYou managed to pass a few more of the current options though, it might make sense to join forces.", "I've now absorbed your changes in #3501, except for the change to `write_fr...
3,500
Explain ``.Transform`` vs ``.ReplacementTransform`` in quickstart examples : Resolves Issue #3139 ## Changed Documentation https://manimce--3500.org.readthedocs.build/en/3500/tutorials/quickstart.html
[ "Hmm, that seems like a better idea. I'll update this PR.", "```\r\nFor the a->b, a->c part it follows more of a foldl pattern in that sense so you can apply a list of functions to one mobject and it still work, so it enables you to write for loops without having to switch between different references.\r\nWhereas...
3,499
Reformatting the `--save_sections` output to have the format `<Scene>_<SecNum>_<SecName><extension>` : ## Overview: What does this pull request change? <!--changelog-start--> Fixes the rendered file names to inherit section name. The PR has been created as part of a University course and it is not a bug but it helps the user by improving the expected output. This provides a solution to the issue opened. <!--changelog-end--> ## Links to added or changed documentation pages ## Further Information and Comments Fixes #3471 <!-- Thank you again for contributing! Do not modify the lines below, they are for reviewers. --> ## 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
[ "Hello, thanks for your contribution!\r\nI edited your post to link the affected issue.\r\n\r\nWe (the developer team) were discussing that it should, at least, be better to have **both** the number and the name.\r\nThe issue with getting rid of the section number is that the files become unorganized in the folder,...
3,498
fix 360ยฐ to 180ยฐ in quickstart tutorial : <!-- Thank you for contributing to Manim! Learn more about the process in our contributing guidelines: https://docs.manim.community/en/latest/contributing.html --> ## Overview: What does this pull request change? Refer to [Issue 2080](https://github.com/3b1b/manim/issues/2080), fixed wrong degree 360 to 180 in quickstart tutorial of comparing `.animate` and `AnimatedSquareToCircle` <!-- Thank you again for contributing! Do not modify the lines below, they are for reviewers. --> ## 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
[]
3,497
Bump jupyter-server from 2.9.1 to 2.11.2 : Bumps [jupyter-server](https://github.com/jupyter-server/jupyter_server) from 2.9.1 to 2.11.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jupyter-server/jupyter_server/releases">jupyter-server's releases</a>.</em></p> <blockquote> <h2>v2.11.2</h2> <h2>2.11.2</h2> <p>(<a href="https://github.com/jupyter-server/jupyter_server/compare/v2.11.1">Full Changelog</a>)</p> <h3>Contributors to this release</h3> <p>(<a href="https://github.com/jupyter-server/jupyter_server/graphs/contributors?from=2023-11-27&amp;to=2023-12-04&amp;type=c">GitHub contributors page for this release</a>)</p> <h2>v2.11.1</h2> <h2>2.11.1</h2> <p>(<a href="https://github.com/jupyter-server/jupyter_server/compare/v2.11.0...40a95e5f39d3f167bebf9232da9fab64818ba97d">Full Changelog</a>)</p> <h3>Bugs fixed</h3> <ul> <li>avoid unhandled error on some invalid paths <a href="https://redirect.github.com/jupyter-server/jupyter_server/pull/1369">#1369</a> (<a href="https://github.com/minrk"><code>@โ€‹minrk</code></a>)</li> <li>Change md5 to hash and hash_algorithm, fix incompatibility <a href="https://redirect.github.com/jupyter-server/jupyter_server/pull/1367">#1367</a> (<a href="https://github.com/Wh1isper"><code>@โ€‹Wh1isper</code></a>)</li> </ul> <h3>Contributors to this release</h3> <p>(<a href="https://github.com/jupyter-server/jupyter_server/graphs/contributors?from=2023-11-21&amp;to=2023-11-27&amp;type=c">GitHub contributors page for this release</a>)</p> <p><a href="https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server+involves%3Ablink1073+updated%3A2023-11-21..2023-11-27&amp;type=Issues"><code>@โ€‹blink1073</code></a> | <a href="https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server+involves%3Afcollonval+updated%3A2023-11-21..2023-11-27&amp;type=Issues"><code>@โ€‹fcollonval</code></a> | <a href="https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server+involves%3Aminrk+updated%3A2023-11-21..2023-11-27&amp;type=Issues"><code>@โ€‹minrk</code></a> | <a href="https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server+involves%3AWh1isper+updated%3A2023-11-21..2023-11-27&amp;type=Issues"><code>@โ€‹Wh1isper</code></a></p> <h2>v2.11.0</h2> <h2>2.11.0</h2> <p>(<a href="https://github.com/jupyter-server/jupyter_server/compare/v2.10.1...e7c0f331d4cbf82eb1a9e9bc6c260faabda0255a">Full Changelog</a>)</p> <h3>Enhancements made</h3> <ul> <li>Support get file(notebook) md5 <a href="https://redirect.github.com/jupyter-server/jupyter_server/pull/1363">#1363</a> (<a href="https://github.com/Wh1isper"><code>@โ€‹Wh1isper</code></a>)</li> </ul> <h3>Maintenance and upkeep improvements</h3> <ul> <li>Update ruff and typings <a href="https://redirect.github.com/jupyter-server/jupyter_server/pull/1365">#1365</a> (<a href="https://github.com/blink1073"><code>@โ€‹blink1073</code></a>)</li> </ul> <h3>Documentation improvements</h3> <ul> <li>Update api docs with md5 param <a href="https://redirect.github.com/jupyter-server/jupyter_server/pull/1364">#1364</a> (<a href="https://github.com/Wh1isper"><code>@โ€‹Wh1isper</code></a>)</li> <li>typo: ServerApp <a href="https://redirect.github.com/jupyter-server/jupyter_server/pull/1361">#1361</a> (<a href="https://github.com/IITII"><code>@โ€‹IITII</code></a>)</li> </ul> <h3>Contributors to this release</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jupyter-server/jupyter_server/blob/main/CHANGELOG.md">jupyter-server's changelog</a>.</em></p> <blockquote> <h2>2.11.2</h2> <p>(<a href="https://github.com/jupyter-server/jupyter_server/compare/v2.11.1">Full Changelog</a>)</p> <h3>Contributors to this release</h3> <p>(<a href="https://github.com/jupyter-server/jupyter_server/graphs/contributors?from=2023-11-27&amp;to=2023-12-04&amp;type=c">GitHub contributors page for this release</a>)</p> <!-- raw HTML omitted --> <h2>2.11.1</h2> <p>(<a href="https://github.com/jupyter-server/jupyter_server/compare/v2.11.0...40a95e5f39d3f167bebf9232da9fab64818ba97d">Full Changelog</a>)</p> <h3>Bugs fixed</h3> <ul> <li>avoid unhandled error on some invalid paths <a href="https://redirect.github.com/jupyter-server/jupyter_server/pull/1369">#1369</a> (<a href="https://github.com/minrk"><code>@โ€‹minrk</code></a>)</li> <li>Change md5 to hash and hash_algorithm, fix incompatibility <a href="https://redirect.github.com/jupyter-server/jupyter_server/pull/1367">#1367</a> (<a href="https://github.com/Wh1isper"><code>@โ€‹Wh1isper</code></a>)</li> </ul> <h3>Contributors to this release</h3> <p>(<a href="https://github.com/jupyter-server/jupyter_server/graphs/contributors?from=2023-11-21&amp;to=2023-11-27&amp;type=c">GitHub contributors page for this release</a>)</p> <p><a href="https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server+involves%3Ablink1073+updated%3A2023-11-21..2023-11-27&amp;type=Issues"><code>@โ€‹blink1073</code></a> | <a href="https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server+involves%3Afcollonval+updated%3A2023-11-21..2023-11-27&amp;type=Issues"><code>@โ€‹fcollonval</code></a> | <a href="https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server+involves%3Aminrk+updated%3A2023-11-21..2023-11-27&amp;type=Issues"><code>@โ€‹minrk</code></a> | <a href="https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server+involves%3AWh1isper+updated%3A2023-11-21..2023-11-27&amp;type=Issues"><code>@โ€‹Wh1isper</code></a></p> <h2>2.11.0</h2> <p>(<a href="https://github.com/jupyter-server/jupyter_server/compare/v2.10.1...e7c0f331d4cbf82eb1a9e9bc6c260faabda0255a">Full Changelog</a>)</p> <h3>Enhancements made</h3> <ul> <li>Support get file(notebook) md5 <a href="https://redirect.github.com/jupyter-server/jupyter_server/pull/1363">#1363</a> (<a href="https://github.com/Wh1isper"><code>@โ€‹Wh1isper</code></a>)</li> </ul> <h3>Maintenance and upkeep improvements</h3> <ul> <li>Update ruff and typings <a href="https://redirect.github.com/jupyter-server/jupyter_server/pull/1365">#1365</a> (<a href="https://github.com/blink1073"><code>@โ€‹blink1073</code></a>)</li> </ul> <h3>Documentation improvements</h3> <ul> <li>Update api docs with md5 param <a href="https://redirect.github.com/jupyter-server/jupyter_server/pull/1364">#1364</a> (<a href="https://github.com/Wh1isper"><code>@โ€‹Wh1isper</code></a>)</li> <li>typo: ServerApp <a href="https://redirect.github.com/jupyter-server/jupyter_server/pull/1361">#1361</a> (<a href="https://github.com/IITII"><code>@โ€‹IITII</code></a>)</li> </ul> <h3>Contributors to this release</h3> <p>(<a href="https://github.com/jupyter-server/jupyter_server/graphs/contributors?from=2023-11-15&amp;to=2023-11-21&amp;type=c">GitHub contributors page for this release</a>)</p> <p><a href="https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server+involves%3Ablink1073+updated%3A2023-11-15..2023-11-21&amp;type=Issues"><code>@โ€‹blink1073</code></a> | <a href="https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server+involves%3AIITII+updated%3A2023-11-15..2023-11-21&amp;type=Issues"><code>@โ€‹IITII</code></a> | <a href="https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server+involves%3Awelcome+updated%3A2023-11-15..2023-11-21&amp;type=Issues"><code>@โ€‹welcome</code></a> | <a href="https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server+involves%3AWh1isper+updated%3A2023-11-15..2023-11-21&amp;type=Issues"><code>@โ€‹Wh1isper</code></a></p> <h2>2.10.1</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jupyter-server/jupyter_server/commit/9bd96576c372b4ac14fa769adc780d13e0ed23c1"><code>9bd9657</code></a> Publish 2.11.2</li> <li><a href="https://github.com/jupyter-server/jupyter_server/commit/0056c3aa52cbb28b263a7a609ae5f17618b36652"><code>0056c3a</code></a> Merge pull request from GHSA-h56g-gq9v-vc8r</li> <li><a href="https://github.com/jupyter-server/jupyter_server/commit/88eca9931c16cc6b63b836d50e07c10014e2818f"><code>88eca99</code></a> Bump to 2.12.0.dev0</li> <li><a href="https://github.com/jupyter-server/jupyter_server/commit/3755794a561ede07c81c59a371cfae56c3dac724"><code>3755794</code></a> Publish 2.11.1</li> <li><a href="https://github.com/jupyter-server/jupyter_server/commit/40a95e5f39d3f167bebf9232da9fab64818ba97d"><code>40a95e5</code></a> avoid unhandled error on some invalid paths (<a href="https://redirect.github.com/jupyter-server/jupyter_server/issues/1369">#1369</a>)</li> <li><a href="https://github.com/jupyter-server/jupyter_server/commit/ecd5b1f9eb96d358a64603d9b7140b7235cbf240"><code>ecd5b1f</code></a> Change md5 to hash and hash_algorithm, fix incompatibility (<a href="https://redirect.github.com/jupyter-server/jupyter_server/issues/1367">#1367</a>)</li> <li><a href="https://github.com/jupyter-server/jupyter_server/commit/8e5d7668aea4eb4d6ca1767566f4ffcbc4bc49bf"><code>8e5d766</code></a> Bump to 2.12.0.dev0</li> <li><a href="https://github.com/jupyter-server/jupyter_server/commit/cc74bb64ede257f719d9c393269f3100e5e054dc"><code>cc74bb6</code></a> Publish 2.11.0</li> <li><a href="https://github.com/jupyter-server/jupyter_server/commit/e7c0f331d4cbf82eb1a9e9bc6c260faabda0255a"><code>e7c0f33</code></a> Update api docs with md5 param (<a href="https://redirect.github.com/jupyter-server/jupyter_server/issues/1364">#1364</a>)</li> <li><a href="https://github.com/jupyter-server/jupyter_server/commit/0983b715cce2e15932dffb87f0956338234a169e"><code>0983b71</code></a> Update ruff and typings (<a href="https://redirect.github.com/jupyter-server/jupyter_server/issues/1365">#1365</a>)</li> <li>Additional commits viewable in <a href="https://github.com/jupyter-server/jupyter_server/compare/v2.9.1...v2.11.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=jupyter-server&package-manager=pip&previous-version=2.9.1&new-version=2.11.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/ManimCommunity/manim/network/alerts). </details>
[]
3,494
Optimized `get_unit_normal()` and replaced `np.cross()` with custom `cross()` in `manim.utils.space_ops` : ## Overview: What does this pull request change? The title's self-explanatory. ## Motivation and Explanation: Why and how do your changes improve the library? Consider this simple scene: ```py class Simple(ThreeDScene): def construct(self): self.play(GrowFromPoint(Arrow3D(), LEFT), run_time=5) self.wait() ``` It takes an insanely high time to render, because `Arrow3D` has simply too many submobjects. The "too many submobjects" is for another PR, but meanwhile I want to address the fact that `Surface`s in general, with the high amount of submobjects in general, consume too much render time... and the biggest offender is `manim.utils.space_ops.get_unit_normal()`. I shall let the SnakeViz screenshots speak for themselves: | Before | After | | --- | --- | | ![bild](https://github.com/ManimCommunity/manim/assets/49853152/7c2ca22e-82a2-4493-ae95-629db29e6e1c) | ![bild](https://github.com/ManimCommunity/manim/assets/49853152/556d2317-3b14-41f0-8964-29752a30a506) | ## Links to added or changed documentation pages ## 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
[]
3,493
Account for dtype in the pixel array so the maximum value stays correct in the invert function : This fixes an issue where the `invert` argument would only work for `uint8` dtypes. Now the `max` value is updated according to the pixel array dtype. Maybe we should add unit tests for that, but haven't found an obvious place to put unit tests.
[ "Yes please, just create a new file `tests/module/mobject/test_image.py` or so. Thanks!", "> Yes please, just create a new file `tests/module/mobject/test_image.py` or so. Thanks!\r\n\r\nWill do that in the following days :-)", "@behackl done :-)" ]
3,491
Fix animations with zero runtime length to give a useful error instead of a broken pipe : Throwing an error when an animation group is instantiated with an empty list.
[ "The issue actually sits a bit deeper. This happens for *any* animation as soon as the `run_time` is set to 0:\r\n\r\n```py\r\nanim = Animation(None, run_time=0)\r\nself.play(anim)\r\nself.wait()\r\n```\r\n\r\nalso breaks rendering.\r\n\r\nI think it is fine that we raise an error in this case (I can't really think...
3,490
The brightness of the video changes when the program moves on to the next "play(animations)" : # If the background is "NumberPlane", the flickering will be noticeable ![test](https://github.com/ManimCommunity/manim/assets/25880096/bcceadd7-dac0-4b5d-8920-0c2590ba6e0d) from manim import * class test01(Scene): def construct(self): ax = NumberPlane() cirs = [] for i in range(-5,6,2): for j in range(-5,6,2): cirs.append(Circle(arc_center = ax.coords_to_point(i,j),radius=1)) self.add(ax) [self.play( Create(cir)) for cir in cirs]
[ "I have never seen anything like this before... I'll have to have a look at your code...", "What are your render settings? \r\nWhich version of Python, ffmpeg, Manim etc are you using?\r\n(essentially all the questions which you chose to not answer from the template)\r\n\r\nBecause on my system I cannot reproduce...
3,484
Added support for Manim type aliases in Sphinx docs + Added new TypeAliases : ## Overview: What does this pull request change? Added Manim type aliases to Sphinx Autodoc: - _**[v0.2]** Custom parser which reads ~the `manim/typing.py` file~ **[v2.0] ALL the modules inside the Manim tree**, generates an Abstract Syntax Tree using `ast`, and collects the necessary info from the type aliases._ - _On one hand it replaces the previous `manim_type_aliases`. On the other, it allows for obtaining information about the type aliases without any unwanted substitutions or sudden loss of information._ - _**Thanks to @JasonGrace2282 for working with me on this!**_ - Imported it into `docs.source.conf` and defined the dictionary `autodoc_type_aliases` containing the necessary mappings to support Manim type aliases in Sphinx docs - _**[v0.1]** Docs for the `manim.typing` module available!_ - _**[v1.0]** Now the types are referenced from the rest of the docs! If any function or method has a parameter or return value whose type is one of Manim's type aliases, now it will include an hyperlink to the corresponding docs!_ - _**[v0.1]** Custom Sphinx directive for the `manim.typing` module (see [Sphinx Issue #10785](https://github.com/sphinx-doc/sphinx/issues/10785))_- Added new useful type aliases: - `QuadraticBezierPath`, `CubicBezierPath` and `BezierPath` are `(3*N, 3)`, `(4*N, 3)` and `(PPC*N, 3)`-shaped arrays of `Point3D` objects respectively, where each one of the `N` groups of 3, 4 or `PPC` points represents a quadratic, cubic or n-th degree Bรฉzier curve respectively. These are essentially the types for `VMobject.points`. - `QuadraticSpline`, `CubicSpline` and `Spline` are special cases of the above where all the Bรฉzier curves in the array are connected. They represent the "subpaths" used internally by `VMobject`s. - For the sake of completeness, also added the missing `InternalPoint2D_Array`, `Point2D_Array`, `Vector2` and `CubicBezierPoints_Array` type aliases. - _**[v1.0]** Added `GrayscaleImage`, `RGBImage` and `RGBAImage`._ _**[v1.0]** Added the missing docstrings to all the type aliases._ _**[v2.1]** Added missing documentation for the modules `manim.utils.docbuild`, `manim.utils.testing` and all their submodules._ _**[v2.1]** Sorted alphabetically the modules in the "Utilities and other modules" entry inside the "Reference manual" in the docs._ _**[v0.1] Huge thanks to MrDiver for adding all the missing `__all__` exports from the Manim files!**_ _**[v0.1]** Updated Sphinx to version 7.2.6._ _**[v0.3]** JasonGrace2282 added the dependency `freeglu3-dev` to prevent Ubuntu tests from crashing with `ImportError: module "GLU" not found`_ ## Motivation and Explanation: Why and how do your changes improve the library? Currently Manim type aliases are not supported by Sphinx, which leads to visual clutter when generating the docs. This PR attempts to fix that. Before|After --|-- ![bild](https://github.com/ManimCommunity/manim/assets/49853152/92a10d3b-4d14-4086-bbff-931511e4b189) | ![image](https://github.com/ManimCommunity/manim/assets/49853152/3fa63cc5-08ff-4fd3-98f8-1500f44015bf) ![image](https://github.com/ManimCommunity/manim/assets/49853152/2cb84f1a-7da9-4ec4-a18e-06483c23834f) ![image](https://github.com/ManimCommunity/manim/assets/49853152/55192e07-f07b-431c-beea-b911dd67e4d5) ## Links to added or changed documentation pages - [`manim.typing`]( https://manimce--3484.org.readthedocs.build/en/3484/reference/manim.typing.html) - [`manim.mobject.mobject`]( https://manimce--3484.org.readthedocs.build/en/3484/reference/manim.mobject.mobject.html) - [`manim.utils.color.core`]( https://manimce--3484.org.readthedocs.build/en/3484/reference/manim.utils.color.core.html) - [`manim.utils.docbuild`]( https://manimce--3484.org.readthedocs.build/en/3484/reference/manim.utils.docbuild.html) - [`manim.utils.testing`]( https://manimce--3484.org.readthedocs.build/en/3484/reference/manim.utils.testing.html) - [`manim.utils.bezier` as an example](https://manimce--3484.org.readthedocs.build/en/3484/reference/manim.utils.bezier.html) - basically everything which makes use of type aliases ## Reviewer Checklist - [x] The PR title is descriptive enough for the changelog, and the PR is labeled correctly - [x] 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 -> https://www.sphinx-doc.org/en/master/usage/extensions/autodoc.html#confval-autodoc_type_aliases
[ "Current state, the typing module is now added to the documentation but it's contents are not shown because the module members are not written in caps", "_**[UPDATE v0.1]**_\r\n\r\n- **Thanks to MrDiver for including all the missing `__all__` exports in Manim!**\r\n- I marked this as a draft, as there's still a l...
3,477
indication.py documentation typo : reading the docs, im sure oppising isnt a word so i fixed it
[]
3,476
Bump cryptography from 41.0.5 to 41.0.6 : Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.5 to 41.0.6. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst">cryptography's changelog</a>.</em></p> <blockquote> <p>41.0.6 - 2023-11-27</p> <pre><code> * Fixed a null-pointer-dereference and segfault that could occur when loading certificates from a PKCS#7 bundle. Credit to **pkuzco** for reporting the issue. **CVE-2023-49083** <p>.. _v41-0-5: </code></pre></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pyca/cryptography/commit/f09c261ca10a31fe41b1262306db7f8f1da0e48a"><code>f09c261</code></a> 41.0.6 release (<a href="https://redirect.github.com/pyca/cryptography/issues/9927">#9927</a>)</li> <li>See full diff in <a href="https://github.com/pyca/cryptography/compare/41.0.5...41.0.6">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cryptography&package-manager=pip&previous-version=41.0.5&new-version=41.0.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/ManimCommunity/manim/network/alerts). </details>
[ "Looks like cryptography is up-to-date now, so this is no longer needed." ]
3,475
Disable rendering doc examples for experimental branch : The `MANIM_SKIP_EXAMPLES` env variable might be a nicer approach than the usual `O=-tskip-manim make html` for skipping the examples when rendering. We'll see whether this works as intended for this branch.
[ "โค๏ธ THANK YOU SO MUCH โค๏ธ " ]
3,474
[EXPERIMENTAL] Mobject shader cleanup + Scene changes + Undo orientation input in vertex shader + Transparency Fix : - Removed shader wrapper from OpenGL(V)Mobject - Removed shader related methods and decorators from OpenGL(V)Mobject (only the methods in OpenGLRenderer and GLVMobjectManager are being used) - Modified OpenGLVMobject.get_style() to use fill_color and stroke_color instead of fill_rgbas and stroke_rgbas - Removed orientation input from geometry_fill_shader - Updated Scene.remove and Scene.replace which were causing a crash on `manim render` - Temporarily removed `geometry_fill_shader/vert.glsl`'s unused input `orientation` which was causing a crash on `manim render`
[]
3,472
ManimColor: Adding documentation and examples for creating colors : Time to work with colours! :D ``` BG_rgb = (40, 85, 120) hsv = ManimColor().from_rgb(color).to_hsv() ``` will return `TypeError: ManimColor.__init__() missing 1 required positional argument: 'value'`, whereas the docs say ``` class ManimColor(value, alpha=1.0) ... PARAMETERS: - value (ParsableManimColor | None) โ€“ Some representation of a color (e.g., a string or a suitable tuple). ``` Is that `None`ย a "docs' bug"? **Questions:** 1. How shall I create a hsv ManimColor from a rgb/hsv tuple? 2. Once I have some sort of `hsv = ManimColor(... `, wouldn't be nicer to access attributes e.g. with `hsv.hue, hsv.saturationโ€š hsv.value` rather than using the `.to_hsv()`method? 3. I noticed that the `hsl` color space has been removed, is there any special reason? 4. Would you mind to add some examples in the docs so the users could better understand how to create their colours? Keep up the good work !
[ "That None is indeed not a bug and currently just for not needing to rewrite the whole library it just returns BLACK if you give it `None`\r\n\r\nThe reason for you needing to convert to hsv before you can access the values is that the internal representation is now in rgba of floats which is more in line of how th...
3,471
When rendering with option --save_section the rendered file names are appended with 0001, 0002, 0003 instead of the "name" attribute. : I am not sure if this shall be categorized as a bug, so let me know if I have to move it elsewhere. As per title, when rendering with option `--save_section `the rendered file names are appended with 0001, 0002, 0003 instead of the "name" attribute. for example, say that iI have something like the following: ``` class MyScene(Scene) def construct(self): self.next_section("MyFirstSection") # some code self.next_section("Section_Two") # some other code ``` and then I render with `--save-sections` optionโ€š then the rendered files have names: ``` MyScene_0001.mp4 MyScene_0002.mp4 ``` whereas it would be nicer if they inherit the section name, e.g. ``` MyScene_MyFirstSection.mp4 MyScene_Section_Two.mp4 ```
[ "Not sure I agree. The name could perhaps appear somewhere in the filename, but replacing the numbering completely leads to unsorted files in the file explorer.", "> The name could perhaps appear somewhere in the filename\r\n\r\nThat could be an idea! \r\nBut I am wondering, why it would be a problem to have unso...
3,469
what about adding blending modes? : ## Description of proposed feature Given that you touched colours, I have a provoking thought: what about adding blending modes in the future? At first glance the VMObject class shall be modified such that it takes an additional parameter "blending_mode=" that can take values in an enum {normal (default), add, multiply, screen, ...}. Blending modes explained: https://www.youtube.com/watch?v=EOoMakEVh_s
[ "I mean it general it sounds like a nice idea but i am not sure how well that would go with the mobject system, because normally how the blend mode works is that it Acts on the last layer and the mobject rendering only has an order and not really a notion of layer which would result it somewhat undefined behavior, ...
3,468
[EXPERIMENTAL] Update Scene's remove & replace - Undo "orientation" in vertex shader which replaced "unit_normal" : <!-- Thank you for contributing to Manim! Learn more about the process in our contributing guidelines: https://docs.manim.community/en/latest/contributing.html --> ## Overview: What does this pull request change? <!-- If there is more information than the PR title that should be added to our release changelog, add it in the following changelog section. This is optional, but recommended for larger pull requests. --> <!--changelog-start--> The title says almost everything. Plus, when a shader file is allegedly missing, its absolute path is logged, instead of only its filename. This allows for better debugging. <!--changelog-end--> ## Motivation and Explanation: Why and how do your changes improve the library? <!-- Optional for bugfixes, small enhancements, and documentation-related PRs. Otherwise, please give a short reasoning for your changes. --> I think this leads us one or two steps forward being able to render with `manim -pqm --renderer=opengl <file> <scene>`: - There was a first crash caused by the old `Scene.remove`, which was fixed by updating this method to 3b1b's version. The same had to be done with `Scene.replace`. - Then, a second crash happened because the `quadratic_bezier_fill` shader program was receiving an "unexpected" input `orientation`. This was introduced in the corresponding `vert.glsl` but was never used, thus not being recognized by the program. This new `orientation` was replacing the previous `unit_normal` attribute in `OpenGLVMobject`. After a discussion with MrDiver, where he told me that this was related to an intended feature regarding `Mobject.fix_orientation`, we decided to revert it temporarily and implement it in the future after solving other issues. With these two changes, now `manim -pqm --renderer=opengl <file> <scene>` works for simple, specific scenes, although it renders nothing. Plus, more complex scenes still crash, this time due to `OpenGLVMobject` stuff. _This, however, is a step forward in my opinion._ **Note: Changing `Scene.camera.background_color` does change the color in the final video output, but there's no actual rendering of Mobjects.** ## Links to added or changed documentation pages <!-- Please add links to the affected documentation pages (edit the description after opening the PR). The link to the documentation for your PR is https://manimce--####.org.readthedocs.build/en/####/, where #### represents the PR number. --> ## Further Information and Comments <!-- If applicable, put further comments for the reviewers here. --> <!-- Thank you again for contributing! Do not modify the lines below, they are for reviewers. --> ## 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
[]
3,467
Is there any way to make a long division in Maim? : That's all. Thanks
[ "Why would it not be possible? GitHub issues are not the correct place to discuss how such an animation would look like though -- please see the [corresponding section about getting help in our documentation](https://docs.manim.community/en/stable/faq/help.html).\r\n\r\nClosing this issue." ]
3,465
Can not find the file manim.py : In Windows When I was trying to execute ``` python -m manim.py ``` But there was a mistake called ``` No module named manim.py ``` I am so sorry and I don't know how to solve it. Had I downloaded a wrong version, but I didn't realise it? I hope __This issue__ won't offend anyone.
[ "Why do you want to run `python -m manim.py`, is that from some tutorial or so?\r\n\r\nThe command you should use is either just `manim`, or if that does not work you can replace it with `python -m manim` (without the .py). See https://docs.manim.community/en/stable/tutorials/quickstart.html for more information." ...
3,464
Last frame of animation is not rendered into video file unless a `wait()` is added : ## Description of bug / unexpected behavior Consider the following, which I expect to print a number animation from `-1.00000 ... 1.00000` ```Python class PrintValue(Scene): def construct(self): k = ValueTracker(-1) print_value = always_redraw( lambda: DecimalNumber(num_decimal_places=5, font_size=120).set_value(k.get_value()) ) self.add(print_value) self.play(k.animate.set_value(1)) ``` With manim v0.18.0 rendering: ``` manim --renderer cairo -t -r320,200 --format=webm -ono-wait printvalue.py PrintValue ``` This results in the following output: [no-wait.webm](https://github.com/ManimCommunity/manim/assets/140937/6e1af147-0037-414c-aaeb-1af6eb6aab62) Note the missing last value `1.00000` Interestingly, asking to emit the last frame as image with `-s`, this _does_ result in the expected frame with that value ``` manim --renderer cairo -s -t -r320,200 -ono-wait experiment.py PrintValue ``` ![no-wait](https://github.com/ManimCommunity/manim/assets/140937/21175060-763f-4137-8334-eb6d837187c4) The rendering is fixed by the following workaround, adding a wait that is at least the length of one frame at the end: ```Python class PrintValue(Scene): def construct(self): k = ValueTracker(-1) print_value = always_redraw( lambda: DecimalNumber(num_decimal_places=5, font_size=120).set_value(k.get_value()) ) self.add(print_value) self.play(k.animate.set_value(1)) self.wait(0.1) # <- this apparently makes the last frame flush ``` ... now, the resulting animation is complete [with-wait.webm](https://github.com/ManimCommunity/manim/assets/140937/fbe90894-6fea-4d5d-8916-83f9d838b3b4) ## Expected behavior My expectation would be that the annimation would emit all the frames to the video output without a `self.wait()` call. ## How to reproduce the issue and media See scripts above. ## System specifications <details><summary>System Details</summary> - manim version: 0.18.0 - OS: Linux (recent nixos): - RAM: 64G - Python version (`python/py/python3 --version`): 3.11.6 - Installed modules (provide output from `pip list`): No extra modules installed <details><summary>FFMPEG</summary> Output of `ffmpeg -version`: ``` ffmpeg version 6.0 Copyright (c) 2000-2023 the FFmpeg developers built with gcc 12.3.0 (GCC) configuration: --disable-static --prefix=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-ffmpeg-6.0 --target_os=linux --arch=x86_64 --pkg-config=pkg-config --enable-gpl --enable-version3 --disable-nonfree --enable-shared --enable-pic --disable-small --enable-runtime-cpudetect --disable-gray --enable-swscale-alpha --enable-hardcoded-tables --enable-safe-bitstream-reader --enable-pthreads --disable-w32threads --disable-os2threads --enable-network --enable-pixelutils --datadir=/nix/store/w5p9l98zyhvmcdic2b3gs4a3zf0vmwhf-ffmpeg-6.0-data/share/ffmpeg --enable-ffmpeg --disable-ffplay --enable-ffprobe --bindir=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-ffmpeg-6.0-bin/bin --enable-avcodec --enable-avdevice --enable-avfilter --enable-avformat --enable-avutil --enable-postproc --enable-swresample --enable-swscale --libdir=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-ffmpeg-6.0-lib/lib --incdir=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-ffmpeg-6.0-dev/include --enable-doc --enable-htmlpages --enable-manpages --mandir=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-ffmpeg-6.0-man/share/man --enable-podpages --enable-txtpages --docdir=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-ffmpeg-6.0-doc/share/doc/ffmpeg --enable-alsa --enable-bzlib --disable-libcelt --disable-cuda --disable-cuda-llvm --enable-libdav1d --disable-libfdk-aac --disable-libflite --enable-fontconfig --enable-libfreetype --disable-frei0r --disable-libfribidi --disable-libgme --enable-gnutls --disable-libgsm --disable-ladspa --enable-libmp3lame --disable-libaom --enable-libass --disable-libbluray --disable-libbs2b --disable-libdc1394 --enable-libdrm --enable-iconv --disable-libjack --disable-libmfx --disable-libmodplug --disable-libmysofa --enable-libopus --disable-librsvg --enable-libsrt --enable-libssh --disable-libtensorflow --enable-libtheora --enable-libv4l2 --enable-v4l2-m2m --enable-vaapi --enable-vdpau --enable-libvorbis --disable-libvmaf --enable-libvpx --disable-libwebp --disable-xlib --disable-libxcb --disable-libxcb-shm --disable-libxcb-xfixes --disable-libxcb-shape --disable-libxml2 --enable-lzma --enable-cuvid --enable-nvdec --enable-nvenc --disable-openal --disable-opencl --disable-libopencore-amrnb --disable-opengl --disable-libopenh264 --disable-libopenjpeg --disable-libopenmpt --enable-libpulse --disable-librav1e --enable-libsvtav1 --disable-librtmp --enable-sdl2 --enable-libsoxr --enable-libspeex --disable-libvidstab --disable-libvo-amrwbenc --enable-libx264 --enable-libx265 --disable-libxavs --enable-libxvid --disable-libzmq --enable-libzimg --enable-zlib --disable-vulkan --disable-libglslang --disable-libsmbclient --disable-debug --enable-optimizations --disable-extra-warnings --disable-stripping libavutil 58. 2.100 / 58. 2.100 libavcodec 60. 3.100 / 60. 3.100 libavformat 60. 3.100 / 60. 3.100 libavdevice 60. 1.100 / 60. 1.100 libavfilter 9. 3.100 / 9. 3.100 libswscale 7. 1.100 / 7. 1.100 libswresample 4. 10.100 / 4. 10.100 libpostproc 57. 1.100 / 57. 1.100 ``` </details>
[ "Thanks for your report! This is a problem that is rooted quite deeply, and I do not think that we will change this behavior any time soon. Essentially, this is because\r\n\r\n- we want the animation completion rate to progress nicely in steps proportional to the frame rate,\r\n- and we want the produced video to h...
3,461
Fix Indicate docstring typo : Fixed a small typo for the Indicate animation. ## 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
[]
3,459
Update Docker base image to python3.12-slim (#3458) : ## Overview: What does this pull request change? Simply updating the Docker base image from python 3.8 -> 3.12. This lets users of the Docker distribution of `manim` take advantage of lots of new Python features (especially type hints). This should not cause any breaking changes AFAIK. ## 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
[ "Did you build and try manim with these changes?", "Thank you for progressing the PR! I've been trying and failing to find the time myself. Cheers!" ]
3,458
chore(docker): upgrade base image to python3.12-slim : ## Description of proposed feature Currently, the manim [docker image](https://github.com/ManimCommunity/manim/blob/main/docker/Dockerfile) uses `python3.8-slim`. With the recent [update to python3.12](https://github.com/ManimCommunity/manim/pull/3395) in the main library, we should update the Dockerfile's base image to [python3.12-slim](https://hub.docker.com/layers/library/python/3.12-slim/images/sha256-d0c9bf03d80a3c00963f1b973760094c0b2070638fa64dd4f67d2247c0110efc?context=explore) to take advantage of the new support. There's lots of nice features in python [3.9](https://docs.python.org/3/whatsnew/3.9.html), [3.10](https://docs.python.org/3/whatsnew/3.10.html), [3.11](https://docs.python.org/3/whatsnew/3.11.html), and [3.12](https://docs.python.org/3/whatsnew/3.12.html): - _lots_ of type hinting features ([unions for dicts](https://peps.python.org/pep-0584/), [collection generics](https://peps.python.org/pep-0585/), [Self type](https://docs.python.org/3/whatsnew/3.11.html#whatsnew311-pep673), and [Type Params and `type` keyword](https://docs.python.org/3/whatsnew/3.12.html#whatsnew312-pep695)) - [pattern matching](https://peps.python.org/pep-0636/) - [exception groups](https://docs.python.org/3/whatsnew/3.11.html#whatsnew311-pep654) - [less restrictions on f-string contents](https://docs.python.org/3/whatsnew/3.12.html#whatsnew312-pep701) ## How can the new feature be used? People who use the Docker distribution of manim (such as myself) can benefit from these new Python language features. In particular, one can make better use of Manim's recent type hint efforts. ## Additional comments I don't believe this should break anything; should be a simple one line change.
[]
3,456
Boolean operations: "Requested capacity is too large" on MacOs Sonoma. : ## Description of bug `../../../../../../src/cpp/skia-builder/skia/src/base/SkContainers.cpp:106: fatal error: "Requested capacity is too large." zsh: trace trap manim discord.py -pql --disable_caching -v WARNING` ## How to reproduce the issue ```py import manim as mn class Example(mn.Scene): def construct(self): sq = mn.Square(color=mn.RED, fill_opacity=1) sq.move_to([-2, 0, 0]) cr = mn.Circle(color=mn.BLUE, fill_opacity=1) cr.move_to([-1.3, 0.7, 0]) un = mn.Difference(sq, cr, color=mn.GREEN, fill_opacity=1) un.move_to([1.5, 0, 0]) self.add(sq, cr, un) ``` </details> ## System specifications <details><summary>System Details</summary> - macOS 14.0 (Sonoma)): - RAM: 32 GB - Python version (`python/py/python3 --version`): python 3.11.6 - Manim v0.18.0 installed with conda.
[ "Can't reproduce on MacOS 12.3 / Monterey. Might be a Sonoma-specific issue.\r\n\r\n\r\n> RAM: 1TB\r\n\r\nAre you sure? What sort of machine are you working on? ๐Ÿ˜ฑ ", "Damn. I cannot downgrade to Monterey (and to be honest I don't even want to do that! :D). \r\nLet's wait if someone has Sonoma and can tackle this...
3,454
Fix squashed axes labels : ## Overview: What does this pull request change? This pull request changes the default initialization of the font size of the x-axis labels to be smaller if the distance between tick marks is too small. ## Motivation and Explanation: Why and how do your changes improve the library? This change improves the library because it means that people can read the labels on the number line when the distance between tick marks is small, instead of the labels overlapping. ## Further Information and Comments Originally, the labels defaulted to this for a small unit size: ![image](https://github.com/ManimCommunity/manim/assets/141789878/6e357029-bdae-496a-b4f8-4b736de0d686) With the change, the default is this: ![image](https://github.com/ManimCommunity/manim/assets/141789878/dd377209-600a-40dd-a17a-a028ddf139a1) The resolution of the labels seems to decrease with decreasing font size. Could this be fixed somehow? See issue #3382 for my comment on the labels being squashed for small unit sizes. <!-- Thank you again for contributing! Do not modify the lines below, they are for reviewers. --> ## 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
[]
3,453
Table not working? : It looks like that `Table` class is not working, see below. ## Example ```py import manim as mn class TableExamples(mn.Scene): def construct(self): t0 = mn.Table([["This", "is a"], ["simple", "Table in \n Manim."]]) self.add(t0) ``` ## Comamnd used `manim myfile.py TableExamples -pql --fps 30 --disable_caching -v DEBUG` ## Traceback ``` โ•ญโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€ Traceback (most recent call last) โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฎ โ”‚ /opt/homebrew/Caskroom/miniconda/base/envs/manim_ce/lib/python3.11/site-packages/manim/cli/rende โ”‚ โ”‚ r/commands.py:115 in render โ”‚ โ”‚ โ”‚ โ”‚ 112 โ”‚ โ”‚ โ”‚ try: โ”‚ โ”‚ 113 โ”‚ โ”‚ โ”‚ โ”‚ with tempconfig({}): โ”‚ โ”‚ 114 โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ scene = SceneClass() โ”‚ โ”‚ โฑ 115 โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ scene.render() โ”‚ โ”‚ 116 โ”‚ โ”‚ โ”‚ except Exception: โ”‚ โ”‚ 117 โ”‚ โ”‚ โ”‚ โ”‚ error_console.print_exception() โ”‚ โ”‚ 118 โ”‚ โ”‚ โ”‚ โ”‚ sys.exit(1) โ”‚ โ”‚ โ”‚ โ”‚ /opt/homebrew/Caskroom/miniconda/base/envs/manim_ce/lib/python3.11/site-packages/manim/scene/sce โ”‚ โ”‚ ne.py:223 in render โ”‚ โ”‚ โ”‚ โ”‚ 220 โ”‚ โ”‚ """ โ”‚ โ”‚ 221 โ”‚ โ”‚ self.setup() โ”‚ โ”‚ 222 โ”‚ โ”‚ try: โ”‚ โ”‚ โฑ 223 โ”‚ โ”‚ โ”‚ self.construct() โ”‚ โ”‚ 224 โ”‚ โ”‚ except EndSceneEarlyException: โ”‚ โ”‚ 225 โ”‚ โ”‚ โ”‚ pass โ”‚ โ”‚ 226 โ”‚ โ”‚ except RerunSceneException as e: โ”‚ โ”‚ โ”‚ โ”‚ /Users/ubaldot/Documents/YouTube/ControlTheoryInPractice/github_ctip/07_Norms/discord.py:40 in โ”‚ โ”‚ construct โ”‚ โ”‚ โ”‚ โ”‚ 37 โ”‚ โ”‚ 38 class TableExamples(mn.Scene): โ”‚ โ”‚ 39 โ”‚ def construct(self): โ”‚ โ”‚ โฑ 40 โ”‚ โ”‚ t0 = mn.Table([["This", "is a"], ["simple", "Table in \n Manim."]]) โ”‚ โ”‚ 41 โ”‚ โ”‚ โ”‚ โ”‚ 42 โ”‚ โ”‚ self.add(t0) โ”‚ โ”‚ 43 โ”‚ โ”‚ โ”‚ โ”‚ /opt/homebrew/Caskroom/miniconda/base/envs/manim_ce/lib/python3.11/site-packages/manim/mobject/t โ”‚ โ”‚ able.py:238 in __init__ โ”‚ โ”‚ โ”‚ โ”‚ 235 โ”‚ โ”‚ โ”‚ โ”‚ raise ValueError("Not all rows in table have the same length.") โ”‚ โ”‚ 236 โ”‚ โ”‚ โ”‚ โ”‚ 237 โ”‚ โ”‚ super().__init__(**kwargs) โ”‚ โ”‚ โฑ 238 โ”‚ โ”‚ mob_table = self._table_to_mob_table(table) โ”‚ โ”‚ 239 โ”‚ โ”‚ self.elements_without_labels = VGroup(*it.chain(*mob_table)) โ”‚ โ”‚ 240 โ”‚ โ”‚ mob_table = self._add_labels(mob_table) โ”‚ โ”‚ 241 โ”‚ โ”‚ self._organize_mob_table(mob_table) โ”‚ โ”‚ โ”‚ โ”‚ /opt/homebrew/Caskroom/miniconda/base/envs/manim_ce/lib/python3.11/site-packages/manim/mobject/t โ”‚ โ”‚ able.py:274 in _table_to_mob_table โ”‚ โ”‚ โ”‚ โ”‚ 271 โ”‚ โ”‚ List โ”‚ โ”‚ 272 โ”‚ โ”‚ โ”‚ List of :class:`~.VMobject` from the entries of ``table``. โ”‚ โ”‚ 273 โ”‚ โ”‚ """ โ”‚ โ”‚ โฑ 274 โ”‚ โ”‚ return [ โ”‚ โ”‚ 275 โ”‚ โ”‚ โ”‚ [ โ”‚ โ”‚ 276 โ”‚ โ”‚ โ”‚ โ”‚ self.element_to_mobject(item, **self.element_to_mobject_config) โ”‚ โ”‚ 277 โ”‚ โ”‚ โ”‚ โ”‚ for item in row โ”‚ โ”‚ โ”‚ โ”‚ /opt/homebrew/Caskroom/miniconda/base/envs/manim_ce/lib/python3.11/site-packages/manim/mobject/t โ”‚ โ”‚ able.py:275 in <listcomp> โ”‚ โ”‚ โ”‚ โ”‚ 272 โ”‚ โ”‚ โ”‚ List of :class:`~.VMobject` from the entries of ``table``. โ”‚ โ”‚ 273 โ”‚ โ”‚ """ โ”‚ โ”‚ 274 โ”‚ โ”‚ return [ โ”‚ โ”‚ โฑ 275 โ”‚ โ”‚ โ”‚ [ โ”‚ โ”‚ 276 โ”‚ โ”‚ โ”‚ โ”‚ self.element_to_mobject(item, **self.element_to_mobject_config) โ”‚ โ”‚ 277 โ”‚ โ”‚ โ”‚ โ”‚ for item in row โ”‚ โ”‚ 278 โ”‚ โ”‚ โ”‚ ] โ”‚ โ”‚ โ”‚ โ”‚ /opt/homebrew/Caskroom/miniconda/base/envs/manim_ce/lib/python3.11/site-packages/manim/mobject/t โ”‚ โ”‚ able.py:276 in <listcomp> โ”‚ โ”‚ โ”‚ โ”‚ 273 โ”‚ โ”‚ """ โ”‚ โ”‚ 274 โ”‚ โ”‚ return [ โ”‚ โ”‚ 275 โ”‚ โ”‚ โ”‚ [ โ”‚ โ”‚ โฑ 276 โ”‚ โ”‚ โ”‚ โ”‚ self.element_to_mobject(item, **self.element_to_mobject_config) โ”‚ โ”‚ 277 โ”‚ โ”‚ โ”‚ โ”‚ for item in row โ”‚ โ”‚ 278 โ”‚ โ”‚ โ”‚ ] โ”‚ โ”‚ 279 โ”‚ โ”‚ โ”‚ for row in table โ”‚ โ”‚ โ”‚ โ”‚ /opt/homebrew/Caskroom/miniconda/base/envs/manim_ce/lib/python3.11/site-packages/manim/mobject/t โ”‚ โ”‚ ext/text_mobject.py:160 in __init__ โ”‚ โ”‚ โ”‚ โ”‚ 157 โ”‚ โ”‚ super().__init__() โ”‚ โ”‚ 158 โ”‚ โ”‚ โ”‚ โ”‚ 159 โ”‚ โ”‚ lines_str = "\n".join(list(text)) โ”‚ โ”‚ โฑ 160 โ”‚ โ”‚ self.lines_text = Text(lines_str, line_spacing=line_spacing, **kwargs) โ”‚ โ”‚ 161 โ”‚ โ”‚ lines_str_list = lines_str.split("\n") โ”‚ โ”‚ 162 โ”‚ โ”‚ self.chars = self._gen_chars(lines_str_list) โ”‚ โ”‚ 163 โ”‚ โ”‚ โ”‚ โ”‚ /opt/homebrew/Caskroom/miniconda/base/envs/manim_ce/lib/python3.11/site-packages/manim/mobject/t โ”‚ โ”‚ ext/text_mobject.py:486 in __init__ โ”‚ โ”‚ โ”‚ โ”‚ 483 โ”‚ โ”‚ โ”‚ self.line_spacing = self._font_size + self._font_size * self.line_spacing โ”‚ โ”‚ 484 โ”‚ โ”‚ โ”‚ โ”‚ 485 โ”‚ โ”‚ color = Color(color) if color else VMobject().color โ”‚ โ”‚ โฑ 486 โ”‚ โ”‚ file_name = self._text2svg(color) โ”‚ โ”‚ 487 โ”‚ โ”‚ PangoUtils.remove_last_M(file_name) โ”‚ โ”‚ 488 โ”‚ โ”‚ super().__init__( โ”‚ โ”‚ 489 โ”‚ โ”‚ โ”‚ file_name, โ”‚ โ”‚ โ”‚ โ”‚ /opt/homebrew/Caskroom/miniconda/base/envs/manim_ce/lib/python3.11/site-packages/manim/mobject/t โ”‚ โ”‚ ext/text_mobject.py:814 in _text2svg โ”‚ โ”‚ โ”‚ โ”‚ 811 โ”‚ โ”‚ โ”‚ width = config["pixel_width"] โ”‚ โ”‚ 812 โ”‚ โ”‚ โ”‚ height = config["pixel_height"] โ”‚ โ”‚ 813 โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ โฑ 814 โ”‚ โ”‚ โ”‚ svg_file = manimpango.text2svg( โ”‚ โ”‚ 815 โ”‚ โ”‚ โ”‚ โ”‚ settings, โ”‚ โ”‚ 816 โ”‚ โ”‚ โ”‚ โ”‚ size, โ”‚ โ”‚ 817 โ”‚ โ”‚ โ”‚ โ”‚ line_spacing, โ”‚ โ•ฐโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฏ ``` ## My system I am running on Manim CE 17.3 on macos Sonoma, python 3.11.4 installed through Miniconda.
[ "Can you post the full error message - the code renders just fine on my computer.\r\n\r\nDo you possibly have an issue with the Pango library on your system? Does the following code work for you? If not then that's your problem, since `Table()` uses the `Text()` object.\r\n\r\n```py\r\nimport manim as mn\r\n\r\ncla...
3,452
fixed labels with small unit size on number line to be smaller : ## Overview: What does this pull request change? This change improves the <!--changelog-end--> ## Motivation and Explanation: Why and how do your changes improve the library? <!-- Optional for bugfixes, small enhancements, and documentation-related PRs. Otherwise, please give a short reasoning for your changes. --> ## Links to added or changed documentation pages <!-- Please add links to the affected documentation pages (edit the description after opening the PR). The link to the documentation for your PR is https://manimce--####.org.readthedocs.build/en/####/, where #### represents the PR number. --> ## Further Information and Comments <!-- If applicable, put further comments for the reviewers here. --> <!-- Thank you again for contributing! Do not modify the lines below, they are for reviewers. --> ## 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
[]
3,451
Fixing labels on the number line for small unit sizes to be not squashed : ## Overview: What does this pull request change? This PR changes the default initialization of the font size of the axes labels to be smaller if the distance between tick marks is too small. ## Motivation and Explanation: Why and how do your changes improve the library? This change improves the library because it means that people can read the labels on the number line when the distance between tick marks is small, instead of the labels overlapping. Originally, the labels looked like this for small unit sizes: ![image](https://github.com/ManimCommunity/manim/assets/141789878/edfb6276-da62-4bb3-8a79-a859bfa446d6) With this change, the default is this: ![image](https://github.com/ManimCommunity/manim/assets/141789878/54cc767d-26c9-4cd6-9fb5-64ab83a51462) ## Further Information and Comments I could try and create a function to determine the ideal font size to make the labels based on the unit size. I wonder also if there is a way to reduce the size of the negative signs? The resolution of the labels does seem to decrease with decreasing size. Could this be fixed somehow? The default size of the arrows on the ends of the number line does not change depending on the size of the number line. Maybe I could change this too? See issue #3382 for my comment on the labels being squashed for small unit sizes. ## 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
[]
3,450
Fixed wrong path in action building downloadable docs : See title.
[]
3,449
Text issue : ## Description of bug / unexpected behavior I installed manim via instructions on https://docs.manim.community/en/stable/installation/conda.html and while much of it works, anything using ```Text()```, including using ```Table```, fails. For example: ```py from manim import * Text(1) ``` --------------------------------------------------------------------------- TypeError Traceback (most recent call last) Cell In[5], line 1 ----> 1 Text("1") File ~/miniconda3/envs/pymanim/lib/python3.11/site-packages/manim/mobject/text/text_mobject.py:486, in Text.__init__(self, text, fill_opacity, stroke_width, color, font_size, line_spacing, font, slant, weight, t2c, t2f, t2g, t2s, t2w, gradient, tab_width, warn_missing_font, height, width, should_center, disable_ligatures, **kwargs) 483 self.line_spacing = self._font_size + self._font_size * self.line_spacing 485 color = Color(color) if color else VMobject().color --> 486 file_name = self._text2svg(color) 487 PangoUtils.remove_last_M(file_name) 488 super().__init__( 489 file_name, 490 fill_opacity=fill_opacity, (...) 496 **kwargs, 497 ) File ~/miniconda3/envs/pymanim/lib/python3.11/site-packages/manim/mobject/text/text_mobject.py:814, in Text._text2svg(self, color) 811 width = config["pixel_width"] 812 height = config["pixel_height"] --> 814 svg_file = manimpango.text2svg( 815 settings, 816 size, 817 line_spacing, 818 self.disable_ligatures, 819 str(file_name.resolve()), 820 START_X, 821 START_Y, 822 width, 823 height, 824 self.text, 825 ) 827 return svg_file TypeError: Argument 'size' has incorrect type (expected int, got float ## System specifications <details><summary>System Details</summary> - Ubuntu 20.04.6 LTS - Python 3.11.6 | packaged by conda-forge - Manim Community v0.17.3 - TeX, Version 3.14159265 (TeX Live 2019/Debian) (preloaded format=tex)
[ "This is apparently a duplicate of [https://github.com/ManimCommunity/ManimPango/issues/106](https://github.com/ManimCommunity/ManimPango/issues/106) and #3403 \r\n\r\nTry if `pip install manimpango --force` helps.", "Indeed, this has been fixed in today's release of `v0.18.0` -- which should also be available na...
3,448
Bug when adding a tip to an arc : ## Description of bug / unexpected behavior <!-- Add a clear and concise description of the problem you encountered. --> When adding a tip to an arc, the latter get its center and radius changed. ## Expected behavior <!-- Add a clear and concise description of what you expected to happen. --> This is obviously a problem, since no one expects "adding a tip" to an arc to change its center position and radius. Adding a tip should simply add the tip without changing the size and position of the mobject. It is likely that the issues also applies to other Mobject types, such as CurvedArrow, DoubleCurvedArrow, etc. ## How to reproduce the issue <!-- Provide a piece of code illustrating the undesired behavior. --> <details><summary>Code for reproducing the problem</summary> ```py class arrArc(Scene): def construct(self): Arr = Arc( radius=2.0, start_angle=0, angle=95*PI/100*2, arc_center=np.array([0., 0., 0.]) ) Arr2 = Arr.copy().set_color(YELLOW).add_tip() self.add(Arr, Arr2) ``` </details> ## Additional media files <!-- Paste in the files manim produced on rendering the code above. --> <details><summary>Images/GIFs</summary> <!-- PASTE MEDIA HERE --> ![image](https://github.com/ManimCommunity/manim/assets/150556478/72f57cb8-2bd7-4b9a-ad13-e54f79742b2e) </details> ## Logs <details><summary>Terminal output</summary> <!-- Add "-v DEBUG" when calling manim to generate more detailed logs --> ``` PASTE HERE OR PROVIDE LINK TO https://pastebin.com/ OR SIMILAR Nothing interesting to paste. The logs are normal, Manim renders normally. ``` <!-- Insert screenshots here (only when absolutely necessary, we prefer copy/pasted output!) --> </details> ## System specifications <details><summary>System Details</summary> - OS (with version, e.g., Windows 10 v2004 or macOS 10.15 (Catalina)): - RAM: 4GB - Python version (`python/py/python3 --version`): 3.11 - Installed modules (provide output from `pip list`): - ``` attrs 23.1.0 beautifulsoup4 4.12.2 blis 0.7.9 Brotli 1.1.0 bs4 0.0.1 catalogue 2.0.8 certifi 2023.5.7 cffi 1.16.0 charset-normalizer 3.1.0 click 8.1.3 click-default-group 1.2.2 cloup 0.13.1 colorama 0.4.6 colour 0.1.5 confection 0.0.4 contourpy 1.0.7 coverage 5.5 cycler 0.11.0 cymem 2.0.7 decorator 5.1.1 deprecation 2.1.0 eyed3 0.9.7 ffmpeg 1.4 filetype 1.2.0 fonttools 4.39.4 glcontext 2.3.7 h11 0.14.0 idna 3.4 instaloader 4.9.6 isosurfaces 0.1.0 Jinja2 3.1.2 kiwisolver 1.4.4 langcodes 3.3.0 lxml 4.9.3 manim 0.18.0 ManimPango 0.5.0 mapbox-earcut 1.0.1 markdown-it-py 2.2.0 MarkupSafe 2.1.3 matplotlib 3.7.1 mdurl 0.1.2 moderngl 5.8.2 moderngl-window 2.4.4 mpmath 1.3.0 multipledispatch 0.6.0 murmurhash 1.0.9 mutagen 1.47.0 networkx 2.8.8 numpy 1.24.3 opencv-python 4.7.0.72 outcome 1.2.0 packaging 23.1 pathy 0.10.1 Pillow 9.5.0 pip 23.3.1 preshed 3.0.8 progressbar 2.5 pycairo 1.23.0 pycparser 2.21 pycryptodomex 3.19.0 pydantic 1.10.9 pydub 0.25.1 pygame 2.5.2 pyglet 2.0.7 Pygments 2.15.1 pyparsing 3.0.9 pypdf 3.9.1 pyrr 0.10.3 PySocks 1.7.1 python-dateutil 2.8.2 requests 2.31.0 rich 13.3.5 scipy 1.10.1 screeninfo 0.8.1 selenium 4.13.0 setuptools 65.5.0 simpy 4.0.1 six 1.16.0 skia-pathops 0.7.4 smart-open 6.3.0 sniffio 1.3.0 sortedcontainers 2.4.0 soupsieve 2.5 spacy 3.5.3 spacy-legacy 3.0.12 spacy-loggers 1.0.4 srsly 2.4.6 srt 3.5.3 svgelements 1.9.5 sympy 1.12 thinc 8.1.10 toml 0.10.2 tqdm 4.65.0 trio 0.22.2 trio-websocket 0.11.1 typer 0.7.0 typing_extensions 4.8.0 urllib3 2.0.2 wasabi 1.1.2 watchdog 2.3.1 websockets 11.0.3 wsproto 1.2.0 youtube-dl 2021.12.17 yt-dlp 2023.9.24 ``` </details> <details><summary>LaTeX details</summary> + LaTeX distribution (e.g. TeX Live 2020): MiXTeX + Installed LaTeX packages: This bug has nothing to do with LaTeX <!-- output of `tlmgr list --only-installed` for TeX Live or a screenshot of the Packages page for MikTeX --> </details> <details><summary>FFMPEG</summary> Output of `ffmpeg -version`: ``` ffmpeg version 2023-05-29-git-45fa85a777-essentials_build-www.gyan.dev Copyright (c) 2000-2023 the FFmpeg developers built with gcc 12.2.0 (Rev10, Built by MSYS2 project) configuration: --enable-gpl --enable-version3 --enable-static --disable-w32threads --disable-autodetect --enable-fontconfig --enable-iconv --enable-gnutls --enable-libxml2 --enable-gmp --enable-bzlib --enable-lzma --enable-zlib --enable-libsrt --enable-libssh --enable-libzmq --enable-avisynth --enable-sdl2 --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxvid --enable-libaom --enable-libopenjpeg --enable-libvpx --enable-mediafoundation --enable-libass --enable-libfreetype --enable-libfribidi --enable-libvidstab --enable-libvmaf --enable-libzimg --enable-amf --enable-cuda-llvm --enable-cuvid --enable-ffnvcodec --enable-nvdec --enable-nvenc --enable-d3d11va --enable-dxva2 --enable-libvpl --enable-libgme --enable-libopenmpt --enable-libopencore-amrwb --enable-libmp3lame --enable-libtheora --enable-libvo-amrwbenc --enable-libgsm --enable-libopencore-amrnb --enable-libopus --enable-libspeex --enable-libvorbis --enable-librubberband libavutil 58. 12.100 / 58. 12.100 libavcodec 60. 15.100 / 60. 15.100 libavformat 60. 5.100 / 60. 5.100 libavdevice 60. 2.100 / 60. 2.100 libavfilter 9. 8.101 / 9. 8.101 libswscale 7. 3.100 / 7. 3.100 libswresample 4. 11.100 / 4. 11.100 libpostproc 57. 2.100 / 57. 2.100``` </details> ## Additional comments <!-- Add further context that you think might be relevant for this issue here. -->
[ "I think this is a duplicate of #3099, closing this in favor of the older issue with a bit more debugging info. Thanks for the report!" ]
3,445
Unsuccessful use of First Steps with Manim notebook : #### Preliminaries - I have followed the latest version of the [installation instructions](https://docs.manim.community/en/stable/installation.html). - I have checked the [installation FAQ](https://docs.manim.community/en/stable/faq/installation.html) and my problem is either not mentioned there, or the solution given there does not help. ## Description of error The Notebook does not play the videos when running the first few cells one by one (Edge, Chrome, Chromium). The Notebook halts and the browser indicates it has errored (Chromium). https://try.manim.community/ ## Installation logs <details><summary>There's no Terminal output. See for example the screenshot below</summary> <!-- Insert screenshots here (only when absolutely necessary, we prefer copy/pasted output!) --> ![image](https://github.com/ManimCommunity/manim/assets/1158006/69e2a79d-b739-4493-bc6f-4f121a6e8586) </details> ## System specifications <details><summary>System Details</summary> - It has shown to be unusable from different browsers ## Additional comments N/A
[ "The link https://try.manim.community/ has absolutely nothing to do with your own local installation of Manim. It uses an online cloud service called Binder, which is sadly running out of resources because of a lack of commercial funding.", "Not sure I really understand what happens when you say\r\n\r\n> The Note...
3,443
Add separate thread to writes files : <!-- Thank you for contributing to Manim! Learn more about the process in our contributing guidelines: https://docs.manim.community/en/latest/contributing.html --> ## Overview: What does this pull request change? <!-- If there is more information than the PR title that should be added to our release changelog, add it in the following changelog section. This is optional, but recommended for larger pull requests. --> Add a thread-safe queue and a listener thread that takes frames and outputs them to a file. <!--changelog-end--> ## Motivation and Explanation: Why and how do your changes improve the library? <!-- Optional for bugfixes, small enhancements, and documentation-related PRs. Otherwise, please give a short reasoning for your changes. --> Since optimizations are [heavily encouraged](https://docs.manim.community/en/stable/contributing/performance.html) by the community, the changes here improve performance by up to 15% (in limited benchmarks/use cases). Steps to reproduce the results are as follows: Example script: ```python import time from manim import * class MovingFrameBox(Scene): def construct(self): start = time.time_ns() text=MathTex( "\\frac{d}{dx}f(x)g(x)=","f(x)\\frac{d}{dx}g(x)","+", "g(x)\\frac{d}{dx}f(x)" ) self.play(Write(text)) framebox1 = SurroundingRectangle(text[1], buff = .1) framebox2 = SurroundingRectangle(text[3], buff = .1) self.play( Create(framebox1), ) self.wait() self.play( ReplacementTransform(framebox1,framebox2), ) self.wait() end = time.time_ns() print(f"{end - start} ns") ``` Run ```bash manim -p example.py MovingFrameBox ``` Machine info: ```bash CPU: Apple M2 MEM: 24 GB OS: macOS 14.1 arm64 Kernel: 23.1.0 ``` ## Links to added or changed documentation pages <!-- Please add links to the affected documentation pages (edit the description after opening the PR). The link to the documentation for your PR is https://manimce--####.org.readthedocs.build/en/####/, where #### represents the PR number. --> ## Further Information and Comments <!-- If applicable, put further comments for the reviewers here. --> Since concurrency can introduce a myriad of issues, this PR will need to be thoroughly reviewed. Please let me know if any additional information is needed. Thank you! <!-- Thank you again for contributing! Do not modify the lines below, they are for reviewers. --> ## 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
[ "@MrDiver Apologies for the multiple PR requests. I closed out the previous PR, #3270 when I synced my fork with the main repo. I will continue to work on that PR here.\r\n\r\nThank you!", "@smu160, just to clarify: are you still working on this PR, or is this ready to be looked at? I'll convert it to a draft if ...
3,442
Error rendering Text mobject on certain Macs - Argument 'size' has incorrect type (expected int, got float) : ## Description of bug / unexpected behavior Error rendering Text mobject on certain Mac models. ## Expected behavior Can render a text mobject ## How to reproduce the issue Install manim using conda. <details><summary>Code for reproducing the problem</summary> ```py t = Text("abc") self.add(t) ``` </details> ## Additional media files <!-- Paste in the files manim produced on rendering the code above. --> <details><summary>Images/GIFs</summary> <!-- PASTE MEDIA HERE --> </details> ## Logs <details><summary>Terminal output</summary> <!-- Add "-v DEBUG" when calling manim to generate more detailed logs --> (manim-venv) haoche-mp:manim-project1 haoche$ manim -ql scene.py Manim Community v0.17.3 โ•ญโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€ Traceback (most recent call last) โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฎ โ”‚ /Users/haoche/opt/anaconda3/envs/manim-venv/lib/python3.11/site-packages/manim/cli/render/comman โ”‚ โ”‚ ds.py:115 in render โ”‚ โ”‚ โ”‚ โ”‚ 112 โ”‚ โ”‚ โ”‚ try: โ”‚ โ”‚ 113 โ”‚ โ”‚ โ”‚ โ”‚ with tempconfig({}): โ”‚ โ”‚ 114 โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ scene = SceneClass() โ”‚ โ”‚ โฑ 115 โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ scene.render() โ”‚ โ”‚ 116 โ”‚ โ”‚ โ”‚ except Exception: โ”‚ โ”‚ 117 โ”‚ โ”‚ โ”‚ โ”‚ error_console.print_exception() โ”‚ โ”‚ 118 โ”‚ โ”‚ โ”‚ โ”‚ sys.exit(1) โ”‚ โ”‚ โ”‚ โ”‚ /Users/haoche/opt/anaconda3/envs/manim-venv/lib/python3.11/site-packages/manim/scene/scene.py:22 โ”‚ โ”‚ 3 in render โ”‚ โ”‚ โ”‚ โ”‚ 220 โ”‚ โ”‚ """ โ”‚ โ”‚ 221 โ”‚ โ”‚ self.setup() โ”‚ โ”‚ 222 โ”‚ โ”‚ try: โ”‚ โ”‚ โฑ 223 โ”‚ โ”‚ โ”‚ self.construct() โ”‚ โ”‚ 224 โ”‚ โ”‚ except EndSceneEarlyException: โ”‚ โ”‚ 225 โ”‚ โ”‚ โ”‚ pass โ”‚ โ”‚ 226 โ”‚ โ”‚ except RerunSceneException as e: โ”‚ โ”‚ โ”‚ โ”‚ /Users/haoche/Repos/manim-project1/scene.py:47 in construct โ”‚ โ”‚ โ”‚ โ”‚ 44 โ”‚ โ”‚ โ”‚ โ”‚ 45 โ”‚ โ”‚ polygon = always_redraw(get_rectangle) โ”‚ โ”‚ 46 โ”‚ โ”‚ โ”‚ โ”‚ โฑ 47 โ”‚ โ”‚ t = Text("abc") โ”‚ โ”‚ 48 โ”‚ โ”‚ โ”‚ โ”‚ 49 โ”‚ โ”‚ # dot = Dot() โ”‚ โ”‚ 50 โ”‚ โ”‚ # dot.add_updater(lambda x: x.move_to(ax.c2p(t.get_value(), k / t.get_value()))) โ”‚ โ”‚ โ”‚ โ”‚ /Users/haoche/opt/anaconda3/envs/manim-venv/lib/python3.11/site-packages/manim/mobject/text/text โ”‚ โ”‚ _mobject.py:486 in __init__ โ”‚ โ”‚ โ”‚ โ”‚ 483 โ”‚ โ”‚ โ”‚ self.line_spacing = self._font_size + self._font_size * self.line_spacing โ”‚ โ”‚ 484 โ”‚ โ”‚ โ”‚ โ”‚ 485 โ”‚ โ”‚ color = Color(color) if color else VMobject().color โ”‚ โ”‚ โฑ 486 โ”‚ โ”‚ file_name = self._text2svg(color) โ”‚ โ”‚ 487 โ”‚ โ”‚ PangoUtils.remove_last_M(file_name) โ”‚ โ”‚ 488 โ”‚ โ”‚ super().__init__( โ”‚ โ”‚ 489 โ”‚ โ”‚ โ”‚ file_name, โ”‚ โ”‚ โ”‚ โ”‚ /Users/haoche/opt/anaconda3/envs/manim-venv/lib/python3.11/site-packages/manim/mobject/text/text โ”‚ โ”‚ _mobject.py:814 in _text2svg โ”‚ โ”‚ โ”‚ โ”‚ 811 โ”‚ โ”‚ โ”‚ width = config["pixel_width"] โ”‚ โ”‚ 812 โ”‚ โ”‚ โ”‚ height = config["pixel_height"] โ”‚ โ”‚ 813 โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ โฑ 814 โ”‚ โ”‚ โ”‚ svg_file = manimpango.text2svg( โ”‚ โ”‚ 815 โ”‚ โ”‚ โ”‚ โ”‚ settings, โ”‚ โ”‚ 816 โ”‚ โ”‚ โ”‚ โ”‚ size, โ”‚ โ”‚ 817 โ”‚ โ”‚ โ”‚ โ”‚ line_spacing, โ”‚ โ•ฐโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฏ TypeError: Argument 'size' has incorrect type (expected int, got float) <!-- Insert screenshots here (only when absolutely necessary, we prefer copy/pasted output!) --> ## System specifications <details><summary>System Details</summary> - OS (with version, e.g., Windows 10 v2004 or macOS 10.15 (Catalina)): - RAM: - Python version (`python/py/python3 --version`): - Installed modules (provide output from `pip list`): ``` Mac Pro 2019 OS: macOS 14.0 RAM: 96GB Python 3.8.9 (manim-venv) haoche-mp:manim-project1 haoche$ pip list Package Version ------------------------------------------------- ----------- azure-cognitiveservices-speech 1.32.1 Brotli 1.1.0 build 1.0.3 CacheControl 0.13.1 certifi 2023.7.22 cffi 1.16.0 charset-normalizer 3.3.2 cleo 2.1.0 click 8.1.7 click-default-group 1.2.4 cloup 0.13.1 colorama 0.4.6 colour 0.1.5 crashtest 0.4.1 Cython 3.0.5 dataclasses 0.8 decorator 5.1.1 deepl 1.16.0 distlib 0.3.7 dulwich 0.21.6 fastjsonschema 2.18.1 ffmpeg-python 0.2.0 filelock 3.13.1 fsspec 2023.10.0 future 0.18.3 glcontext 2.5.0 gTTS 2.4.0 huggingface-hub 0.17.3 idna 3.4 importlib-metadata 6.8.0 installer 0.7.0 isosurfaces 0.1.0 jaraco.classes 3.3.0 Jinja2 3.1.2 keyring 24.2.0 llvmlite 0.41.1 manim 0.17.3 manim-voiceover 0.3.4.post1 ManimPango 0.4.4 mapbox-earcut 1.0.1 markdown-it-py 3.0.0 MarkupSafe 2.1.3 mdurl 0.1.0 moderngl 5.8.2 moderngl-window 2.4.1 more-itertools 10.1.0 mpmath 1.3.0 msgpack 1.0.6 multipledispatch 0.6.0 mutagen 1.47.0 networkx 2.8.8 numba 0.58.1 numpy 1.26.0 openai-whisper 20230314 packaging 23.2 pexpect 4.8.0 Pillow 9.5.0 pip 23.3.1 pkginfo 1.9.6 platformdirs 3.11.0 poetry 1.7.0 poetry-core 1.8.1 poetry-plugin-export 1.6.0 ptyprocess 0.7.0 PyAudio 0.2.13 pycairo 1.25.1 pycparser 2.21 pydub 0.25.1 pyglet 1.5.27 Pygments 2.16.1 pynput 1.7.6 pyobjc 10.0 pyobjc-core 10.0 pyobjc-framework-Accessibility 10.0 pyobjc-framework-Accounts 10.0 pyobjc-framework-AddressBook 10.0 pyobjc-framework-AdServices 10.0 pyobjc-framework-AdSupport 10.0 pyobjc-framework-AppleScriptKit 10.0 pyobjc-framework-AppleScriptObjC 10.0 pyobjc-framework-ApplicationServices 10.0 pyobjc-framework-AppTrackingTransparency 10.0 pyobjc-framework-AudioVideoBridging 10.0 pyobjc-framework-AuthenticationServices 10.0 pyobjc-framework-AutomaticAssessmentConfiguration 10.0 pyobjc-framework-Automator 10.0 pyobjc-framework-AVFoundation 10.0 pyobjc-framework-AVKit 10.0 pyobjc-framework-AVRouting 10.0 pyobjc-framework-BackgroundAssets 10.0 pyobjc-framework-BusinessChat 10.0 pyobjc-framework-CalendarStore 10.0 pyobjc-framework-CallKit 10.0 pyobjc-framework-CFNetwork 10.0 pyobjc-framework-Cinematic 10.0 pyobjc-framework-ClassKit 10.0 pyobjc-framework-CloudKit 10.0 pyobjc-framework-Cocoa 10.0 pyobjc-framework-Collaboration 10.0 pyobjc-framework-ColorSync 10.0 pyobjc-framework-Contacts 10.0 pyobjc-framework-ContactsUI 10.0 pyobjc-framework-CoreAudio 10.0 pyobjc-framework-CoreAudioKit 10.0 pyobjc-framework-CoreBluetooth 10.0 pyobjc-framework-CoreData 10.0 pyobjc-framework-CoreHaptics 10.0 pyobjc-framework-CoreLocation 10.0 pyobjc-framework-CoreMedia 10.0 pyobjc-framework-CoreMediaIO 10.0 pyobjc-framework-CoreMIDI 10.0 pyobjc-framework-CoreML 10.0 pyobjc-framework-CoreMotion 10.0 pyobjc-framework-CoreServices 10.0 pyobjc-framework-CoreSpotlight 10.0 pyobjc-framework-CoreText 10.0 pyobjc-framework-CoreWLAN 10.0 pyobjc-framework-CryptoTokenKit 10.0 pyobjc-framework-DataDetection 10.0 pyobjc-framework-DeviceCheck 10.0 pyobjc-framework-DictionaryServices 10.0 pyobjc-framework-DiscRecording 10.0 pyobjc-framework-DiscRecordingUI 10.0 pyobjc-framework-DiskArbitration 10.0 pyobjc-framework-DVDPlayback 10.0 pyobjc-framework-EventKit 10.0 pyobjc-framework-ExceptionHandling 10.0 pyobjc-framework-ExecutionPolicy 10.0 pyobjc-framework-ExtensionKit 10.0 pyobjc-framework-ExternalAccessory 10.0 pyobjc-framework-FileProvider 10.0 pyobjc-framework-FileProviderUI 10.0 pyobjc-framework-FinderSync 10.0 pyobjc-framework-FSEvents 10.0 pyobjc-framework-GameCenter 10.0 pyobjc-framework-GameController 10.0 pyobjc-framework-GameKit 10.0 pyobjc-framework-GameplayKit 10.0 pyobjc-framework-HealthKit 10.0 pyobjc-framework-ImageCaptureCore 10.0 pyobjc-framework-InputMethodKit 10.0 pyobjc-framework-InstallerPlugins 10.0 pyobjc-framework-InstantMessage 10.0 pyobjc-framework-Intents 10.0 pyobjc-framework-IntentsUI 10.0 pyobjc-framework-IOBluetooth 10.0 pyobjc-framework-IOBluetoothUI 10.0 pyobjc-framework-IOSurface 10.0 pyobjc-framework-iTunesLibrary 10.0 pyobjc-framework-KernelManagement 10.0 pyobjc-framework-LatentSemanticMapping 10.0 pyobjc-framework-LaunchServices 10.0 pyobjc-framework-libdispatch 10.0 pyobjc-framework-libxpc 10.0 pyobjc-framework-LinkPresentation 10.0 pyobjc-framework-LocalAuthentication 10.0 pyobjc-framework-LocalAuthenticationEmbeddedUI 10.0 pyobjc-framework-MailKit 10.0 pyobjc-framework-MapKit 10.0 pyobjc-framework-MediaAccessibility 10.0 pyobjc-framework-MediaLibrary 10.0 pyobjc-framework-MediaPlayer 10.0 pyobjc-framework-MediaToolbox 10.0 pyobjc-framework-Metal 10.0 pyobjc-framework-MetalFX 10.0 pyobjc-framework-MetalKit 10.0 pyobjc-framework-MetalPerformanceShaders 10.0 pyobjc-framework-MetalPerformanceShadersGraph 10.0 pyobjc-framework-MetricKit 10.0 pyobjc-framework-MLCompute 10.0 pyobjc-framework-ModelIO 10.0 pyobjc-framework-MultipeerConnectivity 10.0 pyobjc-framework-NaturalLanguage 10.0 pyobjc-framework-NetFS 10.0 pyobjc-framework-Network 10.0 pyobjc-framework-NetworkExtension 10.0 pyobjc-framework-NotificationCenter 10.0 pyobjc-framework-OpenDirectory 10.0 pyobjc-framework-OSAKit 10.0 pyobjc-framework-OSLog 10.0 pyobjc-framework-PassKit 10.0 pyobjc-framework-PencilKit 10.0 pyobjc-framework-PHASE 10.0 pyobjc-framework-Photos 10.0 pyobjc-framework-PhotosUI 10.0 pyobjc-framework-PreferencePanes 10.0 pyobjc-framework-PushKit 10.0 pyobjc-framework-Quartz 10.0 pyobjc-framework-QuickLookThumbnailing 10.0 pyobjc-framework-ReplayKit 10.0 pyobjc-framework-SafariServices 10.0 pyobjc-framework-SafetyKit 10.0 pyobjc-framework-SceneKit 10.0 pyobjc-framework-ScreenCaptureKit 10.0 pyobjc-framework-ScreenSaver 10.0 pyobjc-framework-ScreenTime 10.0 pyobjc-framework-ScriptingBridge 10.0 pyobjc-framework-SearchKit 10.0 pyobjc-framework-Security 10.0 pyobjc-framework-SecurityFoundation 10.0 pyobjc-framework-SecurityInterface 10.0 pyobjc-framework-SensitiveContentAnalysis 10.0 pyobjc-framework-ServiceManagement 10.0 pyobjc-framework-SharedWithYou 10.0 pyobjc-framework-SharedWithYouCore 10.0 pyobjc-framework-ShazamKit 10.0 pyobjc-framework-Social 10.0 pyobjc-framework-SoundAnalysis 10.0 pyobjc-framework-Speech 10.0 pyobjc-framework-SpriteKit 10.0 pyobjc-framework-StoreKit 10.0 pyobjc-framework-Symbols 10.0 pyobjc-framework-SyncServices 10.0 pyobjc-framework-SystemConfiguration 10.0 pyobjc-framework-SystemExtensions 10.0 pyobjc-framework-ThreadNetwork 10.0 pyobjc-framework-UniformTypeIdentifiers 10.0 pyobjc-framework-UserNotifications 10.0 pyobjc-framework-UserNotificationsUI 10.0 pyobjc-framework-VideoSubscriberAccount 10.0 pyobjc-framework-VideoToolbox 10.0 pyobjc-framework-Virtualization 10.0 pyobjc-framework-Vision 10.0 pyobjc-framework-WebKit 10.0 pyproject_hooks 1.0.0 pyrr 0.10.3 PySocks 1.7.1 python-dotenv 0.21.1 python-slugify 8.0.1 pyttsx3 2.90 PyYAML 6.0.1 rapidfuzz 3.5.2 regex 2023.10.3 requests 2.31.0 requests-toolbelt 1.0.0 rich 13.6.0 safetensors 0.4.0 scipy 1.11.3 screeninfo 0.8.1 setuptools 68.2.2 shellingham 1.5.4 six 1.16.0 skia-pathops 0.7.4 sox 1.4.1 srt 3.5.3 stable-ts 2.11.1 svgelements 1.9.6 sympy 1.12 text-unidecode 1.3 tiktoken 0.3.1 tokenizers 0.14.1 tomli 2.0.1 tomlkit 0.12.2 torch 2.1.0 torchaudio 2.1.0 tqdm 4.66.1 transformers 4.35.0 trove-classifiers 2023.10.18 typing_extensions 4.8.0 urllib3 2.0.7 virtualenv 20.24.6 watchdog 2.3.1 wheel 0.41.3 xattr 0.10.1 zipp 3.17.0 ``` </details> <details><summary>LaTeX details</summary> + LaTeX distribution (e.g. TeX Live 2020): + Installed LaTeX packages: <!-- output of `tlmgr list --only-installed` for TeX Live or a screenshot of the Packages page for MikTeX --> </details> <details><summary>FFMPEG</summary> Output of `ffmpeg -version`: ``` PASTE HERE ``` </details> ## Additional comments <!-- Add further context that you think might be relevant for this issue here. -->
[ "Duplicate of https://github.com/ManimCommunity/manim/issues/3403, running `pip install -U --force manimpango` should fix the issue. Will also be fixed with the upcoming release.", "I tried that and it complains about \r\n```\r\nmanim 0.17.3 requires manimpango<0.5.0,>=0.4.0.post0, but you have manimpango 0.5.0 w...