- Removed templating - Added support for Python 3.12 - Dropped support for Python 3.8
0.4.2
- Replace pandas append function with concat - Pin minimum version of `imageio`
0.4.0
- Removed support for Python 3.7 - Added support for Python 3.10 and Python 3.11 - Added `pip-tools` to manage dependencies, if you want to add any dependencies to your templated container you will need to update the generated `requirements.in` and then run `pip-compile`
0.3.1
- Added parameters to docker run commands to better reflect how containers are executed
0.3.0
- Removed Windows batch files, please use WSL2 instead - Fixed CLI with click 8.0 - Updated templated containers to use Python 3.9 and latest libraries - Added support for Python 3.9 - Dropped support for Python 3.6