Releases: korsbo/Latexify.jl
Releases · korsbo/Latexify.jl
v0.16.5
Latexify v0.16.5
Merged pull requests:
- Infix operators and paranthesis precedence (#296) (@gustaphe)
- Run mdtable and mdtext through latexify (#297) (@gustaphe)
- Dots, hats, tildes and bars (#298) (@gustaphe)
- Informative error messages for failed renders (#299) (@gustaphe)
- Separate aligned equations correctly (#300) (@hersle)
- Allow
nothing
as a sentinel value in recipes (#301) (@gustaphe) - Latexify sparse arrays (#302) (@gustaphe)
Closed issues:
- Unnecessary parentheses from
:(-x*y)
(#168) - Incorrectly parsed math mode accents (#179)
- Why are left and right brackets automatically added when executing the latexify("\alpha>\beta")?? (#239)
- Change the behavior of bar? (#243)
- Website does not display the arguments (#267)
- Recent breakage of Latexify on sparse matrices? (#269)
- Unwrapped exponents with SymEngine (#270)
- Latex dependencies/debugging for
render
(#274) @latexrecipe
convertsnothing
to:nothing
(#276)- Request: support ≤ and ≥ the same as <= and >= (#279)
- Unicode dot not retranscribed (#282)
- Incorrect Unicode to LaTeX Conversion for Double-Digit Subscripts (#293)
v0.16.4
Latexify v0.16.4
Merged pull requests:
- Convert extensions to recipes (#263) (@gustaphe)
- Disallow tensors (#286) (@gustaphe)
- Update error handling on 0-dim array (#288) (@hyrodium)
- Fix downloads count badge (#289) (@pricklypointer)
- CompatHelper: add new compat entry for SymEngine in [weakdeps] at version 0.11, (keep existing compat) (#290) (@github-actions[bot])
- CompatHelper: add new compat entry for DataFrames in [weakdeps] at version 1, (keep existing compat) (#291) (@github-actions[bot])
- Allow recipes to set previous operation (#292) (@gustaphe)
- CompatHelper: bump compat for SymEngine in [weakdeps] to 0.12, (keep existing compat) (#294) (@github-actions[bot])
- fix typo (#295) (@spaette)
Closed issues:
- 3D arrays/tensors (#284)
v0.16.3
v0.16.2
Latexify v0.16.2
Merged pull requests:
- Fix potential bugs by switching from Formatting.jl to Format.jl (#281) (@ScottPJones)
Closed issues:
- Release 0.15.21 does not include what is says (#266)
- problem with symbolics derivative when using arrays (#271)
- latexify does not support objects of type InlineStrings.String7 (#272)
- Would like a macro that executes the expression, and latexifies the expression together with symbols, then with values of symbols, then with resulting value. (#275)
v0.16.1
v0.15.21
Latexify v0.15.21
Merged pull requests:
v0.16.0
v0.15.20
v0.15.19
Latexify v0.15.19
Closed issues:
- How to display SDE system for Catalyst reaction networks? (#196)
- Can we Latexify binomial coefficients? (#234)
- More flexible matrix delimiters (#242)
- SDESystem output is identical to ODESystem output (#249)
- Support expressions like
latexify(Expr(:call, sin, 3))
? (#251)
Merged pull requests:
- Support binomial (#235) (@gustaphe)
- opt-level and max-methods = 1 (#244) (@chriselrod)
- Switch to Weak dependencies on 1.9+ (#245) (@sjkelly)
- BenchmarkCI (#247) (@gustaphe)
- More flexible arrays and brackets (#248) (@gustaphe)
- More robust latexification of specific functions (#252) (@gustaphe)
- Print benchmark results in log (#254) (@gustaphe)
- Less file clutter when rendering (#257) (@gustaphe)