This repository was archived by the owner on Nov 22, 2022. It is now read-only.
Commit be736e8
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: 89a8c9804617e73ecbff484e893ce79ad00490941 parent 0217d4f commit be736e8
3 files changed
+7
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
79 | 84 | | |
80 | 85 | | |
81 | 86 | | |
| |||
Whitespace-only changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
0 commit comments