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

Commit be736e8

Browse files
Titousenseifacebook-github-bot
authored andcommitted
EASY [PyText] fix OSS release (#909)
Summary: Pull Request resolved: #909 this is a reconciliation diff to match what was just released to as v0.2.2. There was several issues during this release, and I uploaded to pypi a package that was broken. Pypi does not allow overwriting, so I had to increase the version number. I manually fixed the source (because it was minor packaging and dependency problems) and pushed package 0.2.2. This diff includes those fixes after the fact to make the sources consistent with the release. Changes are: - fix fairseq requirement (separate diff, landing now) - add __init__.py to make qna a module included in the release - amend CHANGELOG to match version numbers Reviewed By: neo315 Differential Revision: D16809591 fbshipit-source-id: 89a8c9804617e73ecbff484e893ce79ad0049094
1 parent 0217d4f commit be736e8

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## v0.2.1
3+
## v0.2.2
44

55
*Note:* this is the last release with _Deprecated classes. Those classes will be removed in the next release.
66

@@ -76,6 +76,11 @@
7676
- fix BlockShardedTSVDataSource (#832)
7777

7878

79+
## v0.2.1
80+
81+
(skipped because of packaging issues)
82+
83+
7984
## v0.2.0
8085

8186
*Note:* This release makes the new data handler API the default and deprecates Task and Model classes using the old data handler API. We recommend that you migrate your models to the new API as soon as possible. More details here: http://...

pytext/models/qna/__init__.py

Whitespace-only changes.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
setuptools.setup(
1717
name="pytext-nlp",
18-
version="0.2.1",
18+
version="0.2.2",
1919
description="pytorch modeling framework and model zoo for text models",
2020
url="https://github.com/facebookresearch/PyText",
2121
author="Facebook",

0 commit comments

Comments
 (0)