What's Changed * top-level await async support (+ docstrings) by tonyfast in https://github.com/deathbeds/importnb/pull/139 * introduce an entry points interface for loading modules by tonyfast in https://github.com/deathbeds/importnb/pull/140 * make the module type configurable by tonyfast in https://github.com/deathbeds/importnb/pull/141 * drop 3.7 add 3.12 by tonyfast bollwyvl in https://github.com/deathbeds/importnb/pull/142 * fix pypi test release by tonyfast in https://github.com/deathbeds/importnb/pull/145
importnb has been supporting a wide version range of python. in this version we add a lot of modern affordances to importnb. in doing so we reduced a lot of the developer complexity and module complexity.
* builds and development tasks are covered by `hatch`. thanks to ofek * docs are covered by `mkdocs` * we have test releases on pypi legacy and releases to pypi main.
0.7.0
* Tests on python-version: [3.6, 3.7, 3.8, 3.9, pypy3] and drops support for older pythons. * I moved to github actions. RIP travis * Add support ipy file extensions. * improve paramterization support
0.7.0rc1
Testing the release on github actions
0.7.0rc0
Tests on `python-version: [3.6, 3.7, 3.8, 3.9, pypy3]` and drops support for older pythons. CI moved to github actions. RIP travis Add support ipy file extensions.
0.6.2
Adds the correct api for working with pytest 6.0 for testing notebooks.