Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

v0.10.0 Maintenance Release

Latest
Compare
Choose a tag to compare
@szha szha released this 13 Aug 19:16
· 16 commits to v0.10.x since this release

This release includes the following fixes:

  • [BUGFIX] remove wd from squad (#1223)
  • Fix deprecation warnings due to invalid escape sequences. (#1219)
  • Fix layer_norm_eps in BERTEncoder (#1214)
  • [BUGFIX] Fix vocab determinism in py35 (#1166) (#1167)

As we prepare for the NumPy-based GluonNLP development, we are making the following adjustments to the branch usage:

  • master (old) -> v0.x: this branch will be used for maintenance of GluonNLP 0.x versions.
  • numpy -> master: the new master branch will be used for GluonNLP 1.0 onward with NumPy-compatible interface, based on the upcoming MXNet 2.0.