Skip to content

Releases: mutpy/astmonkey

v0.3.7

29 Oct 20:29
16b1817
Compare
Choose a tag to compare

Add support for Python 3.8

v0.3.6

23 Nov 14:04
Compare
Choose a tag to compare

Fix issue in FixLinenoNodeVisitor in which line numbers may become to high.

v0.3.5

18 Nov 19:30
Compare
Choose a tag to compare

Fix removal of parentheses around single "True" or "False" constants in source generator for Python > v3.3.

v0.3.4

10 Nov 20:48
Compare
Choose a tag to compare
  • Remove parentheses around single "True" or "False" constants in source generator.
  • Convert AST nodes with "if... elif..." with a blank line in the if body correctly to source in source generator.

v0.3.3

09 Nov 02:05
Compare
Choose a tag to compare

Fix line numbers of AST nodes before generating sources in SourceGeneratorNodeVisitor.

v0.3.2

08 Nov 20:47
Compare
Choose a tag to compare

Hotfix for a potential bug that might crash astmonkey upon determining the line number of certain nodes.

v0.3.1

08 Nov 19:49
Compare
Choose a tag to compare

Hotfix for crashing MutPy when used with the -m parameter.

v0.3.0

24 Oct 16:39
4905414
Compare
Choose a tag to compare

Fixed a lot of AST to source conversion issues. Thanks to @pkubiak.

v0.2.3

26 Sep 11:16
6b852f5
Compare
Choose a tag to compare
  • SourceGeneratorNodeVisitor: Binary operations are now fully parenthesised

v0.2.2

22 Aug 22:33
Compare
Choose a tag to compare
Bump version