File tree 4 files changed +9
-5
lines changed
4 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.7.8] - 2024-12-28
11
+
10
12
### Changed
11
13
12
14
- Set max ` h3ronpy ` version to ` <0.22.0 ` (implemented by [ @bouzaghrane ] ( https://github.com/bouzaghrane ) )
@@ -307,7 +309,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
307
309
- Intersection Joiner
308
310
- Geoparquet Loader
309
311
310
- [ Unreleased ] : https://github.com/kraina-ai/srai/compare/0.7.7...HEAD
312
+ [ Unreleased ] : https://github.com/kraina-ai/srai/compare/0.7.8...HEAD
313
+
314
+ [ 0.7.8 ] : https://github.com/kraina-ai/srai/compare/0.7.7...0.7.8
311
315
312
316
[ 0.7.7 ] : https://github.com/kraina-ai/srai/compare/0.7.6...0.7.7
313
317
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ keywords:
30
30
- geospatial
31
31
- spatial-analysis
32
32
license : Apache-2.0
33
- version : 0.7.7
33
+ version : 0.7.8
34
34
date-released : ' 2022-11-23'
35
35
preferred-citation :
36
36
type : conference-paper
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " srai"
3
- version = " 0.7.7 "
3
+ version = " 0.7.8 "
4
4
description = " A set of python modules for geospatial machine learning and data mining"
5
5
authors = [
6
6
{
name =
" Piotr Gramacki" ,
email =
" [email protected] " },
@@ -190,7 +190,7 @@ close-quotes-on-newline = true
190
190
wrap-one-line = true
191
191
192
192
[tool .bumpver ]
193
- current_version = " 0.7.7 "
193
+ current_version = " 0.7.8 "
194
194
version_pattern = " MAJOR.MINOR.PATCH[PYTAGNUM]"
195
195
commit_message = " chore(CI/CD): bump version {old_version} -> {new_version}"
196
196
commit = true
Original file line number Diff line number Diff line change 10
10
for complete documentation.
11
11
"""
12
12
13
- __version__ = "0.7.7 "
13
+ __version__ = "0.7.8 "
You can’t perform that action at this time.
0 commit comments