Releases: koi-learning/koi-core
Releases · koi-learning/koi-core
Release v0.4.6-rc9
Changelog
0.3
- Added proxies for users and access objects
- Added tests for user access
- changed the transfer protocol for request_mock to http, as requests does not support url parameters with custom url schemes
- fixed some minor code smells
0.3.1 -0.3.3
- fixed a major bug when accessing roles
- more bug fixes for role access
0.3.4
- added support for additional files in model zip files
- unified the code loaders for remote and local code
0.3.5
- multiple RunableInstances can be used (when using a command from the control namespace the number of allowed instances is now an optional parameter)
0.3.6
- added missing check for user id in "has_role"
- fixed tests for role management
0.3.7
- added "last_modified" field to instances and models --> This needs koi_api version to be 0.3.3+!
0.3.8
- made koi_core compatible with Python3.6
- added tagged releases on github
0.3.9
- fixed the persistence functions
- using UUID as id for every object as hash() is salted for strings since Py3.3
0.4
- added
is_koi_reachable(base_url: str)
- added
try_create_api_object_pool(...)
0.4.1
- removed setup.py
- added pyproject.toml
- use of entrypoints instead of scripts
0.4.2
- changed some dt.now() to dt.utcnow()
- removed obsolete koi-worper.py from root directory
0.4.3
- removed old python version from CI
- overhauled the docker scripts
- added tagged builds for docker
- register docker containers in github registry
0.4.4
- removed unwanted 'continue' from koi-worker; added explicit cast for wait time
0.4.5
- force a reconnect even of status variable indicates we are online
0.4.6
- optionally skip the caching of new samples, usefull if we just want to send them and never consume or read back.
- added optional sleep time for instances that just changed, this prevents premature training of instances while someone else is writing to them#
Release v0.4.6-rc8
Changelog
0.3
- Added proxies for users and access objects
- Added tests for user access
- changed the transfer protocol for request_mock to http, as requests does not support url parameters with custom url schemes
- fixed some minor code smells
0.3.1 -0.3.3
- fixed a major bug when accessing roles
- more bug fixes for role access
0.3.4
- added support for additional files in model zip files
- unified the code loaders for remote and local code
0.3.5
- multiple RunableInstances can be used (when using a command from the control namespace the number of allowed instances is now an optional parameter)
0.3.6
- added missing check for user id in "has_role"
- fixed tests for role management
0.3.7
- added "last_modified" field to instances and models --> This needs koi_api version to be 0.3.3+!
0.3.8
- made koi_core compatible with Python3.6
- added tagged releases on github
0.3.9
- fixed the persistence functions
- using UUID as id for every object as hash() is salted for strings since Py3.3
0.4
- added
is_koi_reachable(base_url: str)
- added
try_create_api_object_pool(...)
0.4.1
- removed setup.py
- added pyproject.toml
- use of entrypoints instead of scripts
0.4.2
- changed some dt.now() to dt.utcnow()
- removed obsolete koi-worper.py from root directory
0.4.3
- removed old python version from CI
- overhauled the docker scripts
- added tagged builds for docker
- register docker containers in github registry
0.4.4
- removed unwanted 'continue' from koi-worker; added explicit cast for wait time
0.4.5
- force a reconnect even of status variable indicates we are online
0.4.6
- optionally skip the caching of new samples, usefull if we just want to send them and never consume or read back.
- added optional sleep time for instances that just changed, this prevents premature training of instances while someone else is writing to them#
Release v0.4.6-rc7
Changelog
0.3
- Added proxies for users and access objects
- Added tests for user access
- changed the transfer protocol for request_mock to http, as requests does not support url parameters with custom url schemes
- fixed some minor code smells
0.3.1 -0.3.3
- fixed a major bug when accessing roles
- more bug fixes for role access
0.3.4
- added support for additional files in model zip files
- unified the code loaders for remote and local code
0.3.5
- multiple RunableInstances can be used (when using a command from the control namespace the number of allowed instances is now an optional parameter)
0.3.6
- added missing check for user id in "has_role"
- fixed tests for role management
0.3.7
- added "last_modified" field to instances and models --> This needs koi_api version to be 0.3.3+!
0.3.8
- made koi_core compatible with Python3.6
- added tagged releases on github
0.3.9
- fixed the persistence functions
- using UUID as id for every object as hash() is salted for strings since Py3.3
0.4
- added
is_koi_reachable(base_url: str)
- added
try_create_api_object_pool(...)
0.4.1
- removed setup.py
- added pyproject.toml
- use of entrypoints instead of scripts
0.4.2
- changed some dt.now() to dt.utcnow()
- removed obsolete koi-worper.py from root directory
0.4.3
- removed old python version from CI
- overhauled the docker scripts
- added tagged builds for docker
- register docker containers in github registry
0.4.4
- removed unwanted 'continue' from koi-worker; added explicit cast for wait time
0.4.5
- force a reconnect even of status variable indicates we are online
0.4.6
- optionally skip the caching of new samples, usefull if we just want to send them and never consume or read back.
- added optional sleep time for instances that just changed, this prevents premature training of instances while someone else is writing to them#
Release v0.4.6-rc6
Changelog
0.3
- Added proxies for users and access objects
- Added tests for user access
- changed the transfer protocol for request_mock to http, as requests does not support url parameters with custom url schemes
- fixed some minor code smells
0.3.1 -0.3.3
- fixed a major bug when accessing roles
- more bug fixes for role access
0.3.4
- added support for additional files in model zip files
- unified the code loaders for remote and local code
0.3.5
- multiple RunableInstances can be used (when using a command from the control namespace the number of allowed instances is now an optional parameter)
0.3.6
- added missing check for user id in "has_role"
- fixed tests for role management
0.3.7
- added "last_modified" field to instances and models --> This needs koi_api version to be 0.3.3+!
0.3.8
- made koi_core compatible with Python3.6
- added tagged releases on github
0.3.9
- fixed the persistence functions
- using UUID as id for every object as hash() is salted for strings since Py3.3
0.4
- added
is_koi_reachable(base_url: str)
- added
try_create_api_object_pool(...)
0.4.1
- removed setup.py
- added pyproject.toml
- use of entrypoints instead of scripts
0.4.2
- changed some dt.now() to dt.utcnow()
- removed obsolete koi-worper.py from root directory
0.4.3
- removed old python version from CI
- overhauled the docker scripts
- added tagged builds for docker
- register docker containers in github registry
0.4.4
- removed unwanted 'continue' from koi-worker; added explicit cast for wait time
0.4.5
- force a reconnect even of status variable indicates we are online
0.4.6
- optionally skip the caching of new samples, usefull if we just want to send them and never consume or read back.
- added optional sleep time for instances that just changed, this prevents premature training of instances while someone else is writing to them#
Release v0.4.6-rc5
Changelog
0.3
- Added proxies for users and access objects
- Added tests for user access
- changed the transfer protocol for request_mock to http, as requests does not support url parameters with custom url schemes
- fixed some minor code smells
0.3.1 -0.3.3
- fixed a major bug when accessing roles
- more bug fixes for role access
0.3.4
- added support for additional files in model zip files
- unified the code loaders for remote and local code
0.3.5
- multiple RunableInstances can be used (when using a command from the control namespace the number of allowed instances is now an optional parameter)
0.3.6
- added missing check for user id in "has_role"
- fixed tests for role management
0.3.7
- added "last_modified" field to instances and models --> This needs koi_api version to be 0.3.3+!
0.3.8
- made koi_core compatible with Python3.6
- added tagged releases on github
0.3.9
- fixed the persistence functions
- using UUID as id for every object as hash() is salted for strings since Py3.3
0.4
- added
is_koi_reachable(base_url: str)
- added
try_create_api_object_pool(...)
0.4.1
- removed setup.py
- added pyproject.toml
- use of entrypoints instead of scripts
0.4.2
- changed some dt.now() to dt.utcnow()
- removed obsolete koi-worper.py from root directory
0.4.3
- removed old python version from CI
- overhauled the docker scripts
- added tagged builds for docker
- register docker containers in github registry
0.4.4
- removed unwanted 'continue' from koi-worker; added explicit cast for wait time
0.4.5
- force a reconnect even of status variable indicates we are online
0.4.6
- optionally skip the caching of new samples, usefull if we just want to send them and never consume or read back.
- added optional sleep time for instances that just changed, this prevents premature training of instances while someone else is writing to them#
Release v0.4.6-rc4
Changelog
0.3
- Added proxies for users and access objects
- Added tests for user access
- changed the transfer protocol for request_mock to http, as requests does not support url parameters with custom url schemes
- fixed some minor code smells
0.3.1 -0.3.3
- fixed a major bug when accessing roles
- more bug fixes for role access
0.3.4
- added support for additional files in model zip files
- unified the code loaders for remote and local code
0.3.5
- multiple RunableInstances can be used (when using a command from the control namespace the number of allowed instances is now an optional parameter)
0.3.6
- added missing check for user id in "has_role"
- fixed tests for role management
0.3.7
- added "last_modified" field to instances and models --> This needs koi_api version to be 0.3.3+!
0.3.8
- made koi_core compatible with Python3.6
- added tagged releases on github
0.3.9
- fixed the persistence functions
- using UUID as id for every object as hash() is salted for strings since Py3.3
0.4
- added
is_koi_reachable(base_url: str)
- added
try_create_api_object_pool(...)
0.4.1
- removed setup.py
- added pyproject.toml
- use of entrypoints instead of scripts
0.4.2
- changed some dt.now() to dt.utcnow()
- removed obsolete koi-worper.py from root directory
0.4.3
- removed old python version from CI
- overhauled the docker scripts
- added tagged builds for docker
- register docker containers in github registry
0.4.4
- removed unwanted 'continue' from koi-worker; added explicit cast for wait time
0.4.5
- force a reconnect even of status variable indicates we are online
0.4.6
- optionally skip the caching of new samples, usefull if we just want to send them and never consume or read back.
- added optional sleep time for instances that just changed, this prevents premature training of instances while someone else is writing to them#
Release v0.4.6-rc3
Changelog
0.3
- Added proxies for users and access objects
- Added tests for user access
- changed the transfer protocol for request_mock to http, as requests does not support url parameters with custom url schemes
- fixed some minor code smells
0.3.1 -0.3.3
- fixed a major bug when accessing roles
- more bug fixes for role access
0.3.4
- added support for additional files in model zip files
- unified the code loaders for remote and local code
0.3.5
- multiple RunableInstances can be used (when using a command from the control namespace the number of allowed instances is now an optional parameter)
0.3.6
- added missing check for user id in "has_role"
- fixed tests for role management
0.3.7
- added "last_modified" field to instances and models --> This needs koi_api version to be 0.3.3+!
0.3.8
- made koi_core compatible with Python3.6
- added tagged releases on github
0.3.9
- fixed the persistence functions
- using UUID as id for every object as hash() is salted for strings since Py3.3
0.4
- added
is_koi_reachable(base_url: str)
- added
try_create_api_object_pool(...)
0.4.1
- removed setup.py
- added pyproject.toml
- use of entrypoints instead of scripts
0.4.2
- changed some dt.now() to dt.utcnow()
- removed obsolete koi-worper.py from root directory
0.4.3
- removed old python version from CI
- overhauled the docker scripts
- added tagged builds for docker
- register docker containers in github registry
0.4.4
- removed unwanted 'continue' from koi-worker; added explicit cast for wait time
0.4.5
- force a reconnect even of status variable indicates we are online
0.4.6
- optionally skip the caching of new samples, usefull if we just want to send them and never consume or read back.
- added optional sleep time for instances that just changed, this prevents premature training of instances while someone else is writing to them#
Release v0.4.6-rc2
Changelog
0.3
- Added proxies for users and access objects
- Added tests for user access
- changed the transfer protocol for request_mock to http, as requests does not support url parameters with custom url schemes
- fixed some minor code smells
0.3.1 -0.3.3
- fixed a major bug when accessing roles
- more bug fixes for role access
0.3.4
- added support for additional files in model zip files
- unified the code loaders for remote and local code
0.3.5
- multiple RunableInstances can be used (when using a command from the control namespace the number of allowed instances is now an optional parameter)
0.3.6
- added missing check for user id in "has_role"
- fixed tests for role management
0.3.7
- added "last_modified" field to instances and models --> This needs koi_api version to be 0.3.3+!
0.3.8
- made koi_core compatible with Python3.6
- added tagged releases on github
0.3.9
- fixed the persistence functions
- using UUID as id for every object as hash() is salted for strings since Py3.3
0.4
- added
is_koi_reachable(base_url: str)
- added
try_create_api_object_pool(...)
0.4.1
- removed setup.py
- added pyproject.toml
- use of entrypoints instead of scripts
0.4.2
- changed some dt.now() to dt.utcnow()
- removed obsolete koi-worper.py from root directory
0.4.3
- removed old python version from CI
- overhauled the docker scripts
- added tagged builds for docker
- register docker containers in github registry
0.4.4
- removed unwanted 'continue' from koi-worker; added explicit cast for wait time
0.4.5
- force a reconnect even of status variable indicates we are online
0.4.6
- optionally skip the caching of new samples, usefull if we just want to send them and never consume or read back.
- added optional sleep time for instances that just changed, this prevents premature training of instances while someone else is writing to them#
Release v0.4.6-rc1
Changelog
0.3
- Added proxies for users and access objects
- Added tests for user access
- changed the transfer protocol for request_mock to http, as requests does not support url parameters with custom url schemes
- fixed some minor code smells
0.3.1 -0.3.3
- fixed a major bug when accessing roles
- more bug fixes for role access
0.3.4
- added support for additional files in model zip files
- unified the code loaders for remote and local code
0.3.5
- multiple RunableInstances can be used (when using a command from the control namespace the number of allowed instances is now an optional parameter)
0.3.6
- added missing check for user id in "has_role"
- fixed tests for role management
0.3.7
- added "last_modified" field to instances and models --> This needs koi_api version to be 0.3.3+!
0.3.8
- made koi_core compatible with Python3.6
- added tagged releases on github
0.3.9
- fixed the persistence functions
- using UUID as id for every object as hash() is salted for strings since Py3.3
0.4
- added
is_koi_reachable(base_url: str)
- added
try_create_api_object_pool(...)
0.4.1
- removed setup.py
- added pyproject.toml
- use of entrypoints instead of scripts
0.4.2
- changed some dt.now() to dt.utcnow()
- removed obsolete koi-worper.py from root directory
0.4.3
- removed old python version from CI
- overhauled the docker scripts
- added tagged builds for docker
- register docker containers in github registry
0.4.4
- removed unwanted 'continue' from koi-worker; added explicit cast for wait time
0.4.5
- force a reconnect even of status variable indicates we are online
0.4.6
- optionally skip the caching of new samples, usefull if we just want to send them and never consume or read back.
- added optional sleep time for instances that just changed, this prevents premature training of instances while someone else is writing to them#
Release v0.4.5
Changelog
0.3
- Added proxies for users and access objects
- Added tests for user access
- changed the transfer protocol for request_mock to http, as requests does not support url parameters with custom url schemes
- fixed some minor code smells
0.3.1 -0.3.3
- fixed a major bug when accessing roles
- more bug fixes for role access
0.3.4
- added support for additional files in model zip files
- unified the code loaders for remote and local code
0.3.5
- multiple RunableInstances can be used (when using a command from the control namespace the number of allowed instances is now an optional parameter)
0.3.6
- added missing check for user id in "has_role"
- fixed tests for role management
0.3.7
- added "last_modified" field to instances and models --> This needs koi_api version to be 0.3.3+!
0.3.8
- made koi_core compatible with Python3.6
- added tagged releases on github
0.3.9
- fixed the persistence functions
- using UUID as id for every object as hash() is salted for strings since Py3.3
0.4
- added
is_koi_reachable(base_url: str)
- added
try_create_api_object_pool(...)
0.4.1
- removed setup.py
- added pyproject.toml
- use of entrypoints instead of scripts
0.4.2
- changed some dt.now() to dt.utcnow()
- removed obsolete koi-worper.py from root directory
0.4.3
- removed old python version from CI
- overhauled the docker scripts
- added tagged builds for docker
- register docker containers in github registry
0.4.4
- removed unwanted 'continue' from koi-worker; added explicit cast for wait time
0.4.5
- force a reconnect even of status variable indicates we are online