PySR / pysr /export_latex.py

Commit History

Mypy compatibility
b896bd3

MilesCranmer commited on

Refactor sympy and export functionality
b2d7f41
unverified

MilesCranmer commited on

Add pre-commit hook for isort
976f8d8
unverified

MilesCranmer commited on

Add pre-commit hooks for unused imports
b933dea
unverified

MilesCranmer commited on

Fix formatting
d8d6e2b
unverified

MilesCranmer commited on

Include necessary packages in latex_table()
3752ba6

MilesCranmer commited on

Display output variable in table of expressions
3ef2b32

MilesCranmer commited on

Center all equations and use `breqn` for breaks
fab6f87

MilesCranmer commited on

Automatically break longer equations in latex table
2a802ab

MilesCranmer commited on

Add docstrings to latex export functions
de4d559

MilesCranmer commited on

Move `latex_table` code to `export_latex.py`
c5cd4bb

MilesCranmer commited on

Refactor LaTeX table to export_latex.py
c6f5c09

MilesCranmer commited on

Refactor table env generator
d423f0c

MilesCranmer commited on

Pass columns to latex table generator
215a692

MilesCranmer commited on

Fix use of full_prec in latex export
6024c83

MilesCranmer commited on

Format code with black
b4577d9

deepsource-autofix[bot] commited on

Fix issue with precision of float printing
d1f1f2c

MilesCranmer commited on

Generate table with scientific notation for floats
118c5f6

MilesCranmer commited on

Use custom sympy LatexPrinter for precision
9a5df63

MilesCranmer commited on

Fix margins on LaTeX table
0cb1353

MilesCranmer commited on

Include score in latex table; apply precision
8f218cc

MilesCranmer commited on

Remove caption from generated LaTeX tables
6d5ddcb

MilesCranmer commited on

Create helper file for LaTeX export
f257e58

MilesCranmer commited on