manim/tests
Darylgolden 7291e11987
Refactored and deprecated a few functions in space_ops.py (#1354)
* Use built in numpy functions and better angle_between_vectors

* Deleted angle_between since it duplicates the functionality of angle_between_vectors and isn't used anywhere

* Black

* Revert "Deleted angle_between since it duplicates the functionality of angle_between_vectors and isn't used anywhere"

This reverts commit 1fde13112f.

* Deprecate angle_between

* Update space_ops.py

* Deprecated get_norm

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Deprecated cross

* [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>
2021-04-20 10:53:13 +02:00
..
control_data Added :meth:~.Mobject.match_points (#1364) 2021-04-19 14:57:35 -07:00
helpers Format Imports using Isort (#1178) 2021-04-03 13:45:12 +05:30
test_graphical_units Refactored and deprecated a few functions in space_ops.py (#1354) 2021-04-20 10:53:13 +02:00
test_logging Refactored the Command Line Interface to use Click + Cloup instead of Argparse (#1013) 2021-04-01 23:53:07 -07:00
test_plugins Refactored the Command Line Interface to use Click + Cloup instead of Argparse (#1013) 2021-04-01 23:53:07 -07:00
test_scene_rendering Format Imports using Isort (#1178) 2021-04-03 13:45:12 +05:30
utils Merge commit '9a525a81' into opengl-tex 2021-04-09 19:19:19 -07:00
__init__.py Enable CI testing for OpenGL (#1160) 2021-03-28 22:09:29 +02:00
assert_utils.py Fixed issue when an animation is cached, manim can't merge the partial movie files. (#1192) 2021-03-31 20:23:43 +05:30
conftest.py Fixed flake8 errors and removed linter/formatter workflows (#1278) 2021-04-07 06:14:14 -07:00
template_generate_graphical_units_data.py Better creation Example in docs & buff parameter in arrange (#825) 2020-12-05 17:48:05 +01:00
test_animate.py Format Imports using Isort (#1178) 2021-04-03 13:45:12 +05:30
test_axes_shift.py Format Imports using Isort (#1178) 2021-04-03 13:45:12 +05:30
test_color.py Format Imports using Isort (#1178) 2021-04-03 13:45:12 +05:30
test_commands.py Format Imports using Isort (#1178) 2021-04-03 13:45:12 +05:30
test_composition.py Format Imports using Isort (#1178) 2021-04-03 13:45:12 +05:30
test_config.py Format Imports using Isort (#1178) 2021-04-03 13:45:12 +05:30
test_container.py Format Imports using Isort (#1178) 2021-04-03 13:45:12 +05:30
test_coordinate_system.py Format Imports using Isort (#1178) 2021-04-03 13:45:12 +05:30
test_copy.py Format Imports using Isort (#1178) 2021-04-03 13:45:12 +05:30
test_family.py Format Imports using Isort (#1178) 2021-04-03 13:45:12 +05:30
test_get_set.py Format Imports using Isort (#1178) 2021-04-03 13:45:12 +05:30
test_graph.py Basic implementation of undirected graphs (#861) 2020-12-31 21:10:41 +01:00
test_hashing.py Format Imports using Isort (#1178) 2021-04-03 13:45:12 +05:30
test_markup.py Format Imports using Isort (#1178) 2021-04-03 13:45:12 +05:30
test_number_line.py Refactored and deprecated a few functions in space_ops.py (#1354) 2021-04-20 10:53:13 +02:00
test_sound.py Format Imports using Isort (#1178) 2021-04-03 13:45:12 +05:30
test_stroke.py Format Imports using Isort (#1178) 2021-04-03 13:45:12 +05:30
test_unit_geometry.py Format Imports using Isort (#1178) 2021-04-03 13:45:12 +05:30
test_units.py Format Imports using Isort (#1178) 2021-04-03 13:45:12 +05:30
test_value_tracker.py Added docstrings for :class:~.ValueTracker (#1246) 2021-04-09 08:06:33 -04:00
test_vectorized_mobject.py Raise appropriate errors in :meth:~.VMobject.point_from_proportion (#1302) 2021-04-13 21:45:11 -05:00
test_version.py Format Imports using Isort (#1178) 2021-04-03 13:45:12 +05:30