tag:github.com,2008:https://github.com/jeanm/pytext-1/releases Release notes from pytext-1 2019-08-15T04:23:09Z tag:github.com,2008:Repository/204782654/v0.2.2 2019-08-15T04:23:09Z v0.2.2: EASY [PyText] fix OSS release (#909) <p>Summary:<br> Pull Request resolved: <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="480849679" data-permission-text="Title is private" data-url="https://github.com/facebookresearch/pytext/issues/909" data-hovercard-type="pull_request" data-hovercard-url="/facebookresearch/pytext/pull/909/hovercard" href="https://github.com/facebookresearch/pytext/pull/909">facebookresearch#909</a></p> <p>this is a reconciliation diff to match what was just released to<br> as v0.2.2. There was several issues during this release, and I uploaded to<br> pypi a package that was broken. Pypi does not allow overwriting, so I had to<br> increase the version number.</p> <p>I manually fixed the source (because it was minor packaging and dependency<br> problems) and pushed package 0.2.2. This diff includes those fixes after<br> the fact to make the sources consistent with the release.</p> <p>Changes are:</p> <ul> <li>fix fairseq requirement (separate diff, landing now)</li> <li>add <strong>init</strong>.py to make qna a module included in the release</li> <li>amend CHANGELOG to match version numbers</li> </ul> <p>Reviewed By: neo315</p> <p>Differential Revision: D16809591</p> <p>fbshipit-source-id: 89a8c9804617e73ecbff484e893ce79ad0049094</p> Titousensei tag:github.com,2008:Repository/204782654/v0.2.0 2019-06-14T23:57:30Z v0.2.0: release 0.2.0 (#696) <p>Summary:<br> Pull Request resolved: <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="456466344" data-permission-text="Title is private" data-url="https://github.com/facebookresearch/pytext/issues/696" data-hovercard-type="pull_request" data-hovercard-url="/facebookresearch/pytext/pull/696/hovercard" href="https://github.com/facebookresearch/pytext/pull/696">facebookresearch#696</a></p> <p>release 0.2.0 &amp; changelog</p> <p>Reviewed By: bethebunny, chenyangyu1988</p> <p>Differential Revision: D15835455</p> <p>fbshipit-source-id: e7faa690c280468207c1b05080286dc93ad60d08</p> Titousensei tag:github.com,2008:Repository/204782654/v0.1.5 2019-04-15T23:29:17Z Release notes for v0.1.5 <p>Summary: Release notes for OSS v.0.1.5</p> <p>Reviewed By: hikushalhere</p> <p>Differential Revision: D14943083</p> <p>fbshipit-source-id: 34ffb79bcbb5f64c5331258f2ae89e22d45a384d</p> Titousensei tag:github.com,2008:Repository/204782654/v0.1.4 2019-02-06T22:45:08Z v0.1.4: export command broken by missing metric_reporters (#271) <p>Summary:<br> Pull Request resolved: <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="407448628" data-permission-text="Title is private" data-url="https://github.com/facebookresearch/pytext/issues/271" data-hovercard-type="pull_request" data-hovercard-url="/facebookresearch/pytext/pull/271/hovercard" href="https://github.com/facebookresearch/pytext/pull/271">facebookresearch#271</a></p> <p>Removed an if by mistake in D13829608</p> <p>Reviewed By: bethebunny</p> <p>Differential Revision: D13978522</p> <p>fbshipit-source-id: 1adbdade1f5ca1241c15c9c3300e4a7163370be7</p> Titousensei tag:github.com,2008:Repository/204782654/v0.1.0 2018-12-14T09:16:17Z v0.1.0 <p>Document top-level API a little, make testing from the command line e…</p> m3rlin45