Releases: softnanolab/softnanotools
Releases · softnanolab/softnanotools
Release Version 0.7.0
Release Version 0.6.2
What's Changed
- Elongate docstring for formatter by @shanilpanara in #39
Full Changelog: v0.6.1...v0.6.2
Release Version 0.6.1
What's Changed
- Support for Python 3.12 confirmed
- Deployment patch for v0.6.0 -> v0.6.1 by @debeshmandal in #37
Full Changelog: v0.6.0...v0.6.1
Release Version 0.6.0
What's Changed
- Dev 0.6.0 by @debeshmandal in #35
- Merge v0.6.0 Development into Production by @debeshmandal in #36
Full Changelog: v0.5.1...v0.6.0
Release Version 0.5.1
v0.5.1
What's Changed
- Add error and exception customisation to logger by @debeshmandal in #33
Full Changelog: v0.5.0...v0.5.1
Release Version 0.5.0
v0.5.0
Some fixes were implemented from v0.4.x around project generation.
What's Changed
- Fix softnanotools.generate "project" errors by @shanilpanara in #23
New Contributors
- @shanilpanara made their first contribution in #23
Full Changelog: v0.4.2...v0.5.0
Release Version 0.4.2
#v0.4.2
Full Changelog: v0.4.1...v0.4.2
Release Version 0.4.1
v0.4.1
What's Changed
- Fix bug to include asset templates by @debeshmandal in #20
Full Changelog: v0.4.0...v0.4.1
Release Version 0.4.0
#v0.4.0
Extended generate script to generate entire projects
softnanotools.generate project example [--pre-commit] [--pip-install]
Includes new key features:
- Generate projects
- Automatically
git init
the project - Automatically use
ruff
in CI and also optionally viapre-commit
- Automatically use
pip install -e .
on the new project so that it is available for import immediately
What's Changed
- Update documentation string by @debeshmandal in #13
- File Generator by @debeshmandal in #17
- Generate sphinx documentation + CI build by @debeshmandal in #18
- Project Generation by @debeshmandal in #19
Full Changelog: v0.3.6...v0.4.0
Release Version 0.3.6
v0.3.6
Added generate script and module functionality, including from a CLI
$ softnanotools.generate script example.py
$ softnanotools.generate module example.py
What's Changed
- Generate by @debeshmandal in #12
Full Changelog: v0.3.5...v0.3.6