Arkindex 0.13.2
Navigation
-
List top level elements when browsing a project (no more default type). This is a noticeable change as the default project view will only lists the elements without any parents from now on.
-
You can now select an element on the tree by clicking on it, updating the details displayed on the right side. You can immediately update its classification, metadata, transcription…
-
The selected elements are now persisted in the database (instead of the session), bringing much better performances on those operations.
Git Workflows
Arkindex is now capable of building Docker images to build complex workflows! This is a first tangible step towards a full MLOps experience (developing an ML model on your computer, and publishing it directly on Arkindex through a simple git push).
We have also made some improvements in this area:
-
Allow normal users to start an import of their Git repositories in their projects
-
Slow the refresh rate of workflows state
-
Deprecation of the
payloadon Data Imports -
You can’t start an ML workflow during the import: this is a simplification as that feature was not used a lot. ML Workflows can still be started after an import!