Releases: dfdx/Spark.jl
Releases · dfdx/Spark.jl
v0.6.1
v0.5.2
v0.5.1
Spark v0.5.1
Closed issues:
Merged pull requests:
v0.5.0
Spark v0.5.0
Closed issues:
- Roadmap (#1)
- Issue with cache (#33)
- Comparing Spark.jl with other solutions (#53)
- Julia 1.0 support (#60)
- Order of method arguments different from Base (#66)
- Spark.jl for Julia 1.1.0 (#70)
- Julia-0.7 Windows gives Java error for pre-compiling (#71)
- Is the project still active? (#72)
- Error in InstallJuliaHDI.sh script (#76)
Merged pull requests:
- Fixed security vulnerability in Spark (#64) (@dfdx)
- Update Azure install script for 1.0 (#65) (@aviks)
- Julian versions of RDD methods (#67) (@dfdx)
- fix some issues in sql.jl (#68) (@clouds56)
- example scala code to run julia with spark-submit (#73) (@tanmaykm)
- Install TagBot as a GitHub Action (#74) (@JuliaTagBot)
- Run tagbot once a day (#75) (@aviks)
- add project.toml (#77) (@aviks)
- Run tests on jdk8 and jdk11 separately (#79) (@aviks)
- Use Base.invokelatest to update world age, also make a generator version (#81) (@mkitti)
- Change just spark and scala versions for JDK 11 compatibility (#82) (@mkitti)
- Bump version (#83) (@aviks)
Julia 0.7/1.0 support
Merge pull request #64 from dfdx/fix-security-vulnerability Fixed security vulnerability in Spark
Spark.jl v0.3.0
More functions, configurable Spark version, dropped support for Julia 0.5.
Spark.jl v0.2.0
Merge pull request #47 from dfdx/fix/build-on-travis [WIP] Fix tests on Travis