Skip to content

Releases: julvo/reloading

v1.1.2

19 Sep 15:51
Compare
Choose a tag to compare
  • Allow for line number of reloading loops to change between reloads

v1.1.1

03 Jun 21:30
Compare
Choose a tag to compare

Add long description for PyPI

v1.1.0

03 Jun 21:13
Compare
Choose a tag to compare
  • Add keyword argument every to reload the source code only on every n-th invocation/iteration
  • Add keyword argument forever to create an endless loop
  • Refactor to make better use of ast module

Fix @reloading decorator on Python 3.8

01 Jun 17:55
Compare
Choose a tag to compare
  • Fix #8 caused by changed behaviour in ast module from Python 3.7 -> 3.8

v1.0.0

04 Mar 20:09
Compare
Choose a tag to compare
  • Add @reloading function decorator
  • Fix issues with format strings inside a reloading loop
  • Fix issues with comments after a reloading loop body

Fix local variable overwrite

07 Dec 08:30
Compare
Choose a tag to compare

Python2 + Fixes

20 Oct 18:39
Compare
Choose a tag to compare
  • Adds support for Python 2
  • Fixes error when source file has no trailing newline

Initial release

12 Jul 19:44
Compare
Choose a tag to compare
v_0_1

Initial commit