Made mcmc example. Added ability to view matplotlib plots.

This commit is contained in:
Alec Helbling
2023-02-02 21:59:31 -05:00
parent 9698907cbf
commit 134be057fb
22 changed files with 322 additions and 81 deletions

View File

@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup(
name="manim_ml",
version="0.0.16",
description=(" Machine Learning Animations in python using Manim."),
version="0.0.17",
description=("Machine Learning Animations in python using Manim."),
packages=find_packages(),
)