Skip to content

v. 2.3.0 (January 3, 2022)

Compare
Choose a tag to compare
@rasbt rasbt released this 04 Jan 01:53
· 54 commits to master since this release
0eb56e9
  • Added the following arguments: --github_username - for prints author github username, --email - for prints author email, --website - for prints author or project website. (#82, via contribution by joschkazj)
  • Added a --conda option to print the name of the current conda environment. (#79, via contribution by Alexander Krasnikov)
  • It is now possible to inject globals when used outside IPython (#80, via contribution by
    Hugo Lapré
    ). For example, version numbers of imported packages can now be obtained as follows:
import numpy
import watermark.watermark as watermark


watermark(iversions=True, globals_=globals())