Skip to content
Permalink
main

Commits on Jun 13, 2021

  1. Added example to demonstrate differences between :class:~.Transform

    … and :class:`~.ReplacementTransform` (#1569)
    
    * docs: Add ReplacementTransform documentation
    
    * docs: modification ReplacementTransform documentation (black update 1)
    
    * Modifications
    
    * Fix for doc
    
    Error building doc "SyntaxError: EOL while scanning string literal" - config["output_file"] = r"ReplacementTransformVsTransform
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    vagrid committed Jun 13, 2021
  2. Improve jupyter output file naming (#1649)

    * Improve jupyter output file naming
    
    * Add tests for jupyter file output
    
    * Update tests/test_ipython_magic.py
    
    Co-authored-by: Benjamin Hackl <devel@benjamin-hackl.at>
    
    Co-authored-by: Benjamin Hackl <devel@benjamin-hackl.at>
    ryanmccauley211 and behackl committed Jun 13, 2021
  3. Added example for :class:Sector (#1647)

    * Update geometry.py
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * Update geometry.py
    
    * Update geometry.py
    
    * Update manim/mobject/geometry.py
    
    Co-authored-by: Benjamin Hackl <devel@benjamin-hackl.at>
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: Benjamin Hackl <devel@benjamin-hackl.at>
    3 people committed Jun 13, 2021
  4. Add dearpygui integration (#1553)

    * Add dearpygui integration
    
    * Rename MobjectTest -> GuiTest
    
    * flake8
    
    * Guard against dearpygui import
    
    * Add manim.gui
    
    * Guard against dearpygui import in gui.py
    
    * Add __init__.py
    
    * Add flag for GUI
    
    * Default to boolean
    
    * Fix problem when scene isn't specified
    
    * Add gui_location flag
    
    * poetry lock
    
    * Fix test
    
    * Update manim/gui/gui.py
    
    Co-authored-by: Laith Bahodi <70682032+hydrobeam@users.noreply.github.com>
    
    * Update manim/_config/default.cfg
    
    Co-authored-by: Laith Bahodi <70682032+hydrobeam@users.noreply.github.com>
    
    * Update manim/cli/render/global_options.py
    
    Co-authored-by: Laith Bahodi <70682032+hydrobeam@users.noreply.github.com>
    
    * Review comments
    
    * Update pyproject.toml
    
    Co-authored-by: Naveen M K <naveen@syrusdark.website>
    
    * Add __all__ to shader.py
    
    * Add utils import to opengl/__init__.py
    
    Co-authored-by: Laith Bahodi <70682032+hydrobeam@users.noreply.github.com>
    Co-authored-by: Darylgolden <darylgolden@gmail.com>
    Co-authored-by: Naveen M K <naveen@syrusdark.website>
    4 people committed Jun 13, 2021

Commits on Jun 12, 2021

  1. Fix missing import for numpy (#1670)

    as in #1635, importing `..constants` does not properly inherit `numpy as np` and trying to run example scenes throws `NameError: name 'np' is not defined`
    
    reproducing failure:
    `$cd example_scenes`
    `$manim -ql -p --renderer=opengl opengl.py ThreeDMobjectTest`
    mathematicalmichael committed Jun 12, 2021

Commits on Jun 11, 2021

  1. Fixed bugs and added examples to methods and classes in matrix.py (#1636

    )
    
    * Init
    
    * Added Examples
    
    * Minor changes
    
    * Black/Isort/Flake8
    
    * test
    
    * I hope this works
    
    * Changed docstring layout
    
    * Changed layout
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * fix
    
    * fix
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * fix
    
    * fix
    
    * minor
    
    * added slashes
    
    * tabs
    
    * Testing different slashes
    
    * black/flake/isort
    
    * Improve layout
    
    * Fixed Typo
    
    * Polishing changes
    
    * flake8
    
    * Fixed Typo
    
    * Bug-Fix
    
    * Change Background
    
    * Changed background
    PhotonSpheres committed Jun 11, 2021

Commits on Jun 10, 2021

  1. Added an example to :class:~.ArcBetweenPoints (#1650)

    * Update geometry.py
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * Update manim/mobject/geometry.py
    
    Co-authored-by: Jan-Hendrik Müller <44469195+kolibril13@users.noreply.github.com>
    
    * Update geometry.py
    PipedQuintes committed Jun 10, 2021

Commits on Jun 9, 2021

  1. Added an example for :class:~.NumberPlane (#1628)

    * Update coordinate_systems.py
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * Update manim/mobject/coordinate_systems.py
    
    * Update manim/mobject/coordinate_systems.py
    
    * Update coordinate_systems.py
    
    Made number plane example much simpler
    
    * Update coordinate_systems.py
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * Update coordinate_systems.py
    
    * Update coordinate_systems.py
    
    * Update coordinate_systems.py
    jojo96 committed Jun 9, 2021
  2. Fix tick issues and improve tick location (#1614)

    * Fix tick issues and improve tick location
    
    * Update NumberLine docs regarding tick generation
    
    Co-authored-by: Laith Bahodi <70682032+hydrobeam@users.noreply.github.com>
    ryanmccauley211 and hydrobeam committed Jun 9, 2021
  3. Added example for :class:~.UnderLine (#1646)

    * Add UnderLine Example
    
    * Fix example.
    
    * Update shape_matchers.py
    
    Co-authored-by: Darylgolden <darylgolden@gmail.com>
    Nikhil0504 and Darylgolden committed Jun 9, 2021
  4. Added example to Colab installation documentation (#1659)

    * Added Example to Colab Installation
    
    * Included manim import
    
    * Update docs/source/installation/colab.rst
    
    Co-authored-by: Darylgolden <darylgolden@gmail.com>
    
    Co-authored-by: Darylgolden <darylgolden@gmail.com>
    Iced-Tea3 and Darylgolden committed Jun 9, 2021
  5. Fixed get_frame() being flipped in OpenGL renderer (#1593)

    Co-authored-by: Naveen M K <naveen@syrusdark.website>
    Co-authored-by: Darylgolden <darylgolden@gmail.com>
    3 people committed Jun 9, 2021
  6. Fix latex error summary (#1619)

    * fix latex error summary
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * Move error to inside loop
    
    * change error_pos[0] to log_index
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    kilacoda and pre-commit-ci committed Jun 9, 2021

Commits on Jun 8, 2021

  1. Add Example to :class:~.SampleSpace (#1639)

    * Update probability.py
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * Update manim/mobject/probability.py
    
    Co-authored-by: Nikhil Garuda <34582615+Nikhil0504@users.noreply.github.com>
    
    * Update probability.py
    
    Added example for calling divide_vertically() function for SampleSpace class
    
    * Update probability.py
    
    * Update manim/mobject/probability.py
    
    Co-authored-by: Jan-Hendrik Müller <44469195+kolibril13@users.noreply.github.com>
    
    * Update probability.py
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: Nikhil Garuda <34582615+Nikhil0504@users.noreply.github.com>
    Co-authored-by: Jan-Hendrik Müller <44469195+kolibril13@users.noreply.github.com>
    Co-authored-by: Naveen M K <naveen@syrusdark.website>
    5 people committed Jun 8, 2021
  2. Initial commit (#1608)

    Co-authored-by: WampyCakes <WampyCakes@users.noreply.github.com>
    Co-authored-by: Philipp Imhof <52650214+PhilippImhof@users.noreply.github.com>
    WampyCakes and PhilippImhof committed Jun 8, 2021

Commits on Jun 7, 2021

Commits on Jun 6, 2021

  1. OpenGL compatibility via metaclass: Group (#1632)

    Co-authored-by: Naveen M K <naveen@syrusdark.website>
    TRoboto and naveen521kk committed Jun 6, 2021
  2. Add example for :class:Point (#1640)

    * Update point_cloud_mobject.py
    
    Added example for point class
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * Update point_cloud_mobject.py
    
    * Update point_cloud_mobject.py
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * Update point_cloud_mobject.py
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * Update point_cloud_mobject.py
    
    * Update point_cloud_mobject.py
    jojo96 committed Jun 6, 2021
  3. Fixed RightArcAngleExample in docs (#1643)

    Co-authored-by: Naveen M K <naveen@syrusdark.website>
    PhotonSpheres and naveen521kk committed Jun 6, 2021
  4. Tweak tutorial example (#1617)

    * tweak example
    
    * tweak example
    
    Co-authored-by: Naveen M K <naveen@syrusdark.website>
    kolibril13 and naveen521kk committed Jun 6, 2021
  5. Added Complex Plane Example for documentation (#1641)

    * Added Complex Plane Example for documentation
    
    * applied blacken-docs
    
    accidentally bypassed precommit
    Iced-Tea3 committed Jun 6, 2021
  6. Add an example to shape_matchers.py (#1644)

    * Update shape_matchers.py
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * Update shape_matchers.py
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    jojo96 and pre-commit-ci committed Jun 6, 2021
  7. Fixed a few CLI and rendering bugs (#1595)

    Co-authored-by: Darylgolden <darylgolden@gmail.com>
    ryanmccauley211 and Darylgolden committed Jun 6, 2021

Commits on Jun 5, 2021

  1. Added example for :class:~.Arc (#1630)

    * Update geometry.py
    
    Added example for Arc
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * Fixed spacing
    
    * Update manim/mobject/geometry.py
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: Jason Villanueva <a@jsonvillanueva.com>
    Co-authored-by: Darylgolden <darylgolden@gmail.com>
    4 people committed Jun 5, 2021
  2. Added example for :class:~.BulletedList (#1631)

    * Add example to BulletedList
    
    * Fixed spacing of example
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * Fixed missing space
    
    * Attempt to fix formatting
    
    Co-authored-by: Jason Villanueva <a@jsonvillanueva.com>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: Darylgolden <darylgolden@gmail.com>
    4 people committed Jun 5, 2021

Commits on Jun 4, 2021

  1. master -> main in CI config (#1623)

    Starts running our CI.
    naveen521kk committed Jun 4, 2021
  2. Revert default template and add new templates (#1621)

    * Added bugfix and documentation templates
    
    Renamed hackathon and default templates
    
    Try fewer frontmatters
    
    Revert name of default template
    
    Revert name of default template
    
    Added bugfix and documentation templates
    
    Try fewer frontmatters
    
    Revert name of default template
    
    * Removed frontmatters
    jsonvillanueva committed Jun 4, 2021
  3. docs: Fix tip content of command-line arguments (#1620)

    manim -h is not valid, Try 'manim render --help' for help.
    maliozer committed Jun 4, 2021
Older