* Add support for [GLUE benchmark tasks](examples/tasks).
* Support text-pair classification. The specifics of this are likely to change, but you can see [`run_glue.py`](examples/tasks/run_glue.py) for current usage.
* Improve reliability of tokenization and alignment.
* Add support for segment IDs to the `PyTT_Wrapper` class. These can now be passed in as a second column of the `RaggedArray` input. See the [`model_registry.get_word_pieces`](spacy_pytorch_transformers/model_registry.py) function for example usage.
* Set default maximum sequence length to 128.
* Fix bug that caused settings not to be passed into `PyTT_TextCategorizer` on model initialization.
* Fix serialization of XLNet model.