Skip to content

Releases: dmlc/MXNet.jl

v1.5.0

22 Jul 07:23
Compare
Choose a tag to compare

This is the first release after we joined the Apache MXNet (incubating) project. 🎉

  • Dropping v0.6 support
  • For more info about the library changes, please checkout the release note of MXNet.

v0.3.0

16 Nov 13:32
Compare
Choose a tag to compare
  • Bump libmxnet to

    • On Linux/macOS: v0.12.1
    • On Windows: V0.12.0
      • For GPU version, please install CUDA 8.0; CUDA 9.0 is not supported in this version.
  • Drop Julia 0.5 support

  • Lots of NDArray and SymbolicNode API changes

Please checkout NEWS for more information.

v0.2.3

31 May 01:36
Compare
Choose a tag to compare
  • Update to MXNet 0.10.0

v0.2.2

14 May 02:52
Compare
Choose a tag to compare
  • Updated supported version of MXNet to 0.9.4.
  • Improved build-system with support for auto-detecting GPU support.
  • Several updates to Metrics.
  • CI for Windows.
  • Verbosity option for predict (@rdeits)

v0.2.1

29 Jan 09:17
Compare
Choose a tag to compare
  • Disables setupenv.cmd because it is more invasive then we need it to be.

v0.2.0

28 Jan 08:03
Compare
Choose a tag to compare
  • Drop support for Julia v0.4.
  • Added support for NVVM.
  • Updated supported version of MXNet to 0.9.3.
  • New optimizers (@Arkoniak).

v0.1.0

09 Sep 01:40
Compare
Choose a tag to compare
  • Migrated documentation system to Documenter.jl (@vchuravy)
  • Simplified building by using Julia's OpenBlas (@staticfloat)
  • Freezing parameters (@vchuravy)
  • Support DType for NDArray (@vchuravy)
  • Track specific libmxnet version for each release

v0.0.8

06 Sep 15:41
Compare
Choose a tag to compare
  • Fix compatability with Julia v0.5.
  • Fix seg-faults introduced by upstream API changes.

v0.0.7

06 Sep 15:40
Compare
Choose a tag to compare

v0.0.6

06 Sep 15:40
Compare
Choose a tag to compare
  • Variants of Xaiver initializers (@vchuravy)
  • More arithmetic operators on symbolic nodes
  • Basic interface for symbolic node attributes (@vchuravy)