Йордан Миладинов
3e307926fd
Add missing dependencies to setup.cfg and requirements.txt ( #2304 )
2025-03-20 11:52:48 -07:00
Grant Sanderson
0c69ab6a32
Update version number
2024-12-12 20:54:37 -06:00
Grant Sanderson
c6c1a49ede
Update setup.cfg
2024-12-11 10:38:30 -06:00
Varniex
76afc42e9a
adding required packages to setup.cfg file
2024-12-11 16:46:09 +05:30
Grant Sanderson
371fca147b
Update version in setup.cfg
2024-10-23 17:54:18 -05:00
Grant Sanderson
5505fc1d54
Add mapbox-earcut dependency
2024-10-23 11:40:14 -05:00
Grant Sanderson
a34c4482f6
Update setup.cfg
2024-10-17 10:43:18 -07:00
YishiMichael
455d6604be
chore: Restrict version of svgelements
2022-09-07 13:28:27 +08:00
YishiMichael
37075590b5
Sort imports
2022-04-22 16:42:45 +08:00
TonyCrane
bda7f98d2e
release: ready to release v1.6.1
2022-04-13 10:36:38 +08:00
TonyCrane
9d7db7aacd
release: ready to release v1.6.0
2022-04-07 11:00:43 +08:00
Grant Sanderson
f690164087
Merge branch 'master' into master
2022-03-22 11:00:33 -07:00
YishiMichael
956e3a69c7
Refactor Text
2022-03-02 18:38:24 +08:00
鹤翔万里
37b548395c
Merge branch 'master' into master
2022-02-16 20:30:53 +08:00
TonyCrane
4356c42e00
release: ready to release v1.5.0
2022-02-16 12:01:03 +08:00
TonyCrane
960463d143
docs: remove support for python 3.6
2022-02-13 20:47:04 +08:00
YishiMichael
67f5b10626
Attempt to refactor SVGMobject with svgelements ( #1731 )
...
* Some small refactors
* Refactor MTex
* Implement TransformMatchingMTex
* Some refactors
* Some refactors
* Some small refactors
* Strip strings before matching
* Implement get_submob_tex
* Use RGB color mode
* Some small refactors
* Try refactoring SVGMobject with svglib
* Refactor SVGMobject using svgelements
* Refactor SVGMobject using svgelements
* Use functions instead of func names as dict values
* style: modify import order to conform to PEP8
* Set default values to None
* modify import order
* Remove unused import
Co-authored-by: TonyCrane <tonycrane@foxmail.com>
2022-02-11 07:53:21 -08:00
YishiMichael
baba6929df
Implement ImplicitFunction ( #1727 )
2022-02-07 08:24:40 -08:00
鹤翔万里
4c3ba7f674
Clean dependencies ( #1728 )
...
* clean dependencies
* add classifiers to metadata
2022-02-05 22:13:34 +08:00
TonyCrane
3883f57bf8
release: ready to release v1.4.1
2022-02-04 11:03:37 +08:00
TonyCrane
1ec00629a5
release: ready to release v1.4.0
2022-01-30 13:06:22 +08:00
TonyCrane
31976063df
add dependency cssselect2
2022-01-27 17:31:14 +08:00
TonyCrane
b61f1473a5
release: ready to release v1.3.0
2021-12-14 13:41:44 +08:00
Michael W
94f0bf557a
Add skia-pathops
package
2021-11-10 00:21:04 +08:00
TonyCrane
b6c23a09e9
update version to v1.2.0
2021-10-16 13:07:26 +08:00
Michael W
0e574882b3
Refactor #1637 ( #1650 )
...
* Refactor #1637
* Refactor #1637
* Refactor #1637
* Refactor #1637
* Refactor #1637
* Refactor #1637
* Update config.py
Co-authored-by: 鹤翔万里 <tonycrane@foxmail.com>
2021-10-16 13:04:52 +08:00
TonyCrane
1b24074369
update packaging method
2021-08-24 09:00:42 +08:00
TonyCrane
9df58e4ddf
change version
2021-07-28 23:18:24 +08:00
TonyCrane
a4c3bb03d1
update packaging method
2021-06-26 12:23:14 +08:00
Tony031218
448d792473
unspecify the version in setup.cfg
2021-02-15 12:56:58 +08:00
Tony031218
2394bdc2e6
refactor __init__.py and __main__.py
2021-02-07 17:43:05 +08:00
Tony031218
b558ae98cf
rename pypi package and entry_points
2021-02-07 10:27:41 +08:00
Tony031218
e4df135bbe
update setup.cfg
2021-02-02 21:02:28 +08:00
Devin Neal
d01ca92120
remove extraneous newline
2019-07-07 21:46:59 -07:00
Devin Neal
61c963a8ae
update documentation link again
2019-07-07 21:44:50 -07:00
Devin Neal
e83c69d968
udpate documentation link
2019-07-07 21:37:24 -07:00
Soeren Wegener
6f6798f8ba
Fix description content type
2019-05-05 22:08:14 +02:00
Soeren Wegener
2d7c97723b
Add travis job to publish on PyPI.
...
Also moved some shortcuts into manimlib, to be able to use it without the big_ol_pile_of_manim_imports script. Updated the README to explain installation via pip
2019-05-05 22:08:13 +02:00
Soeren Wegener
b1e1b831ea
Use pbr for setup.py
...
pbr automatically uses the version from git tags, and also uses the requirements.txt for dependencies, resulting in less redundancies.
2019-05-05 22:08:07 +02:00