From 1a1b61a476cfbdb56436c716d4953af5b1ad8a2b Mon Sep 17 00:00:00 2001 From: Nicolas Laval Date: Thu, 27 Jun 2024 00:37:34 +0200 Subject: [PATCH] Update docs --- docs/blog/2024-06-07-temporal-operators.mdx | 2 +- docs/blog/2024-06-07-trevas-sdmx.mdx | 2 +- .../docs/developer-guide/basic-mode/data-sources/jdbc.mdx | 2 +- .../docs/developer-guide/basic-mode/data-sources/json.mdx | 2 +- docs/docs/developer-guide/index-developer-guide.mdx | 2 +- docs/docs/developer-guide/spark-mode/index-spark-mode.mdx | 2 +- docs/docs/introduction/releases/1.x.x.mdx | 8 +++++++- .../developer-guide/basic-mode/data-sources/jdbc.mdx | 2 +- .../developer-guide/basic-mode/data-sources/json.mdx | 2 +- .../current/developer-guide/index-developer-guide.mdx | 2 +- .../developer-guide/spark-mode/index-spark-mode.mdx | 2 +- .../current/introduction/releases/1.x.x.mdx | 8 +++++++- .../developer-guide/basic-mode/data-sources/jdbc.mdx | 2 +- .../developer-guide/basic-mode/data-sources/json.mdx | 2 +- .../current/developer-guide/index-developer-guide.mdx | 2 +- .../developer-guide/spark-mode/index-spark-mode.mdx | 2 +- .../current/introduction/releases/1.x.x.mdx | 8 +++++++- .../developer-guide/basic-mode/data-sources/jdbc.mdx | 2 +- .../developer-guide/basic-mode/data-sources/json.mdx | 2 +- .../current/developer-guide/index-developer-guide.mdx | 2 +- .../developer-guide/spark-mode/index-spark-mode.mdx | 2 +- .../current/introduction/releases/1.x.x.mdx | 8 +++++++- 22 files changed, 46 insertions(+), 22 deletions(-) diff --git a/docs/blog/2024-06-07-temporal-operators.mdx b/docs/blog/2024-06-07-temporal-operators.mdx index a9b0cc652..aa4905b4d 100644 --- a/docs/blog/2024-06-07-temporal-operators.mdx +++ b/docs/blog/2024-06-07-temporal-operators.mdx @@ -7,7 +7,7 @@ tags: [Trevas] ### Temporal operators in Trevas -The version 1.4.0 of Trevas introduces preliminary support for date and time types +The version 1.4.1 of Trevas introduces preliminary support for date and time types and operators. The specification describes temporal types such as `date`, `time_period`, `time`, and `duration`. However, Trevas authors find diff --git a/docs/blog/2024-06-07-trevas-sdmx.mdx b/docs/blog/2024-06-07-trevas-sdmx.mdx index 289c29095..3c9e3d913 100644 --- a/docs/blog/2024-06-07-trevas-sdmx.mdx +++ b/docs/blog/2024-06-07-trevas-sdmx.mdx @@ -10,7 +10,7 @@ import ThemedImage from '@theme/ThemedImage'; ### News -Trevas 1.4.0 introduces the VTL SDMX module. +Trevas 1.4.1 introduces the VTL SDMX module. This module enables to consume SDMX metadata sources to instantiate Trevas DataStructures and Datasets. diff --git a/docs/docs/developer-guide/basic-mode/data-sources/jdbc.mdx b/docs/docs/developer-guide/basic-mode/data-sources/jdbc.mdx index 25fffa5c7..6c68d2b6c 100644 --- a/docs/docs/developer-guide/basic-mode/data-sources/jdbc.mdx +++ b/docs/docs/developer-guide/basic-mode/data-sources/jdbc.mdx @@ -12,7 +12,7 @@ custom_edit_url: null fr.insee.trevas vtl-jdbc - 1.4.0 + 1.4.1 ``` diff --git a/docs/docs/developer-guide/basic-mode/data-sources/json.mdx b/docs/docs/developer-guide/basic-mode/data-sources/json.mdx index 716a9e204..ec2fd6596 100644 --- a/docs/docs/developer-guide/basic-mode/data-sources/json.mdx +++ b/docs/docs/developer-guide/basic-mode/data-sources/json.mdx @@ -12,7 +12,7 @@ custom_edit_url: null fr.insee.trevas vtl-jackson - 1.4.0 + 1.4.1 ``` diff --git a/docs/docs/developer-guide/index-developer-guide.mdx b/docs/docs/developer-guide/index-developer-guide.mdx index 21f642969..d7accd314 100644 --- a/docs/docs/developer-guide/index-developer-guide.mdx +++ b/docs/docs/developer-guide/index-developer-guide.mdx @@ -15,7 +15,7 @@ import Card from '@theme/Card'; fr.insee.trevas vtl-engine - 1.4.0 + 1.4.1 ``` diff --git a/docs/docs/developer-guide/spark-mode/index-spark-mode.mdx b/docs/docs/developer-guide/spark-mode/index-spark-mode.mdx index 549186d75..11e33cc49 100644 --- a/docs/docs/developer-guide/spark-mode/index-spark-mode.mdx +++ b/docs/docs/developer-guide/spark-mode/index-spark-mode.mdx @@ -16,7 +16,7 @@ The `SparkDataset` data sets can represent statistical tables in a Java applicat fr.insee.trevas vtl-spark - 1.4.0 + 1.4.1 ``` diff --git a/docs/docs/introduction/releases/1.x.x.mdx b/docs/docs/introduction/releases/1.x.x.mdx index ed6aaf34c..f0dbbd8b6 100644 --- a/docs/docs/introduction/releases/1.x.x.mdx +++ b/docs/docs/introduction/releases/1.x.x.mdx @@ -6,7 +6,13 @@ slug: /releases/1.x.x custom_edit_url: null --- -## Version 1.4.0 - 06/07/24 +## Version 1.4.1 - 06/25/24 + +(See technical release on [Github](https://github.com/InseeFr/Trevas/releases/tag/v1.4.1)) + +- Fix VTL SDMX module visibility + +## Version 1.4.0 - 06/21/24 (See technical release on [Github](https://github.com/InseeFr/Trevas/releases/tag/v1.4.0)) diff --git a/docs/i18n/fr/docusaurus-plugin-content-docs/current/developer-guide/basic-mode/data-sources/jdbc.mdx b/docs/i18n/fr/docusaurus-plugin-content-docs/current/developer-guide/basic-mode/data-sources/jdbc.mdx index 653fa39af..0be05f58a 100644 --- a/docs/i18n/fr/docusaurus-plugin-content-docs/current/developer-guide/basic-mode/data-sources/jdbc.mdx +++ b/docs/i18n/fr/docusaurus-plugin-content-docs/current/developer-guide/basic-mode/data-sources/jdbc.mdx @@ -12,7 +12,7 @@ custom_edit_url: null fr.insee.trevas vtl-jdbc - 1.4.0 + 1.4.1 ``` diff --git a/docs/i18n/fr/docusaurus-plugin-content-docs/current/developer-guide/basic-mode/data-sources/json.mdx b/docs/i18n/fr/docusaurus-plugin-content-docs/current/developer-guide/basic-mode/data-sources/json.mdx index 93b69a84d..91c37b26d 100644 --- a/docs/i18n/fr/docusaurus-plugin-content-docs/current/developer-guide/basic-mode/data-sources/json.mdx +++ b/docs/i18n/fr/docusaurus-plugin-content-docs/current/developer-guide/basic-mode/data-sources/json.mdx @@ -12,7 +12,7 @@ custom_edit_url: null fr.insee.trevas vtl-jackson - 1.4.0 + 1.4.1 ``` diff --git a/docs/i18n/fr/docusaurus-plugin-content-docs/current/developer-guide/index-developer-guide.mdx b/docs/i18n/fr/docusaurus-plugin-content-docs/current/developer-guide/index-developer-guide.mdx index 31855854b..cf7e47a8d 100644 --- a/docs/i18n/fr/docusaurus-plugin-content-docs/current/developer-guide/index-developer-guide.mdx +++ b/docs/i18n/fr/docusaurus-plugin-content-docs/current/developer-guide/index-developer-guide.mdx @@ -15,7 +15,7 @@ import Card from '@theme/Card'; fr.insee.trevas vtl-engine - 1.4.0 + 1.4.1 ``` diff --git a/docs/i18n/fr/docusaurus-plugin-content-docs/current/developer-guide/spark-mode/index-spark-mode.mdx b/docs/i18n/fr/docusaurus-plugin-content-docs/current/developer-guide/spark-mode/index-spark-mode.mdx index 15457fd7a..99cff22d4 100644 --- a/docs/i18n/fr/docusaurus-plugin-content-docs/current/developer-guide/spark-mode/index-spark-mode.mdx +++ b/docs/i18n/fr/docusaurus-plugin-content-docs/current/developer-guide/spark-mode/index-spark-mode.mdx @@ -16,7 +16,7 @@ Les datasets `SparkDataset` permettent de représenter les tables statistiques d fr.insee.trevas vtl-spark - 1.4.0 + 1.4.1 ``` diff --git a/docs/i18n/fr/docusaurus-plugin-content-docs/current/introduction/releases/1.x.x.mdx b/docs/i18n/fr/docusaurus-plugin-content-docs/current/introduction/releases/1.x.x.mdx index c8d36c7a9..6ac745d3f 100644 --- a/docs/i18n/fr/docusaurus-plugin-content-docs/current/introduction/releases/1.x.x.mdx +++ b/docs/i18n/fr/docusaurus-plugin-content-docs/current/introduction/releases/1.x.x.mdx @@ -6,7 +6,13 @@ slug: /releases/1.x.x custom_edit_url: null --- -## Version 1.4.0 - 07/06/24 +## Version 1.4.1 - 25/06/24 + +(See technical release on [Github](https://github.com/InseeFr/Trevas/releases/tag/v1.4.1)) + +- Correction de la visibilité du module VTL SDMX + +## Version 1.4.0 - 21/06/24 (See technical release on [Github](https://github.com/InseeFr/Trevas/releases/tag/v1.4.0)) diff --git a/docs/i18n/no/docusaurus-plugin-content-docs/current/developer-guide/basic-mode/data-sources/jdbc.mdx b/docs/i18n/no/docusaurus-plugin-content-docs/current/developer-guide/basic-mode/data-sources/jdbc.mdx index 93d9ef92b..73742d754 100644 --- a/docs/i18n/no/docusaurus-plugin-content-docs/current/developer-guide/basic-mode/data-sources/jdbc.mdx +++ b/docs/i18n/no/docusaurus-plugin-content-docs/current/developer-guide/basic-mode/data-sources/jdbc.mdx @@ -12,7 +12,7 @@ custom_edit_url: null fr.insee.trevas vtl-jdbc - 1.4.0 + 1.4.1 ``` diff --git a/docs/i18n/no/docusaurus-plugin-content-docs/current/developer-guide/basic-mode/data-sources/json.mdx b/docs/i18n/no/docusaurus-plugin-content-docs/current/developer-guide/basic-mode/data-sources/json.mdx index deb7692c2..c79dab6b3 100644 --- a/docs/i18n/no/docusaurus-plugin-content-docs/current/developer-guide/basic-mode/data-sources/json.mdx +++ b/docs/i18n/no/docusaurus-plugin-content-docs/current/developer-guide/basic-mode/data-sources/json.mdx @@ -12,7 +12,7 @@ custom_edit_url: null fr.insee.trevas vtl-jackson - 1.4.0 + 1.4.1 ``` diff --git a/docs/i18n/no/docusaurus-plugin-content-docs/current/developer-guide/index-developer-guide.mdx b/docs/i18n/no/docusaurus-plugin-content-docs/current/developer-guide/index-developer-guide.mdx index f94728e07..441d330ec 100644 --- a/docs/i18n/no/docusaurus-plugin-content-docs/current/developer-guide/index-developer-guide.mdx +++ b/docs/i18n/no/docusaurus-plugin-content-docs/current/developer-guide/index-developer-guide.mdx @@ -15,7 +15,7 @@ import Card from '@theme/Card'; fr.insee.trevas vtl-engine - 1.4.0 + 1.4.1 ``` diff --git a/docs/i18n/no/docusaurus-plugin-content-docs/current/developer-guide/spark-mode/index-spark-mode.mdx b/docs/i18n/no/docusaurus-plugin-content-docs/current/developer-guide/spark-mode/index-spark-mode.mdx index ad9f8f0b9..a97a3dca0 100644 --- a/docs/i18n/no/docusaurus-plugin-content-docs/current/developer-guide/spark-mode/index-spark-mode.mdx +++ b/docs/i18n/no/docusaurus-plugin-content-docs/current/developer-guide/spark-mode/index-spark-mode.mdx @@ -16,7 +16,7 @@ custom_edit_url: null fr.insee.trevas vtl-spark - 1.4.0 + 1.4.1 ``` diff --git a/docs/i18n/no/docusaurus-plugin-content-docs/current/introduction/releases/1.x.x.mdx b/docs/i18n/no/docusaurus-plugin-content-docs/current/introduction/releases/1.x.x.mdx index 8888568e9..6bfae78f7 100644 --- a/docs/i18n/no/docusaurus-plugin-content-docs/current/introduction/releases/1.x.x.mdx +++ b/docs/i18n/no/docusaurus-plugin-content-docs/current/introduction/releases/1.x.x.mdx @@ -6,7 +6,13 @@ slug: /releases/1.x.x custom_edit_url: null --- -## Version 1.4.0 - 06/07/24 +## Version 1.4.1 - 06/25/24 + +(Se teknisk utgivelse på [Github](https://github.com/InseeFr/Trevas/releases/tag/v1.4.1)) + +- Fiks VTL SDMX-modulsynlighet + +## Versjon 1.4.0 - 06/21/24 (Se teknisk utgivelse på [Github](https://github.com/InseeFr/Trevas/releases/tag/v1.4.0)) diff --git a/docs/i18n/zh-CN/docusaurus-plugin-content-docs/current/developer-guide/basic-mode/data-sources/jdbc.mdx b/docs/i18n/zh-CN/docusaurus-plugin-content-docs/current/developer-guide/basic-mode/data-sources/jdbc.mdx index 64280d312..49a0bca59 100644 --- a/docs/i18n/zh-CN/docusaurus-plugin-content-docs/current/developer-guide/basic-mode/data-sources/jdbc.mdx +++ b/docs/i18n/zh-CN/docusaurus-plugin-content-docs/current/developer-guide/basic-mode/data-sources/jdbc.mdx @@ -12,7 +12,7 @@ custom_edit_url: null fr.insee.trevas vtl-jdbc - 1.4.0 + 1.4.1 ``` diff --git a/docs/i18n/zh-CN/docusaurus-plugin-content-docs/current/developer-guide/basic-mode/data-sources/json.mdx b/docs/i18n/zh-CN/docusaurus-plugin-content-docs/current/developer-guide/basic-mode/data-sources/json.mdx index a5bc22b94..f787370a2 100644 --- a/docs/i18n/zh-CN/docusaurus-plugin-content-docs/current/developer-guide/basic-mode/data-sources/json.mdx +++ b/docs/i18n/zh-CN/docusaurus-plugin-content-docs/current/developer-guide/basic-mode/data-sources/json.mdx @@ -12,7 +12,7 @@ custom_edit_url: null fr.insee.trevas vtl-jackson - 1.4.0 + 1.4.1 ``` diff --git a/docs/i18n/zh-CN/docusaurus-plugin-content-docs/current/developer-guide/index-developer-guide.mdx b/docs/i18n/zh-CN/docusaurus-plugin-content-docs/current/developer-guide/index-developer-guide.mdx index 384519f00..2352a1974 100644 --- a/docs/i18n/zh-CN/docusaurus-plugin-content-docs/current/developer-guide/index-developer-guide.mdx +++ b/docs/i18n/zh-CN/docusaurus-plugin-content-docs/current/developer-guide/index-developer-guide.mdx @@ -15,7 +15,7 @@ import Card from '@theme/Card'; fr.insee.trevas vtl-engine - 1.4.0 + 1.4.1 ``` diff --git a/docs/i18n/zh-CN/docusaurus-plugin-content-docs/current/developer-guide/spark-mode/index-spark-mode.mdx b/docs/i18n/zh-CN/docusaurus-plugin-content-docs/current/developer-guide/spark-mode/index-spark-mode.mdx index df397d68f..d612831c0 100644 --- a/docs/i18n/zh-CN/docusaurus-plugin-content-docs/current/developer-guide/spark-mode/index-spark-mode.mdx +++ b/docs/i18n/zh-CN/docusaurus-plugin-content-docs/current/developer-guide/spark-mode/index-spark-mode.mdx @@ -16,7 +16,7 @@ Les datasets `SparkDataset` permettent de représenter les tables statistiques d fr.insee.trevas vtl-spark - 1.4.0 + 1.4.1 ``` diff --git a/docs/i18n/zh-CN/docusaurus-plugin-content-docs/current/introduction/releases/1.x.x.mdx b/docs/i18n/zh-CN/docusaurus-plugin-content-docs/current/introduction/releases/1.x.x.mdx index f7b320e1f..df1b569b2 100644 --- a/docs/i18n/zh-CN/docusaurus-plugin-content-docs/current/introduction/releases/1.x.x.mdx +++ b/docs/i18n/zh-CN/docusaurus-plugin-content-docs/current/introduction/releases/1.x.x.mdx @@ -7,7 +7,13 @@ custom_edit_url: null pagination_prev: null --- -## 版本 1.4.0 - 06/07/24 +## 版本 1.4.1 - 06/25/24 + +(请参阅技术发布 [Github](https://github.com/InseeFr/Trevas/releases/tag/v1.4.1)) + +- 修复 VTL SDMX 模块可见性 + +## 版本 1.4.0 - 06/21/24 (请参阅技术发布 [Github](https://github.com/InseeFr/Trevas/releases/tag/v1.4.0))