Skip to content

Releases: David-OConnor/pyflow

0.3.1

02 Jul 13:10
Compare
Choose a tag to compare
  • Allow dependency versions with more than 3 digits
  • Add checing of python compatibility to get_version_info
  • Add Brew support
  • Fixed various issues that let to some packages not installing

0.3.0.1

20 Jun 23:24
580faee
Compare
Choose a tag to compare

Patch to allow for a Brew release; see Issue #121.

0.3.0

29 May 15:32
Compare
Choose a tag to compare
  • Misc internal cleanup
  • Numerous bug fixes and usability enhancements
  • Fixed several bugs related to dependency parsing

0.2.9

21 Nov 15:09
Compare
Choose a tag to compare
  • Pyflow no longer requires updates to use future versions of python.

0.2.8

28 Aug 23:16
Compare
Choose a tag to compare
  • Fixed some warnings, and check status codes of every subprocess
  • pyflow init now prompts for the Python version to use
  • Refactored parsing mechanism (internal)
  • Fixed some bugs related to manylinux2014 targets
  • Fixed a bug from prev release on Linux/mac Cargo version

0.2.7

03 Jun 19:51
Compare
Choose a tag to compare
  • Fixed a recently-introduced bug with installing zip files from source.

0.2.6

21 May 15:31
Compare
Choose a tag to compare
  • Fixed a bug causing source only packages to fail to install
  • Fixed a bug relating to manylinux2014_i686 wheels

0.2.5.1

14 Mar 20:10
Compare
Choose a tag to compare
  • Fix for scoop installation of v0.2.5

0.2.5

06 Mar 15:22
Compare
Choose a tag to compare
  • Added support for manylinux2014 spec
  • If a dependencies dependencies are specified multiple times, merge extras
    by ommission. This led to bugs where dependencies didn't get installed when
    specified both as an extras and as not
  • Dependencies specifying sys_platform == "win32" now applies to 64-bit
    Windows installations as well. This should fix cases where Windows dependencies
    weren't being installed.
  • Fixed a dependency-installation bug triggered by symlinks inside Pypi source archives
  • pyflow new no longer creates a LICENSE file

0.2.4

21 Dec 02:35
Compare
Choose a tag to compare
  • Fixed a bug where pyflow script was broken
  • Fixed a bug where pyflow init was broken
  • Fixed parsing Pipfile
  • pyflow switch now sets up the environment/dependencies with the new version
  • Fixed a bug where bsd specified as an OS on Pypi would cause a crash