- Support python3.10 (
d8c93e7
)
- deps: Forgot one package (
0e330d9
) - deps: Move viz-only deps into 'viz' extras (
d88975d
) - Use internal imports for now to simplify conda deps (
a68f333
)
- Update Walkthrough (
8ff844d
)
- 3.7: Import
Literal
fromtyping_extensions
(e275bf1
) - Improve docs and comments (
32f953b
) - Support symbolic function vectors; "v(t)" @ space (
e4b9faf
) - Fix imports in vector.py (
f7b4a9a
) - Add missing f for f-string (
837bc46
)
- mathpad 2.0 (
30b70b5
)
- Add @mathpad_constructor to elec module where valid (
806a4d6
)
- Export all dimensions in from mathpad import * (
eb06884
) - Rename precision arg to sigfigs for clarity (
4154d4e
) - Rename SumDimensionMismatch to SumDimensionMismatchError (
43b6b4e
)
- Update Walkthrough (
123a981
) - Print docstr before returning in MathPadConstructor.repr_latex() (
3882a7d
) - Document kinetic_energy constructor (
04990da
) - readme: Small edits (
f5ab81c
)
- Micropip install in deps before imports to fix and clean examples (
3be2d8e
)
- sandbox: Use custom pyodide dist with requirements preloaded for smoother experience (
64325e2
)
- Add matrices and complete Walkthrough.ipynb (
6aad4ea
)
- py37: Import Protocol from typing_extensions (
b8d0e95
) - types: Undo contravariance for Generic Vec and Val types (
882c09e
) - Make SubstitutionMap keys and vals covariant per pyright's recommendation (
94ceba3
) - Replace SubstitutionMap with contravariant equivalent and fix examples (
462f670
)
- Replace SubstitutionMap with contravariant equivalent and fix examples (
462f670
)
- Update walkthrough and readme (
d6dc4ee
)
- Get examples working in jupyterlite (
ce7d164
) - Don't show warning on plot_static=False (
2711a13
) - Retain frame ID in vectorspace operations (
b4108e3
) - Don't use \tiny latex (doesn't render properly sometimes) (
2592392
)
- Add output simulation gifs back into examples (
19e7eb3
)
- Simulate_dynamic_system(display_progress_bar=False) (
5108af7
)
- Now deleted import (
cbc6ff9
)
- Cannot import 'Literal' from 'typing' in py3.7 (pt2) (
a3877d7
) - Cannot import 'Literal' from 'typing' in py3.7 (
8c96b68
)
- Rewrite double pendulum example using vectors (
787a6e5
)
- Re-add kaleido as a dependency (
c3cb26d
)
- Patch to avoid bug (
e11579b
)
- Commit dist directory for python-semtantic-release (
2f1b2ed
)
- Move kaleido to dev-dependency (
14f759e
)
- Actually plot more illuminating values (
413fea5
) - Plot more illuminating values (
987bbd4
) - Simulate_dynamic_system integration step order (
6d666df
)
- Make example plots non-interactive so they display on github (
9fd9a76
)
- Remove @equation (
d140be5
)
- Version (
9d30de8
)
- Initial version