Skip to content

Releases: artste/testcell

0.0.6

29 May 07:58
66d1ab9
Compare
Choose a tag to compare

What's Changed

  • FIX: updated index with links to doc and PYPI. by @artste in #5
  • Feat use return instead of display by @artste in #6
  • FEAT: added colab demo to README by @artste in #7
  • DOC: kaggle sample notebook by @artste in #8

Full Changelog: 0.0.5...0.0.6

0.0.5

14 May 22:08
2c55f78
Compare
Choose a tag to compare

What's Changed

  • deal with del, assert and other statements by @artste in #4

Full Changelog: 0.0.4...0.0.5

0.0.4

13 May 16:05
747712c
Compare
Choose a tag to compare

What's Changed

  • functions definitions inside cell by @artste in #3

Full Changelog: 0.0.3...0.0.4

0.0.3

13 May 14:41
2a61b0e
Compare
Choose a tag to compare

What's Changed

  • fixed an issue with namespaces that prevents to properly deal with cells where the last line was like this my_class.my_property
  • noglobals and testcelln: support for noglobals option and shortcut %%testcelln

Full Changelog: 0.0.1...0.0.3

Initial version

07 May 16:11
Compare
Choose a tag to compare

This is the initial version that introduces the basic functionalities of %%testcell.