MathLink.jl Versions Save

Julia language interface for Mathematica/Wolfram Engine

v0.3.0

4 years ago

Diff since v0.2.0

Merged pull requests:

  • allow keywords to be passed to weval and WSymbol/WExpr (#40) (@simonbyrne)

v0.2.0

4 years ago

Diff since v0.1.1

Closed issues:

  • Register package with METADATA ? (#10)
  • Graphics handling (#21)
  • Plotting? (#36)

Merged pull requests:

  • add MIME type handling for Graphics (#38) (@simonbyrne)
  • Update key for new version of Wolfram Engine (#39) (@simonbyrne)

v0.1.1

4 years ago

Diff since v0.1.0

Closed issues:

  • Registering (#28)
  • Replacements are no fun (#29)
  • mathlink path rename on Windows? (#30)
  • Update including new licencse broke MathLink (#31)
  • Error after typing "using MathLink" (#34)
  • Naive question, how to install it on Mac (#35)
  • How can I set the environment variables of JULIA_MATHKERNEL and JULIA_MATHLINK in linux? (#37)

Merged pull requests:

  • Install TagBot as a GitHub Action (#33) (@JuliaTagBot)

v0.1.0

4 years ago

v0.1.0 (2019-09-30)

Diff since eea29f62b0deea55b76869db3c7e4d1c63991675

Closed issues:

  • Mysterious AssertionError (#26)
  • Code fails in julia, but works in Mathematica (#23)
  • Passing Irrationals (#17)
  • Additional macro for copy/pastable Mathematica expressions (#15)
  • Update to 1.0+ (#13)
  • Wrong mathlink path on OS X (#4)
  • Getting MathLink to work on Mathematica 10 (on Fedora 22, in my case) (#2)

Merged pull requests:

  • Set up testing for Linux on Travis (#27) (simonbyrne)
  • add conversions for Julia Irrational objects (#20) (simonbyrne)
  • W_cmd macro for parsing Wolfram Language expressions (#19) (simonbyrne)
  • Update README.md (#14) (BeastyBlacksmith)
  • Get working on 1.0 (#12) (simonbyrne)
  • Update for Julia 0.6 (#9) (YingboMa)
  • Update for 0.5 (#7) (simonbyrne)
  • Change library and kernel search behaviour. (#6) (simonbyrne)
  • set correct mathlink path on OS X (#5) (alu96)
  • setting mathlink path correctly for linux with mathematica 10+ (#3) (scyrusm)