Recent Releases of nbproject
nbproject - Release 0.11.1
See https://docs.lamin.ai/changelog
What's Changed
- 🚸 Error for nbconvert if
--inplaceis not passed by @falexwolf in https://github.com/laminlabs/nbproject/pull/289
Full Changelog: https://github.com/laminlabs/nbproject/compare/0.11.0...0.11.1
- Python
Published by falexwolf about 1 year ago
nbproject - Release 0.11.0
See https://docs.lamin.ai/changelog
What's Changed
- 🚸 Support inferring notebook path when executed through nbconvert by @falexwolf in https://github.com/laminlabs/nbproject/pull/288
Full Changelog: https://github.com/laminlabs/nbproject/compare/0.10.6...0.11.0
- Python
Published by falexwolf about 1 year ago
nbproject - Release 0.10.6
What's Changed
- 🐛 Fix
__vsc_ipynb_file__unaccessible throughget_ipython().user_nsin VS Code by @Koncopd in https://github.com/laminlabs/nbproject/pull/287
Full Changelog: https://github.com/laminlabs/nbproject/compare/0.10.5...0.10.6
- Python
Published by Koncopd over 1 year ago
nbproject - Release 0.10.5
See https://docs.lamin.ai/changelog
What's Changed
- 🐛 Account for cell source being a string by @Koncopd in https://github.com/laminlabs/nbproject/pull/286
Full Changelog: https://github.com/laminlabs/nbproject/compare/0.10.4...0.10.5
- Python
Published by Koncopd over 1 year ago
nbproject - Release 0.10.4
What's Changed
- ⬆️ Upgrade to pydantic v2 by @falexwolf in https://github.com/laminlabs/nbproject/pull/284
Full Changelog: https://github.com/laminlabs/nbproject/compare/0.10.3...0.10.4
- Python
Published by falexwolf almost 2 years ago
nbproject - Release 0.10.3
What's Changed
- ⚡️ Warn instead of raising the exception when ipylab is not installed by @Koncopd in https://github.com/laminlabs/nbproject/pull/283
Full Changelog: https://github.com/laminlabs/nbproject/compare/0.10.2...0.10.3
- Python
Published by Koncopd about 2 years ago
nbproject - Release 0.10.2
What's Changed
- ♻️ Make ipylab an optional dependency by @falexwolf in https://github.com/laminlabs/nbproject/pull/282
Full Changelog: https://github.com/laminlabs/nbproject/compare/0.10.1...0.10.2
- Python
Published by falexwolf about 2 years ago
nbproject - Release 0.10.1
What's Changed
- 🔇 Silence erroneous logging by @falexwolf in https://github.com/laminlabs/nbproject/pull/279
Full Changelog: https://github.com/laminlabs/nbproject/compare/0.10.0...0.10.1
- Python
Published by falexwolf over 2 years ago
nbproject - Release 0.10.0
What's Changed
- :memo: Fix image link by @falexwolf in https://github.com/laminlabs/nbproject/pull/271
- 🩹 Account for empty notebook in consecutiveness check by @falexwolf in https://github.com/laminlabs/nbproject/pull/272
- Ruff and 3.11 by @Zethson in https://github.com/laminlabs/nbproject/pull/276
- Improve error message when empty notebook is passed by @Zethson in https://github.com/laminlabs/nbproject/pull/275
- 🚸 Init version at 1 and also stop auto-bumping version in CLI by @falexwolf in https://github.com/laminlabs/nbproject/pull/277
New Contributors
- @Zethson made their first contribution in https://github.com/laminlabs/nbproject/pull/276
Full Changelog: https://github.com/laminlabs/nbproject/compare/0.9.2...0.10.0
- Python
Published by falexwolf over 2 years ago
nbproject - 0.9.0
What's Changed
- ➖ Remove nbproject-test from dependencies by @Koncopd in https://github.com/laminlabs/nbproject/pull/262
- 🦺 Safer parsing during initialization by @Koncopd in https://github.com/laminlabs/nbproject/pull/266
- 🩹 Try to get vs code path first by @Koncopd in https://github.com/laminlabs/nbproject/pull/267
- 📝 Position nbproject by @falexwolf in https://github.com/laminlabs/nbproject/pull/264
- ♻️ Remove loguru-dependent call, expand
metadata_onlyreturn signature by @falexwolf in https://github.com/laminlabs/nbproject/pull/268
Full Changelog: https://github.com/laminlabs/nbproject/compare/0.8.6...0.9.0
- Python
Published by sunnyosun almost 3 years ago
nbproject - 0.8.0
What's Changed
- 💄 Fix PyPI badge color & change badge order by @falexwolf in https://github.com/laminlabs/nbproject/pull/242
- 🚚 Rename version 'draft' to '0' by @falexwolf in https://github.com/laminlabs/nbproject/pull/243
- 🚸 Do no longer auto-bump
versionuponpublish()by @falexwolf in https://github.com/laminlabs/nbproject/pull/244
Full Changelog: https://github.com/laminlabs/nbproject/compare/0.7.0...0.8.0
- Python
Published by falexwolf over 3 years ago
nbproject - 0.5.4
What's Changed
- :memo: Expand some docstrings. by @Koncopd in https://github.com/laminlabs/nbproject/pull/235
- :sparkles: Allow setting nbproject
envvia environment variable by @Koncopd in https://github.com/laminlabs/nbproject/pull/236 - ♻️ Refactor publish by @falexwolf in https://github.com/laminlabs/nbproject/pull/237
Full Changelog: https://github.com/laminlabs/nbproject/compare/0.5.3...0.5.4
- Python
Published by falexwolf over 3 years ago
nbproject - 0.5.3
What's Changed
- :truck: Rename tutorials to guide, guides to FAQ by @falexwolf in https://github.com/laminlabs/nbproject/pull/230
- :memo: Strip newline from title by @falexwolf in https://github.com/laminlabs/nbproject/pull/234
Full Changelog: https://github.com/laminlabs/nbproject/compare/0.5.2...0.5.3
- Python
Published by falexwolf over 3 years ago
nbproject - 0.5.2
What's Changed
- 📝 Make a setup guide by @falexwolf in https://github.com/laminlabs/nbproject/pull/226
- 🎨 Strip quickstart output, upgrade
nbproject_testby @falexwolf in https://github.com/laminlabs/nbproject/pull/227 - 🩹 Identify VS Code as an environment by @Koncopd in https://github.com/laminlabs/nbproject/pull/228
- 📝 Add GitHub stars to docs by @falexwolf in https://github.com/laminlabs/nbproject/pull/229
Full Changelog: https://github.com/laminlabs/nbproject/compare/0.5.1...0.5.2
- Python
Published by Koncopd almost 4 years ago
nbproject - 0.5.1
What's Changed
- 🚸 Additional warnings and safety features by @Koncopd in https://github.com/laminlabs/nbproject/pull/220
- 📝 Installation instructions and other things by @Koncopd in https://github.com/laminlabs/nbproject/pull/225
Full Changelog: https://github.com/laminlabs/nbproject/compare/0.5.0...0.5.1
- Python
Published by Koncopd almost 4 years ago
nbproject - 0.5.0
What's Changed
- ♻️ Refactor exposure of
infer_pypackagesby @falexwolf in https://github.com/laminlabs/nbproject/pull/206 - :memo: Add gif to quickstart by @falexwolf in https://github.com/laminlabs/nbproject/pull/208
- 📝 Polish
basic-metadataandupdate-metadatatutorials by @falexwolf in https://github.com/laminlabs/nbproject/pull/209 - 🔥 Switched logger to use lamin-logger by @sunnyosun in https://github.com/laminlabs/nbproject/pull/210
- :adhesive_bandage: Safer interactive header update on initialization by @Koncopd in https://github.com/laminlabs/nbproject/pull/211
- ⬆️ Upgrade to logger 0.1.1 & polish quickstart by @falexwolf in https://github.com/laminlabs/nbproject/pull/212
- :recycle: Clean up code by @Koncopd in https://github.com/laminlabs/nbproject/pull/215
- :sparkles: Add interactivity for classic jupyter notebooks by @Koncopd in https://github.com/laminlabs/nbproject/pull/219
Full Changelog: https://github.com/laminlabs/nbproject/compare/0.4.5...0.5.0
- Python
Published by falexwolf almost 4 years ago