Skip to content

RoadmapΒΆ

Following is the list of core-features planned for the next releases, beside the ongoing improvement of the already existing features and code. Version v0.5.0 became too big for one release and so starting with v0.6.0 the feature-set for the coming release will become much smaller, in order to get faster releases

Version Release-Date Main-Tasks Release-Notes
v0.1.0 18.10.2022

- initial PoC Feature-set of the new as-a-service setup

- project split into 36 repositories

v0.1.0

v0.2.0 15.03.2023

merged all repositories into this one here to reduce the maintenace workload

- improved creation of cluster and tasks

- use protobuf to send payload

v0.2.0

v0.3.0 05.09.2023

- removded entire microservice-architecture again, because it produces too much unnecessary complexety

- big internal restructuring of the core

v0.3.0

v0.3.1

v0.3.2

v0.4.0 21.01.2024

- big internal restructuring of the core

- provide multi-threading for the core for more performance

- added python-SDK and more endpoints

v0.4.0

v0.4.1

v0.5.0 11.08.2024

- big internal restructuring of the core

- auto-scaling of internal neurons

- massive upgrade of the CI-pipline

- streaming of datasets in and out of the cluster while processing

v0.5.0

v0.6.0 11/2024

- auto-scaling of inputs and outputs based on the given data

- make cluster-templates completely optional

- bigger tests

-
v0.7.0 12/2024

- add upload and download of checkpoints

- add basic encryption for checkpoints

-
v0.8.0 @1/2024

- Outsource hardware related functions into new service fix permission-problems within container-setups

- connect InfluxDB as target for Measurement-Data

- Enable the scaling of the cpu-speed again

-
v0.9.0 Q2/2025

- Refactoring the old dashboard into a new version

-
v0.10.0 Q2/2025

- add support for PostgreSQL as Database

- add support for Keycloak for authentication

-
v0.11.0 Q3/2025

- Process for automatic version-updates of database-tables

- Base to handle different versions of datasets and checkpoints

-
v0.12.0 Q3/2025

- Basic multi-node setup, where a cluster is still restricted to one node

- provide migration of cluster between nodes

-
v0.13.0 Q4/2025

- Allow cluster to be shared over multiple nodes within a network

-