File tree Expand file tree Collapse file tree 8 files changed +24
-7
lines changed Expand file tree Collapse file tree 8 files changed +24
-7
lines changed Original file line number Diff line number Diff line change 22
22
steps :
23
23
- uses : actions/checkout@v4
24
24
with :
25
- fetch-depth : 0
25
+ ssh-key : ${{ secrets.DEPLOY_KEY }}
26
26
27
27
- name : Set up Python
28
28
uses : actions/setup-python@v4
Original file line number Diff line number Diff line change
1
+ Release that produced the 3DBAG data set version 2024.12.16.
2
+
3
+ ### Added
4
+ - Documentation for deploying the 3dbag-pipeline, contributor guidelines and the project layout.
5
+ - Docker-based deployment.
6
+ - CI pipeline for testing and docker image builds.
7
+
8
+ ### Changed
9
+ - Major refactoring of the project structure for easier maintenance and deployment.
10
+
11
+ ### Docker images
12
+
13
+ The docker images for this release:
14
+ - ` 3dgi/3dbag-pipeline-dagster:2024.12.16 `
15
+ - ` 3dgi/3dbag-pipeline-core:2024.12.16 `
16
+ - ` 3dgi/3dbag-pipeline-floors-estimation:2024.12.16 `
17
+ - ` 3dgi/3dbag-pipeline-party-walls:2024.12.16 `
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " bag3d-common"
7
- version = " 2024.12.15 "
7
+ version = " 2024.12.16 "
8
8
description = " Resources, functions and type definitions that are used by the 3D BAG packages that define the data processing workflows."
9
9
readme = " README.md"
10
10
requires-python = " >=3.11"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " bag3d-core"
7
- version = " 2024.12.15 "
7
+ version = " 2024.12.16 "
8
8
description = " Workflow for producing the 3D BAG core data set"
9
9
readme = " README.md"
10
10
requires-python = " >=3.11"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " bag3d-floors-estimation"
7
- version = " 2024.12.15 "
7
+ version = " 2024.12.16 "
8
8
description = " Workflow for predicting the number of floors, based on Ellie Roy's thesis."
9
9
readme = " README.md"
10
10
requires-python = " >=3.11"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " bag3d-party-walls"
7
- version = " 2024.12.15 "
7
+ version = " 2024.12.16 "
8
8
description = " Workflow for calculating the party walls in the 3D BAG."
9
9
readme = " README.md"
10
10
requires-python = " >=3.11"
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " 3dbag-pipeline"
3
- version = " 2024.12.15 "
3
+ version = " 2024.12.16 "
4
4
description = " Development requirements of the 3DBAG pipeline"
5
5
readme = " README.md"
6
6
requires-python = " >=3.11"
@@ -43,7 +43,7 @@ indent-style = "space"
43
43
docstring-code-format = false
44
44
45
45
[tool .bumpver ]
46
- current_version = " 2024.12.15 "
46
+ current_version = " 2024.12.16 "
47
47
version_pattern = " YYYY.MM.DD"
48
48
commit_message = " bump version {old_version} -> {new_version}"
49
49
tag_message = " {new_version}"
You can’t perform that action at this time.
0 commit comments