Skip to content

Releases: softnanolab/softnanotools

Release Version 0.7.0

28 Mar 23:13
3157339
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.2...v0.7.0

Release Version 0.6.2

29 Feb 16:55
99aa730
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.1...v0.6.2

Release Version 0.6.1

20 Feb 14:36
6574c4d
Compare
Choose a tag to compare

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

20 Feb 14:26
5d76956
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.1...v0.6.0

Release Version 0.5.1

18 Jul 07:29
aa549fd
Compare
Choose a tag to compare

v0.5.1

What's Changed

Full Changelog: v0.5.0...v0.5.1

Release Version 0.5.0

28 Apr 15:26
aae2ae4
Compare
Choose a tag to compare

v0.5.0

Some fixes were implemented from v0.4.x around project generation.

What's Changed

New Contributors

Full Changelog: v0.4.2...v0.5.0

Release Version 0.4.2

28 Apr 00:40
Compare
Choose a tag to compare

#v0.4.2

Full Changelog: v0.4.1...v0.4.2

Release Version 0.4.1

28 Apr 00:37
b5fb3d7
Compare
Choose a tag to compare

v0.4.1

What's Changed

Full Changelog: v0.4.0...v0.4.1

Release Version 0.4.0

28 Apr 00:26
6fde87b
Compare
Choose a tag to compare

#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 via pre-commit
  • Automatically use pip install -e . on the new project so that it is available for import immediately

What's Changed

Full Changelog: v0.3.6...v0.4.0

Release Version 0.3.6

06 Dec 17:38
7a37724
Compare
Choose a tag to compare

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

Full Changelog: v0.3.5...v0.3.6