Skip to content

v0.9.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 26 May 15:56
· 4 commits to main since this release

Javis v0.9.0

Diff since v0.8.0

Closed issues:

  • Change "Master" Branch to "Main" Branch (#362)
  • Making Luxor work completely inside Javis (#438)
  • [BUG] Javis breaks windows (#459)
  • anim_translate error, error in fourier example[BUG] (#467)
  • [BUG] render fails with StackOverflowError on Tutorial 1 (#473)
  • [BUG] keyword arguments do not match for latex() (#474)
  • [BUG] Tutorial 6 code issue (#476)
  • Two interesting ways to render LaTeX aside from MathJax (#483)

Merged pull requests:

  • return nothing if pathname is empty and empty the constants (#442) (@Wikunia)
  • make it possible to call Luxor when outside rendering (#443) (@Wikunia)
  • Fixed collection used to make animation points in tutorial 8 (#465) (@Samyak2)
  • Line-width change to 2.0 and svg2luxor font scaling corrected (#466) (@ArbitRandomUser)
  • Removal of error in Fourier example (#468) (@aburousan)
  • CompatHelper: bump compat for VideoIO to 1, (keep existing compat) (#470) (@github-actions[bot])
  • add LatexString overload, add test (#475) (@razetime)
  • fix tutorial 6 code (#477) (@razetime)
  • Fix inconsistencies in tutorial 2 (#478) (@mroavi)
  • Add chaos game example (#479) (@razetime)
  • fix overwritten latex function (#484) (@Wikunia)