Skip to content
This repository has been archived by the owner on Nov 22, 2022. It is now read-only.

Commit

Permalink
Release notes for v0.1.5
Browse files Browse the repository at this point in the history
Summary: Release notes for OSS v.0.1.5

Reviewed By: hikushalhere

Differential Revision: D14943083

fbshipit-source-id: 34ffb79bcbb5f64c5331258f2ae89e22d45a384d
  • Loading branch information
Titousensei authored and facebook-github-bot committed Apr 15, 2019
1 parent 7bf6263 commit eaba52f
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## v0.1.5

*Note:* this is a last release in 0.1.x. The next release will deprecate Task and Model base classes and make the improved API of the new data handler the default. You can start using it already by inheriting from NewTask. NewDocumentClassification and NewWordTaggingTask use this new API, and you can get the first example in the tutorial "Custom Data Format".

**New Stuff**
- add config adapter
- PyText is very young and its API is still in flux, making the config files brittle
- config files now have a version number reflecting the API at the time it was created
- older versions can be loaded and internally transformed into newer versions
- better metrics and reporting
- better training time tracking
- cool new visualization of model state in TensorBoard
- pretty results in the terminal
- improved distributed training
- torchscript export
- support for SQuAD dataset
- add AugmentedLSTM
- add dense features support
- new plugin system: command line option --include to import custom user classes (see tutorial "Custom Data Format" for example)

*Many bug fixes and code clean-ups*


## v0.1.4
**New Stuff**
- Refactor Metric Reporters to reduce coupling
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

setuptools.setup(
name="pytext-nlp",
version="0.1.4",
version="0.1.5",
description="pytorch modeling framework and model zoo for text models",
url="https://github.com/facebookresearch/PyText",
author="Facebook",
Expand Down

0 comments on commit eaba52f

Please sign in to comment.