close
The Wayback Machine - https://web.archive.org/web/20210125072527/https://github.com/rasbt/watermark/releases
Skip to content

@rasbt rasbt released this Nov 19, 2019 · 8 commits to master since this release

  • Support VERSION attributes, in addition to __version__ attributes.
Assets 2

@rasbt rasbt released this Oct 4, 2019 · 8 commits to master since this release

  • Now uses pkg_resources as the default method for getting version numbers.
  • Fixes a whitespace bug when printing the timezone.
Assets 2
Oct 4, 2019
v 2.0.0 (#54)
  • v.1.8.2
  • 3ddf261
  • Compare
    Choose a tag to compare
    Search for a tag
  • v.1.8.2
  • 3ddf261
  • Compare
    Choose a tag to compare
    Search for a tag

@rasbt rasbt released this Jul 28, 2019 · 11 commits to master since this release

  • When no Python library was imported and the --iversion is used, print an empty string instead of raising an error.
Assets 2
  • v1.8.1
  • bf45a20
  • Compare
    Choose a tag to compare
    Search for a tag
  • v1.8.1
  • bf45a20
  • Compare
    Choose a tag to compare
    Search for a tag

@rasbt rasbt released this Jan 26, 2019 · 12 commits to master since this release

  • Fixes string alignment issues when the -iv/--iversion flag is used.
Assets 2

@rasbt rasbt released this Jan 7, 2019 · 13 commits to master since this release

  • The -iv/--iversion flag now also shows package versions that were imported as from X import Y
    and import X.Y as Y. For example,
import scipy as sp
from sklearn import metrics
import numpy.linalg as linalg
%watermark --iversions

will return

scipy     1.1.0
sklearn   0.20.1
numpy     1.15.4
Assets 2

@rasbt rasbt released this Jan 7, 2019 · 14 commits to master since this release

(Via contribution by James Myattt)

  • Shows "not installed" for version of packages/modules that cannot be imported.
  • Shows "unknown" for version of packages/modules when version attribute cannot be found.
  • Add Python 3.6 and 3.7 to Travis CI builds.
  • Add classifiers to setuptools configuration.
Assets 2
  • v1.6
  • eda4d86
  • Compare
    Choose a tag to compare
    Search for a tag
  • v1.6
  • eda4d86
  • Compare
    Choose a tag to compare
    Search for a tag

@rasbt rasbt released this Jan 19, 2018 · 17 commits to master since this release

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

Assets 2

@rasbt rasbt released this Aug 28, 2017 · 19 commits to master since this release

  • 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)
Assets 2

@rasbt rasbt released this Apr 19, 2017 · 22 commits to master since this release

  • Adds a new -/ --gitrepo parameter that returns the URL of Git remote name "origin". (via contribution by Lucy Park)
Assets 2