39 Commits

Author SHA1 Message Date
6e6dd260da Merge branch 'master' of github.com:3b1b/manim into diffyq 2019-05-24 15:06:59 -07:00
b9822db5bf Changed thumbnail of nn1 2019-05-24 15:04:45 -07:00
db1a89db79 create manimlib.imports 2019-05-02 20:36:14 -07:00
b2c7e83843 Removed ContinualAnimation, reimplemented some of its occurances in the old_projects, added warnings for the rest 2019-02-16 12:46:54 -08:00
993f7edee9 OldLaggedStart -> LaggedStartMap 2019-02-14 12:06:21 -08:00
52d4eb2e9e Get rid of ContinualUpdate and ContinualUpdateFromTimeFunc 2019-02-11 15:09:28 -08:00
707a2f6f63 Get rid of lag_factor 2019-02-08 18:42:40 -08:00
64eb670027 Get rid of lagged_start 2019-02-08 15:53:27 -08:00
cf92cd161e Get rid of all_at_once 2019-02-08 15:49:06 -08:00
13b701ba1b LaggedStart -> OldLaggedStart 2019-02-08 14:49:38 -08:00
1c4ff6a556 update_mobject -> interpolate_mobject for Animation, but not for ContinualAnimation 2019-02-08 11:57:27 -08:00
0a65ee6725 Getting rid of use_rectangular_stem for Arrow 2019-02-07 17:53:11 -08:00
b7cf5e82e3 rate_func can no longer be None, must be a function. Use 'linear' instead of None 2019-02-05 15:39:58 -08:00
eb0c63606d sort_submobject -> sort and shuffle_submobjects -> shuffle 2019-02-04 15:02:32 -08:00
20f25615a6 arrange_submobjects -> arrange 2019-02-04 14:54:25 -08:00
afdf907abc fix imports, remove __init__.py files, some pep8 linting 2018-12-27 09:41:41 -08:00
543c22cc2f from utils.space_ops import get_norm
__get_norm()__ is called on lines 259 and 265 but it is never imported or defined.

[flake8](http://flake8.pycqa.org) testing of https://github.com/3b1b/manim on Python 3.7.0

$ __flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics__
```
./old_projects/bell.py:222:38: E999 SyntaxError: invalid syntax
            for here, x in (here1, 0), (here2, 4)
                                     ^
./old_projects/borsuk.py:217:11: E999 SyntaxError: invalid syntax
         y=lambda m: m1.get
          ^
./old_projects/eoc/chapter6.py:399:35: E999 SyntaxError: invalid syntax
                for i, j in (1, 0), (0, 1)
                                  ^
./old_projects/nn/network.py:258:16: F821 undefined name 'get_norm'
        norm = get_norm(gradient)
               ^
./old_projects/nn/network.py:264:15: F821 undefined name 'get_norm'
        print(get_norm(old_pre_sig_guess - pre_sig_guess))
              ^
3     E999 SyntaxError: invalid syntax
2     F821 undefined name 'get_norm'
5
```
2018-09-24 07:43:45 +01:00
365093c0b5 np.linalg.norm -> get_norm 2018-08-15 17:30:24 -07:00
109fe5c4ea ContinualUpdateFromFunc -> ContinualUpdate 2018-08-13 13:40:52 -07:00
6ab8f7f7fc Random fixes to old_projects 2018-08-12 00:35:15 -07:00
858051a806 After running 2to3 2018-08-09 17:56:05 -07:00
7119f0cc6e scale_to_fit_width -> set_width, likewise for height and depth 2018-08-08 10:30:52 -07:00
f03268d007 Modernize Python 2 code to get ready for Python 3 yet again 2018-06-02 08:59:26 -04:00
13d7228918 Revert "Merge branch 'master' of github.com:3b1b/manim into alt-calc"
This reverts commit 17a1ea6db500eddfdec75cc727b70737d892e961, reversing
changes made to c8c6e6d9ba77d42c8d50d8187ca2b0427da0079c.
2018-05-21 12:11:46 -07:00
b2b66947db reverted to earlier version 2018-05-16 21:17:14 +02:00
80176f0940 Replaced background_alpha with background_opacity 2018-05-10 19:55:06 -07:00
fd002c13e6 renamed num_decimal_points -> num_decimal_places 2018-05-09 18:21:25 +02:00
b9edafa942 Moved many folders from topics/ to the new once_useful_constructs/ 2018-03-31 16:28:02 -07:00
0978984541 Reorganized animations folder. Warning: While I tried to be systematic, there is a decent chance this will cause import errors somewhere. 2018-03-31 15:11:35 -07:00
8fae39fe82 Refactored helpers.py into a folder of various util files 2018-03-30 18:19:23 -07:00
2e5dbf2427 added big_ol_pile_of_manim_imports.py (see the comment at the head of that file 2018-03-30 12:56:29 -07:00
380a87acca Renamed gradient_highlight to set_color_by_gradient 2018-03-30 11:59:39 -07:00
618590bee1 Renamed 'highlight' to 'set_color' 2018-03-30 11:51:31 -07:00
e168bfe5ba Rename SPACE_X_RADIUS to FRAME_X_RADIUS, and added constant FRAME_WIDTH (likewise for all y-coordinate information) 2018-03-30 11:25:37 -07:00
55786e443d Renamed SPACE_WIDTH and SPACE_HEIGHT to SPACE_X_RADIUS and SPACE_Y_RADIUS to be less confusing 2018-03-30 11:03:14 -07:00
4c3d1f5d61 Changed from animation.simple_animation import * to account for animation.compositions 2018-03-08 13:55:01 -08:00
404a8b1b3f Added floobits files to gitignore 2018-02-09 12:55:24 -08:00
a9c1498aff Resolve undefined names 2018-01-29 10:25:43 +01:00
330cc0cd95 Moved nn/ to old_projects 2018-01-16 13:15:14 -08:00