MathLink.jl Versions Save

Julia language interface for Mathematica/Wolfram Engine

v0.6.0

2 months ago

Diff since v0.5.5

Merged pull requests:

  • Added to help about W2Julia (#86) (@fremling)
  • Update README.md (#87) (@fremling)
  • Change name W2Julia => W2JuliaStrucht, and First version ofW2JuliaExpr (#88) (@fremling)

Closed issues:

  • Symbolics to MathLink translation of expressions (#70)
  • Mathematica arm64 version needed on M1 MacBook? (#84)

v0.5.5

3 months ago

Diff since v0.5.4

Merged pull requests:

  • use joinpath instead of hardcoded path delimiter (#82) (@cvsvensson)
  • Update Project.toml (#83) (@fremling)

Closed issues:

  • Extracting values from lists (#42)
  • W"List"(0.02) -> 0.02? (#77)
  • precision may be lost (#79)
  • MathLink not working on Julia 1.10? (#80)
  • Wrong path delimiter on Windows (#81)

v0.5.4

5 months ago

Diff since v0.5.3

v0.5.3

5 months ago

Diff since v0.5.2

v0.5.2

5 months ago

Diff since v0.5.1

Merged pull requests:

  • Create CI.yml (#51) (@simonbyrne)
  • Fix a few typos (#64) (@pitmonticone)
  • Cleanup parsing of macros (#66) (@simonbyrne)
  • add link to environment variable documentation (#69) (@putianyi889)
  • Added empryo of W2Julia : converter from MathLink to julia code. (#74) (@fremling)

Closed issues:

  • Passing arrays to MathLink (#71)

v0.5.1

1 year ago

Diff since v0.5.0

Closed issues:

  • Bug: Julia Mathlink installation on Windows 10 (#49)
  • Problem : UndefVarError: set_texOutput not defined (#61)
  • ParseError: KaTeX parse error (#62)
  • MathLink package can't find file "dep.jl" & fail to precompiling pkg. (#63)

v0.5.0

1 year ago

Diff since v0.4.0

Merged pull requests:

  • Overloading of arithithmetic operators (#58) (@fremling)
  • Allow latex support in Jupyter notebooks (#59) (@fremling)
  • Included the W2Mstr function (#60) (@fremling)

v0.4.0

1 year ago

Diff since v0.3.2

Merged pull requests:

  • Update README.md (#55) (@jzzhuang)
  • Add string interpolation support for W_str and W_cmd (#56) (@hammerfunctor)

v0.3.2

2 years ago

Diff since v0.3.1

Closed issues:

  • Including overloading of basic algebra (#48)

Merged pull requests:

  • mathlink macos wolfram engine (#47) (@fgerick)
  • Fixed a minor typo in the README. (#50) (@fremling)
  • Added suport for Int128 (#52) (@fremling)

v0.3.1

3 years ago

Diff since v0.3.0

Closed issues:

  • == dosen't work for WExpr generated by @W_cmd (#43)

Merged pull requests:

  • add basic support for putting arrays (#46) (@simonbyrne)