Skip to content

Releases: murphyqm/python-project-template

v0.1.2

07 Oct 13:09
b5de3a8
Compare
Choose a tag to compare

Updated devcontainer to remove bug-prone miniforge feature; instead include manual install. Bash file must be sourced to activate conda; instructions added to README.md.

Jupyter support with Jupytext added, along with instructions to use.

What's Changed

Full Changelog: v0.1.1...v0.1.2

Updated Readme file and extensions

02 Oct 16:25
cdc18e4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.1.0...v0.1.1

Alternative release that doesn't use rocker miniforge image

02 Oct 16:05
6f05dd2
Compare
Choose a tag to compare

If the codespace being generated launches in recovery mode due to errors using the "features" tag to pull in miniforge
via rocker, use this branch instead.

Full Changelog: 0.1.0...0.1.1-beta

v0.1.0: Initial Release

05 Jul 16:33
2014027
Compare
Choose a tag to compare

Fully-featured template to launch a miniforge-ready devcontainer, with tools and tips for developing a Python package.