Skip to content

Commit a2b74bb

Browse files
committed
chore(release): version 0.4.0
1 parent 66e9735 commit a2b74bb

3 files changed

Lines changed: 32 additions & 39 deletions

File tree

CHANGELOG.md

Lines changed: 30 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -2,69 +2,62 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## [0.3.0] - 2025-05-07
5+
## [0.4.0] - 2025-12-16
6+
7+
### Bug Fixes
8+
- Reprojection error of skspatial
9+
- Reproject point to closed line segment
10+
- Reproject point to closed line segment
11+
- Change shapely buffer options for bend profiles
612

713
### Documentation
14+
- Update readme install instructions
815

9-
#### Column
16+
### Miscellaneous Tasks
1017

11-
- Improvement of docstrings in Column plot method
18+
- *Github*:
19+
- Omit python version 3.14 in test matrix
20+
- Install missing package in test job
1221

13-
#### Section
22+
### Styling
23+
- Format files with github super linter
1424

15-
- Improvement of docstring and type hint of parameters of Section init method
25+
## [0.3.0] - 2025-05-07
1626

27+
### Documentation
28+
- *Column*: Improvement of docstrings in Column plot method
29+
- *Section*: Improvement of docstring and type hint of parameters of Section init method
1730

1831
### Refactor
19-
20-
#### Plot_map
21-
22-
- [**breaking**] Refactor parameters of the plot map function
23-
32+
- *Plot_map*: [**BREAKING**]Refactor parameters of the plot map function
2433

2534
## [0.2.0] - 2025-05-06
2635

2736
### Bug Fixes
28-
29-
#### Ci
30-
31-
- Use proper upload artifact version
32-
33-
#### Dependencies
34-
35-
- Fix dependencies in docs and test
36-
37+
- *Ci*: Use proper upload artifact version
38+
- *Dependencies*: Fix dependencies in docs and test
3739

3840
### Documentation
39-
40-
#### Changelog
41-
42-
- Remove custom changelog format
43-
41+
- *Changelog*: Remove custom changelog format
4442

4543
### Miscellaneous Tasks
46-
47-
#### Dependencies
48-
49-
- Add cems-nuclei as dependency under notebook scope
50-
44+
- *Dependencies*: Add cems-nuclei as dependency under notebook scope
5145

5246
### Refactor
53-
54-
#### Python
55-
56-
- [**breaking**] Set minimum supported python version to 3.11 and support 3.13
57-
47+
- *Python*: [**BREAKING**]Set minimum supported python version to 3.11 and support 3.13
5848

5949
## [0.1.0] - 2024-04-29
6050

6151
### Bug Fixes
62-
52+
- Set different web tile provider
6353

6454
### Miscellaneous Tasks
65-
55+
- Update example to use BRO CPT's
56+
- Remove html file
57+
- Update gitignore
58+
- Init setup of the package
6659

6760
### Styling
68-
61+
- Format files an add typing
6962

7063
<!-- CEMS BV. -->

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 = "GeoProfile"
7-
version = "0.3.0"
7+
version = "0.4.0"
88
description = "A Python library for visualizing geotechnical profiles."
99
dependencies = [
1010
"plotly>=6.0.1,<7",

src/geoprofile/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Defines the (semantic) module version"""
22

3-
__version__ = "0.3.0"
3+
__version__ = "0.4.0"

0 commit comments

Comments
 (0)