Latexify.jl Versions Save

Convert julia objects to LaTeX equations, arrays or other environments.

v0.16.3

3 weeks ago

Latexify v0.16.3

Diff since v0.16.2

Merged pull requests:

  • Chaneg doc mentions of DiffEqBiological to Catalyst and update syntax (#277) (@TorkelE)
  • fix nightly (#285) (@t-bltg)
  • Fix docs errors (#287) (@devmotion)

Closed issues:

  • Remove Formatting.jl from dependencies (#283)

v0.16.2

2 months ago

Latexify v0.16.2

Diff since v0.16.1

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

11 months ago

Latexify v0.16.1

Diff since v0.16.0

Closed issues:

  • Error requiring DiffEqBase from Latexify (#258)
  • precompilation error in Julia 1.9 RC3 (#264)
  • Double supperscript in latex expression (#265)

Merged pull requests:

  • Support for anonymous functions (#255) (@xwjqv)
  • fix so that Requires is not getting loaded on 1.9+ (#261) (@KristofferC)
  • Fix a docs source typo + bump version (#268) (@gustaphe)

v0.15.21

1 year ago

Latexify v0.15.21

Diff since v0.15.20

Merged pull requests:

  • Support for anonymous functions (#255) (@xwjqv)

v0.15.20

1 year ago

Latexify v0.15.20

Diff since v0.15.19

Merged pull requests:

  • Remove deprecated extensions code (#259) (@ChrisRackauckas)

v0.16.0

1 year ago

Latexify v0.16.0

Diff since v0.15.19

Merged pull requests:

  • Remove deprecated extensions code (#259) (@ChrisRackauckas)

v0.15.19

1 year ago

Latexify v0.15.19

Diff since v0.15.18

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)

v0.15.18

1 year ago

Latexify v0.15.18

Diff since v0.15.17

Closed issues:

  • "permille" symbol (#233)
  • "latexify does not support DataFrame" error when compiling my package (#238)
  • latexify fails in Julia >= 1.9 on symbols like :a_τa (#240)

Merged pull requests:

  • Don't use deprecated sf.taken (#241) (@gustaphe)

v0.15.17

1 year ago

Latexify v0.15.17

Diff since v0.15.16

Closed issues:

  • Question on underscore behaviour (#103)
  • Pluto & Latexify (#217)
  • Symbolics and Latexify (#226)
  • Erroneous latexification of some superscripts such as x⁺ (#230)

Merged pull requests:

  • render: silent dvipng warnings (#224) (@t-bltg)
  • simplify & rearrange unicodedict (#225) (@t-bltg)
  • Create Invalidations.yml (#227) (@ranocha)
  • [documentation] Include some tips for working in a notebook (#228) (@gustaphe)
  • update docs (#229) (@t-bltg)

v0.15.16

1 year ago

Latexify v0.15.16

Diff since v0.15.15

Closed issues:

  • Doesn't translate accents (#182)
  • Additional "L" in output (#221)

Merged pull requests:

  • Support diacritics (accents, ...) (#223) (@t-bltg)