github pytorch/text v0.11.0-rc3
v0.11.0

latest releases: v0.18.0, v0.18.0-rc4, v0.17.2...
2 years ago

torchtext 0.11.0 Release Notes

This is a relatively lightweight release while we are working on revamping the library. Users are encouraged to check various developments on the main branch.

Improvements

  • Refactored C++ codebase to fix clang-tidy warnings and using emplace_back for improving performance (#1327)
  • Updated sentecepience to v0.1.95 to make it compilable on M1 (#1336)
  • Up the priority of numpy array comparison in self.assertEqual (#1341)
  • Removed mentions of conda-forge as it is no longer necessary to build on python 3.9 (#1345)
  • Separated experimental tests to help remove them easily during release cycles (#1348)
  • Splitted the pybind and torchtbind registration in separate file and refactor Vocab modules to allow vocab to be used in pure C++ environment (#1352)
  • Changed the default root directory for downloaded datasets to avoid dirtying the working directory (# 1361)
  • Added method for logging module usage in fbcode (#1367)
  • Updated bug report file (#1377)
  • Renamed default branch to main (#1378)
  • Enabled torchtext extension work seamlessly between fbcode and open-source (#1382)
  • Migrated CircleCI docker image (#1393)

Docs

  • Fix tag build so so that adding a tag will trigger a documentation build-and-upload (#1332)
  • Minor doc-string fix in Multi30K dataset (#1351)
  • Fixed example in doc-string of get_vec_by_tokens (#1383)
  • Updated docs to point to main instead of deprecated master branch (#1387)
  • Changed various README.md links to point to main instead of master branch (#1392)

Bug fix

  • Fixed benchmark code that compares performance of vocab (#1339)
  • Fixed text classification example broken due removal of experimental datasets (#1347)
  • Fixed issue in IMDB dataset that result in all samples being positive depending on directory path (#1354)
  • Fixed doc building (#1365)

Don't miss a new text release

NewReleases is sending notifications on new releases.