Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 766 Bytes

CHANGELOG.rst

File metadata and controls

33 lines (21 loc) · 766 Bytes

Changelog

Version 1.1.2

  • #56 Add "random" package to lazy imports

Version 1.1.1

  • #49 disable non-jupyter console from being polluted with lazy import print statements.

Version 1.1.0

  • import statements are now automatically added to the first CODE cell when a package is used in the notebook

Version 1.0.0

  • import statements are now automatically added to the first cell when a package is used in the notebook

Version 0.1.4

  • Users can now add own lazy imports by writing their import statements to ~/.pyforest/user_imports.py.

Version 0.1

  • Initial implementation