Skip to content

Releases: juliendelplanque/Python3Generator

v2.0.0

19 May 14:36
Compare
Choose a tag to compare

Changelog

Major changes

  • Migrated sources to Tonel.
  • Dropped support of Pharo 5.0 (last release supporting this version is v1.2.0).
  • Directory holding sources is not 'src' instead of 'repository'.
  • Added possibility to test equality of ast nodes (implemented #= and #hash).

Minor changes

  • Now use FFI interpreter as default interpreter.
  • Adapted to new Stream API to make the project work on Pharo 8.
  • Added #<< message on P3GInstructionsList to make instructions list building easier.

v1.2.0

19 Mar 20:27
e4c312a
Compare
Choose a tag to compare

Changelog

  • Integrated P3GLambda, its test and P3GTuple from Python3Bridge project to P3Generator project with the help of alejandroinfante.

v1.1.0

21 Jan 21:15
Compare
Choose a tag to compare

Changelog

  • 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)
  • Some cleaning
  • Added extension methods on Symbol to make the DSL more user-friendly.

First release

23 May 20:51
Compare
Choose a tag to compare

A first release.

Everything is not implemented (class/function definition are not supported for example).

But it works quite well, MatplotLibBridge uses this version and works nicely.