Skip to content

Releases: leo-colisson/robust-externalize

v2.8

13 Mar 11:30
Compare
Choose a tag to compare

Fix a regression bug #34 introducing new lines in python print code and result.

Version 2.7

11 Mar 11:17
Compare
Choose a tag to compare

Minor update over 2.6: we now automatically remove leading indentation by default in the PlaceholderFromCode-like functions (very minor backward incompatibility issue if you actually rely on this block being really indented… but should be fairly rare and easy to fix by disabling the default behavior, cf doc)

v2.6

20 Feb 21:46
Compare
Choose a tag to compare

Improve significantly indentation, for instance in python code. See the changes in the documentation.

v2.0

15 Sep 19:40
Compare
Choose a tag to compare

An important rewrite with major performance improvements (5 times faster than 1.0, so we can compile 22x times faster than without externalization). See doc for changelog.