tag:github.com,2008:https://github.com/juliendelplanque/Python3Generator/releasesRelease notes from Python3Generator2019-05-19T14:31:30Ztag:github.com,2008:Repository/78302136/v2.0.02019-05-19T14:36:45Zv2.0.0<h1>Changelog</h1>
<h2>Major changes</h2>
<ul>
<li>Migrated sources to Tonel.</li>
<li>Dropped support of Pharo 5.0 (last release supporting this version is v1.2.0).</li>
<li>Directory holding sources is not 'src' instead of 'repository'.</li>
<li>Added possibility to test equality of ast nodes (implemented <code>#=</code> and <code>#hash</code>).</li>
</ul>
<h2>Minor changes</h2>
<ul>
<li>Now use FFI interpreter as default interpreter.</li>
<li>Adapted to new Stream API to make the project work on Pharo 8.</li>
<li>Added #<< message on P3GInstructionsList to make instructions list building easier.</li>
</ul>juliendelplanquetag:github.com,2008:Repository/78302136/v1.2.02019-03-19T20:27:23Zv1.2.0<h1>Changelog</h1>
<ul>
<li>Integrated P3GLambda, its test and P3GTuple from Python3Bridge project to P3Generator project with the help of alejandroinfante.</li>
</ul>juliendelplanquetag:github.com,2008:Repository/78302136/v1.1.02019-01-21T21:15:51Zv1.1.0<h1>Changelog</h1>
<ul>
<li>Fixed usage Association's methods of #head and #tail to become #key and #value (because of the brutal removal of these methods that happened in Pharo)</li>
<li>Some cleaning</li>
<li>Added extension methods on Symbol to make the DSL more user-friendly.</li>
</ul>juliendelplanquetag:github.com,2008:Repository/78302136/v1.0.02018-05-23T20:51:04ZFirst release<p>A first release.</p>
<p>Everything is not implemented (class/function definition are not supported for example).</p>
<p>But it works quite well, MatplotLibBridge uses this version and works nicely.</p>juliendelplanque