Skip to content

Releases: ColdGrub1384/Pyto

Pyto 10.0

21 Feb 00:00
Compare
Choose a tag to compare
  • Debug scripts with pdb and set breakpoints
  • Added Pandas
  • Updated NumPy to 1.16.1
  • Added a setting for tabs

Pyto 9.0

09 Feb 15:36
Compare
Choose a tag to compare
  • You can now run scripts from the Notification Center
  • Matplotlib figures are now shown in the console (that also fixes some crashes)
  • Auto indentation on the editor
  • Search bar on the editor
  • Errors are now shown in red
  • Stopping a script raises now SystemExit and ^C raises KeyboardInterrupt so it can be handled
  • Bug fixes

Pyto 7.0

25 Jan 18:02
Compare
Choose a tag to compare
  • Browse objects in your scripts with an object inspector
  • API changes: Words in functions are now separated by an underscore instead of being separated by an uppercase character.
  • Basic code completion on REPL
  • Improved code completion
  • Code between multiline comments is now highlighted correctly
  • Auto save scripts
  • Insert two spaces quickly with a button
  • Bug fixes

Pyto 6.0

18 Jan 18:19
Compare
Choose a tag to compare
  • Choose between multiple themes
  • Preview and edit Markdown files
  • Scripts can now import "wsgiref"

Pyto 5.0

12 Jan 13:13
Compare
Choose a tag to compare
  • New design
  • Smarter code completion
  • Pass arguments to scripts
  • Numpy 1.14.6
  • Install pure Python modules from PyPi with pip
  • You can now stop running scripts. Also, "sys.exit" or "raise SystemExit" now only stops the currently running script and not the entire app (except in the REPL).

Pyto 5.0 beta 1

07 Jan 21:34
Compare
Choose a tag to compare
Pyto 5.0 beta 1 Pre-release
Pre-release
  • New design
  • Smarter code completion
  • Numpy 1.14.6
  • Install pure Python modules from PyPi with pip.
  • You can now stop running scripts. Also, "sys.exit" or "raise SystemExit" now only stops the currently running script and not the entire app (except in the REPL).

Pyto 4.0

16 Dec 00:26
Compare
Choose a tag to compare
3.7

Pyto 3.0

25 Nov 00:01
Compare
Choose a tag to compare
Update samples

Pyto 1.1

21 Sep 13:14
e1829b4
Compare
Choose a tag to compare
  • You can now import packages and modules from the Documents directory
  • Fixed crashes after interacting with alerts and the file picker.