- Add support for NVIDIA GPU Cloud images. - Internally changed a resource slot name from "gpu" to "cuda". Still the API and database uses the old name for backward-compatibility.
18.12.0
--------------------
- Version numbers now follow year.month releases like Docker. We plan to release stable versions on every 3 months (e.g., 18.12, 19.03, ...). - NEW: Support TPU (Tensor Processing Units) in Google Clouds. - Clean up log messages for devops & IT admins. - Add PyTorch v1.0 image metadata.
18.12.0a4
Not secure
----------------------
- manager.cli.etcd: Improve interoperability with installer scripts.
18.12.0a3
Not secure
----------------------
- Technical release to fix the backend.ai-common dependency version.
18.12.0a2
Not secure
----------------------
* NEW: Add an admin GraphQL scheme to fetch the currently registered list of kernel images. * CHANGE: Change fixtures from a Python module to static JSON files. Now the example keypair fixture reside in the sample-configs directory. - `python -m ai.backend.manager.cli fixture populate` is changed to accept a path to the fixture JSON file. - `python -m ai.backend.manager.cli fixture list` is now deprecated. * CHANGE: The process monitoring tools will now show prettified process names for Backend.AI's daemon processes which exhibit the role and key configurations (e.g., namespace) at a glance. * Improve support for using custom/private Docker registries.
18.12.0a1
Not secure
----------------------
- NEW: App service ports! You can start a compute session and directly connect to a service running inside it, such as Jupyter Notebook! (121) - Extended CORS support for web browser clients. - Monitoring tools are separated as plugins.