Skip to content

Commit bf578cd

Browse files
committed
Merge branch 'release/1.11.0'
2 parents 18b2804 + 91264e7 commit bf578cd

File tree

63 files changed

+541
-128
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+541
-128
lines changed

coverage/pom.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
<parent>
77
<groupId>fr.insee.trevas</groupId>
88
<artifactId>trevas-parent</artifactId>
9-
<version>1.10.0</version>
9+
<version>1.11.0</version>
1010
</parent>
1111

1212
<artifactId>coverage</artifactId>
1313
<description>Aggregate Coverage Report</description>
1414
<name>VTL coverage</name>
15-
<version>1.10.0</version>
15+
<version>1.11.0</version>
1616

1717
<properties>
1818
<sonar.coverage.jacoco.xmlReportPaths>
@@ -24,37 +24,37 @@
2424
<dependency>
2525
<groupId>fr.insee.trevas</groupId>
2626
<artifactId>vtl-engine</artifactId>
27-
<version>1.10.0</version>
27+
<version>1.11.0</version>
2828
</dependency>
2929
<dependency>
3030
<groupId>fr.insee.trevas</groupId>
3131
<artifactId>vtl-jackson</artifactId>
32-
<version>1.10.0</version>
32+
<version>1.11.0</version>
3333
</dependency>
3434
<dependency>
3535
<groupId>fr.insee.trevas</groupId>
3636
<artifactId>vtl-jdbc</artifactId>
37-
<version>1.10.0</version>
37+
<version>1.11.0</version>
3838
</dependency>
3939
<dependency>
4040
<groupId>fr.insee.trevas</groupId>
4141
<artifactId>vtl-model</artifactId>
42-
<version>1.10.0</version>
42+
<version>1.11.0</version>
4343
</dependency>
4444
<dependency>
4545
<groupId>fr.insee.trevas</groupId>
4646
<artifactId>vtl-parser</artifactId>
47-
<version>1.10.0</version>
47+
<version>1.11.0</version>
4848
</dependency>
4949
<dependency>
5050
<groupId>fr.insee.trevas</groupId>
5151
<artifactId>vtl-spark</artifactId>
52-
<version>1.10.0</version>
52+
<version>1.11.0</version>
5353
</dependency>
5454
<dependency>
5555
<groupId>fr.insee.trevas</groupId>
5656
<artifactId>vtl-csv</artifactId>
57-
<version>1.10.0</version>
57+
<version>1.11.0</version>
5858
</dependency>
5959
<dependency>
6060
<groupId>com.fasterxml.jackson.core</groupId>

docs/docs/developer-guide/basic-mode/data-sources/jdbc.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ custom_edit_url: null
1212
<dependency>
1313
<groupId>fr.insee.trevas</groupId>
1414
<artifactId>vtl-jdbc</artifactId>
15-
<version>1.10.0</version>
15+
<version>1.11.0</version>
1616
</dependency>
1717
```
1818

docs/docs/developer-guide/basic-mode/data-sources/json.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ custom_edit_url: null
1212
<dependency>
1313
<groupId>fr.insee.trevas</groupId>
1414
<artifactId>vtl-jackson</artifactId>
15-
<version>1.10.0</version>
15+
<version>1.11.0</version>
1616
</dependency>
1717
```
1818

docs/docs/developer-guide/index-developer-guide.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import Card from '@theme/Card';
1515
<dependency>
1616
<groupId>fr.insee.trevas</groupId>
1717
<artifactId>vtl-engine</artifactId>
18-
<version>1.10.0</version>
18+
<version>1.11.0</version>
1919
</dependency>
2020
```
2121

docs/docs/developer-guide/provenance.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ custom_edit_url: null
1212
<dependency>
1313
<groupId>fr.insee.trevas</groupId>
1414
<artifactId>vtl-spark</artifactId>
15-
<version>1.10.0</version>
15+
<version>1.11.0</version>
1616
</dependency>
1717
```
1818

docs/docs/developer-guide/spark-mode/index-spark-mode.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The `SparkDataset` data sets can represent statistical tables in a Java applicat
1616
<dependency>
1717
<groupId>fr.insee.trevas</groupId>
1818
<artifactId>vtl-spark</artifactId>
19-
<version>1.10.0</version>
19+
<version>1.11.0</version>
2020
</dependency>
2121
```
2222

docs/docs/introduction/releases/1.x.x.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ slug: /releases/1.x.x
66
custom_edit_url: null
77
---
88

9+
## Version 1.11.0 - 08/03/25
10+
11+
(See technical release on [Github](https://github.com/InseeFr/Trevas/releases/tag/v1.11.0))
12+
13+
- Implement pivot
14+
- Support boolean and date for min/max in aggregation
15+
916
## Version 1.10.0 - 07/21/25
1017

1118
(See technical release on [Github](https://github.com/InseeFr/Trevas/releases/tag/v1.10.0))

docs/docs/user-guide/coverage/clause-operators.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ custom_edit_url: null
1414
| Maintaining Components | keep | :heavy_check_mark: | :heavy_check_mark: |
1515
| Removal of Components | drop | :heavy_check_mark: | :heavy_check_mark: |
1616
| Change of Component name | rename | :heavy_check_mark: | :heavy_check_mark: |
17-
| Pivoting | pivot | :x: | :x: |
17+
| Pivoting | pivot | :x: | :heavy_check_mark: |
1818
| Unpivoting | unpivot | :x: | :x: |
1919
| Subspace | sub | :x: | :x: |

docs/i18n/fr/docusaurus-plugin-content-docs/current/developer-guide/basic-mode/data-sources/jdbc.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ custom_edit_url: null
1212
<dependency>
1313
<groupId>fr.insee.trevas</groupId>
1414
<artifactId>vtl-jdbc</artifactId>
15-
<version>1.10.0</version>
15+
<version>1.11.0</version>
1616
</dependency>
1717
```
1818

docs/i18n/fr/docusaurus-plugin-content-docs/current/developer-guide/basic-mode/data-sources/json.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ custom_edit_url: null
1212
<dependency>
1313
<groupId>fr.insee.trevas</groupId>
1414
<artifactId>vtl-jackson</artifactId>
15-
<version>1.10.0</version>
15+
<version>1.11.0</version>
1616
</dependency>
1717
```
1818

0 commit comments

Comments
 (0)