Skip to content

Releases: bsc-quantic/pypickup

0.3.6

05 Oct 12:13
Compare
Choose a tag to compare

Added/modified features:

  • Commands 'add' and 'update' simplified to just one: 'add'. Comand 'update' is no longer available. This fulfills most of issue #25.
  • New command 'rebuild-index', which rebuilds either the general or the specific indices for packages, based on the current packages actually downloaded. Useful in case some index has been corrupted or is not coherent with what is currently in the local machine (issue #35).

0.3.5

01 Jun 12:35
Compare
Choose a tag to compare

Added features:

  • Command 'list' now shows packages and subpackages in alphanumerical order (issue #34)
  • Command 'list' now shows all the available packages in the remote with the option -r, with no filters whatsoever (issue #37)
  • Commands 'add' and 'update' now accepts a version specifying, e.g. $ pypickup add numpy==1.8 (issue #36)
  • Commands 'add' and 'update' now accepts a requirements-like file (like the one outcomed by 'pip freeze') (issue #31)

0.3.4

02 Dec 20:17
Compare
Choose a tag to compare
Release 0.3.4

0.3.1

28 Oct 11:17
Compare
Choose a tag to compare

Add tests and fixed dependencies for PyPI.

0.3.0

22 Sep 13:29
Compare
Choose a tag to compare
Update the app version.

0.2.0

16 Sep 17:57
Compare
Choose a tag to compare

Full Changelog: 0.1.2...0.2.0

0.1.2

15 Sep 16:37
Compare
Choose a tag to compare

Full Changelog: 0.1.1...0.1.2

0.1.1

15 Sep 15:37
Compare
Choose a tag to compare

Full Changelog: 0.1.0...0.1.1

0.1.0

15 Sep 14:14
Compare
Choose a tag to compare
Rename project to `pypickup`