Skip to content

Releases: artste/testcell

0.0.8

08 Nov 14:58

Choose a tag to compare

What's Changed

  • Add input/output parameter syntax for explicit dependency management by @artste in #11

Full Changelog: 0.0.7...0.0.8

0.0.7

04 Nov 09:50

Choose a tag to compare

What's Changed

  • FEAT: syntax highlight when displaying source code. by @artste in #9
  • Feat skip and banner by @artste in #10

Full Changelog: 0.0.6...0.0.7

0.0.6

29 May 07:58
66d1ab9

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

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

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

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

Choose a tag to compare

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