Skip to content

Releases: a2i2/surround

Version 0.0.12

02 Oct 01:53
eac81ae
Compare
Choose a tag to compare
  • 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 in Config constructor
  • Support multiple assemblies and runners
  • Use builder pattern to create assemblers
  • Rename BatchRunner to FileSystemRunner in generated projects
  • Simplify running process, load data only, hide running method in generated projects
  • Rename SurroundData to State
  • Rename Stage's method init_stage to initialise
  • Rename data/ folder to input/ in generated projects
  • Rename config["data_path"] to config["input_path"]
  • Rename config property data_path to input_path
  • Add trainLocal, batchLocal and webLocal 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

28 Jun 07:05
8a925e9
Compare
Choose a tag to compare
  • Fix release regex to support more than 9 sub version

Version 0.0.10

28 Jun 06:49
d5bf38a
Compare
Choose a tag to compare
  • New Documentation + Website
  • Fix dodo.py to override default values for the Docker image name

Version 0.0.9

11 Jun 05:42
c71e423
Compare
Choose a tag to compare
  • 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

31 May 01:25
7bbe593
Compare
Choose a tag to compare
  • FIX: Store the package path and use that to read project config

Version 0.0.7

09 Apr 08:00
4a83de2
Compare
Choose a tag to compare
  • 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

21 Mar 12:19
03455f0
Compare
Choose a tag to compare
  • 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

20 Mar 02:39
8c05861
Compare
Choose a tag to compare

Docker fixes

Version 0.0.4

19 Mar 20:12
9035692
Compare
Choose a tag to compare

Docker Support

Version 0.0.3

19 Mar 00:33
4bc7272
Compare
Choose a tag to compare
  • Auto Docs
  • Web Runner
  • CLI Tests
  • Data Management