Skip to content

Releases: David-OConnor/pyflow

0.1.1

21 Sep 08:21
Compare
Choose a tag to compare
  • Fixed a bug, where spaces could prevent console scripts from being installed
  • Fixed parsing pypi requirements that ommit parenthesis
  • Now uses ~/.local/share/pyflow on Linux, ~\AppData\Roaming\pyflow on Windows, and
    ~/Library/Application Support/pyflow on Mac, instead of ~/.python-installs

0.1.0

20 Sep 13:51
Compare
Choose a tag to compare
  • Installing Python binaries now works correctly on Windows, Ubuntu≥18.4, and Debian
  • Running pyflow with no arguments now runs a Python REPL
  • Made error messages more detailed

0.0.4

12 Sep 02:15
Compare
Choose a tag to compare
  • Added support for running minimally-configured scripts
  • Implemented pyflow switch to change py versions. Improved related prompts
  • Misc API tweaks

0.0.3

09 Sep 11:26
Compare
Choose a tag to compare
  • Now manages and installs Python as required
  • Stores downloaded packages in a global cache
  • Can run console scripts specified in pyproject.toml directly, instead of just
    ones installed by dependencies
  • pypackage reset now cleans up the lock file
  • Misc tweaks and bugfixes

0.0.2

04 Sep 11:51
Compare
Choose a tag to compare

First public release

0.0.1

11 Aug 15:55
Compare
Choose a tag to compare

Initial release - rough and missing features