Skip to content

Releases: rasbt/watermark

Watermark v1.6.0 (Jan 18, 2018)

19 Jan 02:44
eda4d86
Compare
Choose a tag to compare

Adds a new -b/--gitbranch parameter that prints the current Git branch.

Watermark v1.5.0 (Aug 27, 2017)

28 Aug 00:16
Compare
Choose a tag to compare
  • Adds a new -iv/ --iversions parameter that prints the package names and version numbers of all packages that were previously imported in the current Python session. (Via contribution by Aziz Alto)

Watermark v1.4.0 (April 18, 2017)

19 Apr 01:18
Compare
Choose a tag to compare
  • Adds a new -/ --gitrepo parameter that returns the URL of Git remote name "origin". (via contribution by Lucy Park)

Watermark v1.3.4

15 Oct 08:21
Compare
Choose a tag to compare
  • Allow fetching scikit-learn's version number via -p scikit-learn in addition of -p sklearn (the former is deprecated and will not be supported in watermark > 1.7)

Watermark v1.3.3

01 Sep 15:20
Compare
Choose a tag to compare

v1.3.3 (September 1, 2016)

  • Includes LICENSE in MANIFEST.in for packaging

Watermark v1.3.2

16 Aug 22:49
Compare
Choose a tag to compare

v. 1.3.2 (August 16, 2016)

  • Fixes an issue where the wrong package info was obtained when using the system level Jupyter within a virtualenv environment. (via contribrution by Michael Bell)
  • Adds a new -i/ --iso8601 parameter that returns the current date-time string in ISO 8601 format with offset to UTC. For instance: 2016-08-16T18:03:42-04:00. Current caveat: Python < 3.2 requires external libraries for for computing the timezone offset, thus, Python < 3.2 will currently only print 2016-08-16T18:03:42
  • Adds offsets to UTC to the default date-time string for Python >= 3.2

Watermark v1.2.2

29 Jan 23:03
Compare
Choose a tag to compare
typo fixes in readme