Skip to content

Releases: intgr/topy

1.1.0

03 Feb 19:53
09e6fff
Compare
Choose a tag to compare
  • Added colors to output. Thanks to Brian de Buiteach (@debuiteb) (#25)
  • Python 3.5 support is removed to allow newer syntax (#25)

1.0.1

30 Jan 15:43
e696d9b
Compare
Choose a tag to compare
  • Updated bundled ruleset from Wikipedia (#29)
  • Python 3.9 is now officially supported and tested in CI (#27)
  • Migrated tests from travis-ci.org to travis-ci.com (#28)

1.0.0

08 Sep 19:33
f235391
Compare
Choose a tag to compare
  • Updated bundled ruleset from Wikipedia (#23)
  • Removed Python 2.x and <3.5 compatibility code (#22)
  • Fixed Travis CI configuration (#21)

v0.3.0

02 Jun 17:11
Compare
Choose a tag to compare

Note: This will be the last release to support Python 2.7.

  • Updated bundled ruleset (thanks to Oscar Caballero)
  • Added --disable option to disable individual rules (thanks to Oscar Caballero)
  • Fixed behavior when replacement string contains $ symbol (thanks to Oscar Caballero)
  • Prefer the faster lxml parser when it is installed. lxml is now an optional dependency
    (thanks to Oscar Caballero)
  • Added Python 3.7 support, deprecated Python 3.3 and 3.4.