Skip to content

Commit

Permalink
Update release notes and submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
polyaxon-ci committed Mar 28, 2024
1 parent f0312d1 commit 38db51c
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cli
2 changes: 1 addition & 1 deletion haupt
15 changes: 14 additions & 1 deletion releases/2-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,20 @@ sidebar: "releases"

> **N.B.**: If you are upgrading from polyaxon v1.x, please check the [v2 release notes](/docs/releases/2-0/) and the [migration guide](/docs/resources/migration/#migration-from-v1x-to-v2y).
## V2.1.3 [WIP]
## V2.1.4

### UI

* **New**: Add dashboard level configuration to set smoothing, x-axis, and other sections and widgets settings.
* **New**: Add section level configuration to set smoothing, x-axis, and other widgets settings.
* **New**: Add possibility to freeze widgets and sections settings.
* **Enhancement**: Improve widget download to provide option to download the data in CSV format in addition to image formats.
* **Enhancement**: Simplify switching to data view in metrics widgets.
* **Enhancement**: Improve drag and drop in dashboards.
* **Enhancement**: Allow controlling sample size.


## V2.1.3

### UI

Expand Down
1 change: 0 additions & 1 deletion releases/roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ sidebar: "releases"

* **New**: Add metrics/params performance widget to dashboards.
* **New**: Add Metrics/Params correlation and importance.
* **New**: Add dashboard level configuration to set smoothing and sizes.
* **New**: Reports; new interface to create dashboards and shareable notes.
* **New**: Add markdown, scalar, summary, lineage, and performance widgets.
* **New**: Show an indicator on artifacts lineage if it's promoted to a model version or artifact version.
Expand Down
2 changes: 1 addition & 1 deletion sdks
Submodule sdks updated 25 files
+12 −0 go/http_client/v1/service_model/v1_dashboard_spec.go
+17 −2 go/http_client/v1/service_model/v1_section_spec.go
+200 −52 java/http_client/v1/api/openapi.yaml
+4 −0 java/http_client/v1/docs/V1DashboardSpec.md
+5 −0 java/http_client/v1/docs/V1SectionSpec.md
+121 −2 java/http_client/v1/src/main/java/org/openapitools/client/model/V1DashboardSpec.java
+153 −5 java/http_client/v1/src/main/java/org/openapitools/client/model/V1SectionSpec.java
+32 −0 java/http_client/v1/src/test/java/org/openapitools/client/model/V1DashboardSpecTest.java
+40 −0 java/http_client/v1/src/test/java/org/openapitools/client/model/V1SectionSpecTest.java
+4 −0 js/http_client/v1/docs/V1DashboardSpec.md
+7 −2 js/http_client/v1/docs/V1SectionSpec.md
+36 −0 js/http_client/v1/src/model/V1DashboardSpec.js
+52 −8 js/http_client/v1/src/model/V1SectionSpec.js
+24 −0 js/http_client/v1/test/model/V1DashboardSpec.spec.js
+34 −4 js/http_client/v1/test/model/V1SectionSpec.spec.js
+42 −2 jsonschema/v1/polyaxonfile.schema.json
+32 −5 protos/v1/api/reports.proto
+4 −0 python/http_client/v1/docs/V1DashboardSpec.md
+5 −0 python/http_client/v1/docs/V1SectionSpec.md
+11 −3 python/http_client/v1/polyaxon_sdk/models/v1_dashboard_spec.py
+16 −6 python/http_client/v1/polyaxon_sdk/models/v1_section_spec.py
+42 −2 swagger/v1/polyaxon_sdk.openapi.json
+42 −2 swagger/v1/polyaxon_sdk.swagger.json
+32 −0 ts/http_client/v1/src/models/V1DashboardSpec.ts
+46 −6 ts/http_client/v1/src/models/V1SectionSpec.ts

0 comments on commit 38db51c

Please sign in to comment.