Luke Weiler
|
a2d2a1b0e9
|
No Generator class (#405)
* Create ids list
* rm Genimprt, rm inst in algebra + basic_math
* computer science and calculus no inst
* Remove instances from geometry
* remove instances from misc
* remove instances from permutations
* fix under indentations
* improve binary_complement_1s
* Remove generator.py
* initial docs setup
* move modules out of funcs, regen docs
* Move subjects to single files
* pdoc docs
* add make docs
* Remove mid-file imports, delete templates
* lint fixes
* Use math in docs
* remove format string from complex_quad
* regen docs
* Lint fix
* Hide non-generator modules from docs
* Hide utility methods from docs
* Created _gen_list.py
* Remove docs from readme
* replace tabs with 4 spaces
* lint fixes
* little docs changes
* docstrings for half of subjects
* Added example docs for remaining generators
* update docs
* Update intersection of two lines #408
* Snake case variables; for #406
* update docs
* Remove escaped backslashes; for #407
* autopep8
* lint fix
* lint fix
* remove gcd duplicates; for #401
* Add missing delimiter for fraction_multiplication
* rebuild docs
|
2022-12-27 14:31:58 -05:00 |
|
Luke Weiler
|
4f21bbd3ab
|
Use latex as default output (#402)
* Improve combine_like_terms
* Lint fix
* add some latex to readme
* give compound_interest latex formatting
* fix compound interest readme
* update combine_like_terms readme
* combine_like_terms add delimiters
* Convert some alebra output to latex
* Add missing right] to latex
* Fix makeReadme script
* Correct det 2x2 latex
* use bmatrix for det 2x2
* update readme and bump version
* Make latex matrix one line
* made latex for most of algebra
* more latex migrations
* convert basic_math to latex
* re-generate readme
* fix double exponent
* latex for most of calculus
* Improved stationary points gen
* made cs latex
* Transform geometry to latex
* texify misc outputs
* texify statistics
* regenerate readme
* Add tex markers to linear_equations
* add list_to_tex for mult_int_22
* upgrade readme
* update list_to_tex
* add end to list_to_tex
* tweak list_to_tex, update readme
* Update README.md
* Update README.md
* lint fixes
* lint fix
* Remove tests
* texify system_of_equations
* update system_of_equations tex
* regen readme
* texify complex_quadratic
* update complex_quadratic
* regen readme
* sqrt to complex_quadratic
* complex_quadratic texify
* Update README.md
* Update README.md
* make latexbuilder
* regen readme
* fix bmatrix
* bmatrix conversions
* update readme
* use times symbol
* improve tex of prod_sci_notations
* Add missing delim to prod of sci notations
* Add missing curly brack to prod-sci-not
* lint fixes
* texify differentiation
* texify stationary points
* changed differentation to trig_differentiation
* texify stationary points
* update readme
* Remove left right from stat_points
* texify angle_btw_vectors
* update readme
* add spaces to mod operator
* Swap \\% with \\percent
* update readme
* Replace //percent with non-math %
* fix leftover \\percent
* latexify vector_cross
* change tex multiply to times
* update readme
* lint fixes
* lint fix
|
2022-12-23 00:38:59 -05:00 |
|
Luke Weiler
|
f2efb3751d
|
import with name not asterisk
* import with name not *, remove top level imports
* Fix linter, remove numpy
* Lint fixes
* Comment worksheet generator temporarily
|
2022-12-19 01:31:08 -05:00 |
|
lukew3
|
cda228660c
|
add worksheetgen to dev requirements
|
2020-11-20 14:09:40 -05:00 |
|
lukew3
|
4ca54936fb
|
Fix imports
|
2020-10-20 13:32:34 -04:00 |
|
lukew3
|
82929ae4fc
|
update dev-requirements
|
2020-10-19 21:33:02 -04:00 |
|
Gourav2000
|
c36d7de7d9
|
added matrix Inversion
|
2020-10-19 11:47:50 +05:30 |
|
Yuval Goldberg
|
0ab9edf57b
|
Fix lint errors, adding a formatter
|
2020-10-18 11:16:48 +03:00 |
|
YuvalG
|
08fc9d0663
|
Add flake8 as linter
|
2020-10-17 20:10:52 +03:00 |
|
YuvalG
|
0743b1bef7
|
Adding pytest and tests GitHubAction
|
2020-10-16 22:44:47 +03:00 |
|