Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS has been phased out. To see alternatives please check here

Skip to content
Snippets Groups Projects
Commit 4b1d49c0 authored by Enrico UBALDI's avatar Enrico UBALDI
Browse files

v0.6.6

Using the same spark master configuration of the package in the Docker image.

Closes #3
parent df54b909
Branches
Tags
No related merge requests found
Pipeline #295937 canceled
......@@ -24,6 +24,9 @@ If not, see < https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12 >.--
* [0.6.5] Fixed an error in the default aggregation provided and switched to a truly full one.
## [0.6.6] - 2025-02-28
* Using the same spark master configuration of the package in the Docker image. Closes #3
## [0.6.5] - 2025-02-17
* [Breaking Change] Changed the names of the default aggregates to be `aggregated-{simple,complete}.parquet` and to be in the `aggregations` subfolder of the platform/version directory: `/data/tdb_data/global___full/aggregations/aggregated-complete.parquet'
......
......@@ -17,7 +17,7 @@
#
# If not, see < https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12 >.#
__license__ = "EUPLv1.2"
__version__ = "0.6.5"
__version__ = "0.6.6"
__maintainer__ = "Enrico Ubaldi"
__email__ = "enrico.ubaldi@ec.europa.eu"
__homepage__ = "https://code.europa.eu/dsa/transparency-database/dsa-tdb"
......
[tool.poetry]
name = "dsa-tdb"
version = "0.6.5"
version = "0.6.6"
description = "The tools and code to manage the daily dumps of the TDB."
authors = ["DSA CNECT F2"]
license = "EUPLv1.2"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment