Releases: a2i2/surround
Releases · a2i2/surround
Version 0.0.12
- New data splitting tool
surround split
- New classification visualiser tool
surround viz
- Add
surround run jupyter
task to generated projects which starts a notebook container - Fix configuration file not being loaded automatically
- Add finaliser stage to Assembler, which will be ran at the end of the pipeline regardless if it was successful
- Load configuration from anywhere using the
auto_load=True
argument inConfig
constructor - Support multiple assemblies and runners
- Use builder pattern to create assemblers
- Rename
BatchRunner
toFileSystemRunner
in generated projects - Simplify running process, load data only, hide running method in generated projects
- Rename
SurroundData
toState
- Rename
Stage
's methodinit_stage
toinitialise
- Rename
data/
folder toinput/
in generated projects - Rename config["data_path"] to config["input_path"]
- Rename config property
data_path
toinput_path
- Add
trainLocal
,batchLocal
andwebLocal
tasks - Load project's
config.yaml
by default - Windows Support (more fixes than previous release)
- Support underscores in project names
- Add type hints to the codebase
- Add
--version
flag to the Surround command-line tool - Retrieve package version from
__version__
Version 0.0.11
- Fix release regex to support more than 9 sub version
Version 0.0.10
- New Documentation + Website
- Fix dodo.py to override default values for the Docker image name
Version 0.0.9
- Introduce assembler
- Replace wrapper with runners
- Add more running tasks (train, batch, web)
- Support running dodo on windows machines
- Minor code cleaning
Version 0.0.8
- FIX: Store the package path and use that to read project config
Version 0.0.7
- Made Sphinx a development dependency
- Getting the version of Surround dynamically
- Enabled internal logging in run as web
- Added task to remove the built docker image
- Upload.html is part of a Surround
- Updated BaseRemote Interface
- Updated AllowedTypes to support just JSON and File
- Upload endpoint for web is only provided when selected type is FILE
- Read the Wrapper class from Config
- Run surround from any project sub-dir
Version 0.0.6
- Fixes a bug where the request body was not getting sent to the wrapper class.
- Fixes a bug where the web runner was not returning JSON.
- Generate a more complete config.yaml file for Surround projects.
Version 0.0.5
Docker fixes
Version 0.0.4
Docker Support
Version 0.0.3
- Auto Docs
- Web Runner
- CLI Tests
- Data Management