Skip to content

Releases: hmiladhia/nbmanips

v2.1.3

05 Feb 15:08
Compare
Choose a tag to compare
🐛 Fix yaml typo

v2.1.2

25 Dec 21:32
Compare
Choose a tag to compare

What's Changed

  • ⬆️ Add support for nbconvert 7.0.0 and above by @hmiladhia in #21

Full Changelog: v2.1.1...v2.1.2

v2.1.1

25 Dec 20:35
Compare
Choose a tag to compare
  • Drop support for python 3.8
  • Make slightly faster

v2.1.0

29 Feb 00:20
Compare
Choose a tag to compare
  • Dropped support for Python 3.6 and 3.7
  • Added support for Python 3.11 and 3.12
  • fix packaging ( dependency specifiers )

v2.0.1

13 Oct 19:03
5245da2
Compare
Choose a tag to compare

🐛 Fix package setup script (add missing sub-packages)

v2.0.0

08 Oct 23:42
420f3f8
Compare
Choose a tag to compare

♻️ imrove project structure & performance

v1.4.0

13 Sep 17:27
1867b40
Compare
Choose a tag to compare

Features

  • image attchments support in markdown Cells

v1.3.1

24 Feb 20:44
2e08261
Compare
Choose a tag to compare
  • New lines / Bug fixes

v1.3.0

30 Jan 15:00
1d7f31d
Compare
Choose a tag to compare
  • Added Split
  • Added Table of Contents Generation
  • Added empty Notebook
  • added tag and html tag selectors

v1.2.2: Merge pull request #6 from hmiladhia/feature/select

19 Jan 23:58
a03c431
Compare
Choose a tag to compare

Changes

  • Changed selector architecture
  • Added __and__, __or__ and __invert__ operations to notebook for easier selection
  • added truncate option to show command