mirror of
https://github.com/clearml/clearml-docs
synced 2025-03-03 02:32:49 +00:00
ClearML Server v1.4.0 release updates
This commit is contained in:
parent
f074328d45
commit
764d06c3ca
@ -108,25 +108,25 @@ The following section contains a list of AMI Image IDs per-region for the latest
|
||||
|
||||
### Latest Version
|
||||
|
||||
#### v1.3.1
|
||||
#### v1.4.0
|
||||
|
||||
* **eu-north-1** : ami-0994cfcd23a63a9de
|
||||
* **ap-south-1** : ami-0cab871b0b730e101
|
||||
* **eu-west-3** : ami-0f3957dfcc2355234
|
||||
* **eu-west-2** : ami-025d9a3e92c9483aa
|
||||
* **eu-west-1** : ami-09491bf05e63d4040
|
||||
* **ap-northeast-3** : ami-04d2d35d0857adbfb
|
||||
* **ap-northeast-2** : ami-02853b8c16b45b398
|
||||
* **ap-northeast-1** : ami-082b03e2f665f37c9
|
||||
* **sa-east-1** : ami-05c7f65bb983ede53
|
||||
* **ca-central-1** : ami-08bc8e332bc4f6d40
|
||||
* **ap-southeast-1** : ami-0fd4b604623e51e00
|
||||
* **ap-southeast-2** : ami-0d00cb0ed098b558c
|
||||
* **eu-central-1** : ami-01d6450c06790bf80
|
||||
* **us-east-2** : ami-0f4b0bff44fcf1f34
|
||||
* **us-west-1** : ami-083458443b3e270d3
|
||||
* **us-west-2** : ami-0824b16d13b24b71f
|
||||
* **us-east-1** : ami-08867b8e7f4ce5cc2
|
||||
* **eu-north-1** : ami-012eda9c8e72df57b
|
||||
* **ap-south-1** : ami-0e25dc36f7ac4d870
|
||||
* **eu-west-3** : ami-0a04e04689d2e35d3
|
||||
* **eu-west-2** : ami-010080374a3641898
|
||||
* **eu-west-1** : ami-099557aef23d9506f
|
||||
* **ap-northeast-3** : ami-083ad8b58914f85c5
|
||||
* **ap-northeast-2** : ami-0e1735fa3a883a8c0
|
||||
* **ap-northeast-1** : ami-0082d74f0666112e5
|
||||
* **sa-east-1** : ami-080e9a2a46d2633ad
|
||||
* **ca-central-1** : ami-0a3267210d3053481
|
||||
* **ap-southeast-1** : ami-02ce519ac1b5e595b
|
||||
* **ap-southeast-2** : ami-04c46e7d3458690fb
|
||||
* **eu-central-1** : ami-08db980d8cb60e879
|
||||
* **us-east-2** : ami-08f887d3a1cb180de
|
||||
* **us-west-1** : ami-0c813d901c00bce92
|
||||
* **us-west-2** : ami-059f65ceb10cd6c6f
|
||||
* **us-east-1** : ami-0235447e7d58b56d9
|
||||
|
||||
## Next Step
|
||||
|
||||
|
34
docs/release_notes/ver_1_4.md
Normal file
34
docs/release_notes/ver_1_4.md
Normal file
@ -0,0 +1,34 @@
|
||||
---
|
||||
title: Version 1.4
|
||||
---
|
||||
|
||||
### ClearML Server 1.4.0
|
||||
|
||||
**New Features and Improvements**
|
||||
|
||||
- Allow serving with a URL path prefix [ClearML Server GitHub issue #119](https://github.com/allegroai/clearml-server/issues/119)
|
||||
- Allow overriding clearml web git url on build [ClearML Server GitHub Pull Request #122](https://github.com/allegroai/clearml-server/pull/122)
|
||||
- Ensure agent-services waits for API server to be ready [ClearML Server GitHub issue #113](https://github.com/allegroai/clearml-server/issues/113)
|
||||
- Add filter to UI experiment table "Project" column [ClearML GitHub issue #529](https://github.com/allegroai/clearml/issues/529)
|
||||
- Add filters to UI model table custom metadata columns
|
||||
- Improve UI table object selection. Add buttons and context menu actions to switch between table and info panel mode
|
||||
- Add task detail header to UI experiment comparison debug image section addressed in [ClearML GitHub issue #81](https://github.com/allegroai/clearml/issues/81) ([comment](https://github.com/allegroai/clearml/issues/81#issuecomment-996841658))
|
||||
- Improve series name truncation behavior in UI scalar plots [ClearML GitHub issue #562](https://github.com/allegroai/clearml/issues/562)
|
||||
|
||||
**Bug Fixes**
|
||||
|
||||
- Fix UI scalar plots smoothing not working [ClearML Server GitHub issue #127](https://github.com/allegroai/clearml-server/issues/127)
|
||||
- Fix server limiting image and artifact upload size [ClearML GitHub issue #606](https://github.com/allegroai/clearml/issues/606)
|
||||
- Fix server unnecessarily displays deletion error message [ClearML Server GitHub issue #112](https://github.com/allegroai/clearml-server/issues/112)
|
||||
- Fix UI experiment comparison sections overly wide for many tag experiments [ClearML GitHub issue #594](https://github.com/allegroai/clearml/issues/594)
|
||||
- Fix model name display in UI pipeline run info panel
|
||||
- Fix UI pipeline run info panel missing artifacts and models sections
|
||||
- Fix UI pipeline run info panel displays unneeded resource utilization metrics
|
||||
- Fix UI project cards missing task summary values
|
||||
- Fix pipeline tag colors can't be changed in UI pipeline page
|
||||
- Fix pipeline run UI page not displaying pipeline steps [ClearML GitHub issue #618](https://github.com/allegroai/clearml/issues/618)
|
||||
- Fix breadcrumb links don't navigate anywhere
|
||||
- Fix horizontal scroll in UI experiment table causes column headers to jump
|
||||
- Fix removing UI table column creates a blank column
|
||||
- Fix internal server error (500) on `events.get_scalar_metrics_and_variants` [ClearML Server GitHub issue #120](https://github.com/allegroai/clearml-server/issues/120)
|
||||
|
@ -104,7 +104,7 @@ module.exports = {
|
||||
},
|
||||
{
|
||||
label: 'Release Notes',
|
||||
to: '/docs/release_notes/ver_1_3',
|
||||
to: '/docs/release_notes/ver_1_4',
|
||||
},
|
||||
{
|
||||
label: 'Community Resources',
|
||||
|
@ -121,7 +121,7 @@ module.exports = {
|
||||
|
||||
],
|
||||
rnSidebar: {
|
||||
'Release Notes': ['release_notes/ver_1_3', 'release_notes/ver_1_2','release_notes/ver_1_1', 'release_notes/ver_1_0', 'release_notes/ver_0_17', 'release_notes/ver_0_16', 'release_notes/ver_0_15', 'release_notes/ver_0_14',
|
||||
'Release Notes': ['release_notes/ver_1_4', 'release_notes/ver_1_3', 'release_notes/ver_1_2','release_notes/ver_1_1', 'release_notes/ver_1_0', 'release_notes/ver_0_17', 'release_notes/ver_0_16', 'release_notes/ver_0_15', 'release_notes/ver_0_14',
|
||||
'release_notes/ver_0_13', 'release_notes/ver_0_12', 'release_notes/ver_0_11', 'release_notes/ver_0_10',
|
||||
'release_notes/ver_0_9',
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user