Skip to content

Commit 0fd625e

Browse files
authored
Merge pull request #352 from 3DBAG/master
merge back release to develop
2 parents 6183199 + 2adc07f commit 0fd625e

File tree

10 files changed

+1078
-945
lines changed

10 files changed

+1078
-945
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ For the changes in the 3DBAG data set, see the [3DBAG release notes](https://doc
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

7-
## [unreleased]
7+
## [2025.09.03]
8+
9+
Release that produced the 3DBAG data set version 2025.09.03.
810

911
- **[#324](https://github.com/3DBAG/3dbag-pipeline/pull/324)** - Fix dagster concurrency: Refactored AHN LAZ file download concurrency management using Dagster's tag-based concurrency limits
1012
- **[#316](https://github.com/3DBAG/3dbag-pipeline/pull/316)** - Updated Docker base images and improved projection data handling
@@ -39,6 +41,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
3941
- Small bug fixes and typo corrections
4042
- Configuration adjustments
4143

44+
### Docker images
45+
46+
The docker images for this release:
47+
- `3dgi/3dbag-pipeline-dagster:2025.09.03`
48+
- `3dgi/3dbag-pipeline-core:2025.09.03`
49+
- `3dgi/3dbag-pipeline-floors-estimation:2025.09.03`
50+
- `3dgi/3dbag-pipeline-party-walls:2025.09.03`
51+
4252
## [2024.12.16]
4353

4454
Release that produced the 3DBAG data set version 2024.12.16.

packages/common/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "bag3d-common"
7-
version = "2024.12.16"
7+
version = "2025.09.03"
88
description = "Resources, functions and type definitions that are used by the 3D BAG packages that define the data processing workflows."
99
readme = "README.md"
1010
requires-python = ">=3.11"
@@ -43,7 +43,7 @@ dev = [
4343

4444
[tool.uv.sources]
4545
pgutils = { git = "https://github.com/balazsdukai/pgutils.git", rev = "2025.1015" }
46-
bag3d-specs = { git = "https://github.com/3DBAG/3dbag-specs.git", branch = "develop" }
46+
bag3d-specs = { git = "https://github.com/3DBAG/3dbag-specs.git", rev = "2025.09.03" }
4747

4848
[tool.pytest.ini_options]
4949
filterwarnings = [

packages/common/uv.lock

Lines changed: 263 additions & 233 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/core/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "bag3d-core"
7-
version = "2024.12.16"
7+
version = "2025.09.03"
88
description = "Workflow for producing the 3D BAG core data set"
99
readme = "README.md"
1010
requires-python = ">=3.11"

packages/core/uv.lock

Lines changed: 264 additions & 233 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/floors_estimation/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "bag3d-floors-estimation"
7-
version = "2024.12.16"
7+
version = "2025.09.03"
88
description = "Workflow for predicting the number of floors, based on Ellie Roy's thesis."
99
readme = "README.md"
1010
requires-python = ">=3.11"

packages/floors_estimation/uv.lock

Lines changed: 267 additions & 236 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/party_walls/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "bag3d-party-walls"
7-
version = "2024.12.16"
7+
version = "2025.09.03"
88
description = "Workflow for calculating the party walls in the 3D BAG."
99
readme = "README.md"
1010
requires-python = ">=3.11"

packages/party_walls/uv.lock

Lines changed: 265 additions & 234 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "3dbag-pipeline"
3-
version = "2024.12.16"
3+
version = "2025.09.03"
44
description = "Development requirements of the 3DBAG pipeline"
55
readme = "README.md"
66
requires-python = ">=3.11"
@@ -39,8 +39,8 @@ indent-style = "space"
3939
docstring-code-format = false
4040

4141
[tool.bumpver]
42-
current_version = "2024.12.16"
43-
version_pattern = "YYYY.MM.DD"
42+
current_version = "2025.09.03"
43+
version_pattern = "YYYY.0M.0D"
4444
commit_message = "bump version {old_version} -> {new_version}"
4545
tag_message = "{new_version}"
4646
tag_scope = "default"

0 commit comments

Comments
 (0)