Releases: deathbeds/importnb
Releases · deathbeds/importnb
Python 3.12 compatability
What's Changed
- top-level await async support (+ docstrings) by @tonyfast in #139
- introduce an entry points interface for loading modules by @tonyfast in #140
- make the module type configurable by @tonyfast in #141
- drop 3.7 add 3.12 by @tonyfast @bollwyvl in #142
- fix pypi test release by @tonyfast in #145
Full Changelog: 2022.10.24...2023.11.1
long needed maintainenance
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.
importnb v0.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
importnb v0.7.0 debug
Testing the release on github actions
importnb v0.7.0
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.
Importnb for pytest > 6
Adds the correct api for working with pytest 6.0 for testing notebooks.
Python 3.8 release update
0.6.1 Update _version.py
Importnb for python 3.8
- Update importnb to work with Python 3.8 nightly builds
- Make parameterize optional
- Remove the notebooks sources.
Late night releases == early re-releases
0.5.5 Bump version and Remove monotonic condition
Restart and run all or it didn't happen, with notebooks only
0.5.4 Update _version.py