Skip to content

Commit

Permalink
chore: bump version 0.6.1 -> 0.6.2 (#6)
Browse files Browse the repository at this point in the history
* chore: bump version 0.6.1 -> 0.6.2

* [create-pull-request] automated change

---------

Co-authored-by: Kraina CI/CD <[email protected]>
Co-authored-by: Calychas <[email protected]>
  • Loading branch information
3 people authored Nov 16, 2023
1 parent 51e74ef commit 25495bd
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 21 deletions.
52 changes: 35 additions & 17 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased] - 2023-MM-DD
## [Unreleased]

## [0.6.2] - 2023-11-16

### Added

Expand Down Expand Up @@ -137,7 +139,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Refactored H3Regionalizer to be faster using [h3ronpy](https://github.com/nmandery/h3ronpy) library [#311](https://github.com/srai-lab/srai/issues/311)
- BREAKING! Renamed NetworkType to OSMNetworkType and made it importable directly from `srai.loaders` [#227](https://github.com/srai-lab/srai/issues/227)
- BREAKING! Renamed osm_filter_type and grouped_osm_filter_type into OsmTagsFilter and GroupedOsmTagsFilter [#261](https://github.com/srai-lab/srai/issues/261)
- BREAKING! Renamed osm\_filter\_type and grouped\_osm\_filter\_type into OsmTagsFilter and GroupedOsmTagsFilter [#261](https://github.com/srai-lab/srai/issues/261)
- Removed osmnx dependency version cap [#303](https://github.com/srai-lab/srai/issues/303)
- BREAKING! Removed `utils` module [#128](https://github.com/srai-lab/srai/issues/128)
- `srai.utils._optional` moved to `srai._optional`
Expand Down Expand Up @@ -222,18 +224,34 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Intersection Joiner
- Geoparquet Loader

[unreleased]: https://github.com/srai-lab/srai/compare/0.6.1...HEAD
[0.6.1]: https://github.com/srai-lab/srai/compare/0.6.0...0.6.1
[0.6.0]: https://github.com/srai-lab/srai/compare/0.5.2...0.6.0
[0.5.2]: https://github.com/srai-lab/srai/compare/0.5.1...0.5.2
[0.5.1]: https://github.com/srai-lab/srai/compare/0.5.0...0.5.1
[0.5.0]: https://github.com/srai-lab/srai/compare/0.4.1...0.5.0
[0.4.1]: https://github.com/srai-lab/srai/compare/0.4.0...0.4.1
[0.4.0]: https://github.com/srai-lab/srai/compare/0.3.3...0.4.0
[0.3.3]: https://github.com/srai-lab/srai/compare/0.3.2...0.3.3
[0.3.2]: https://github.com/srai-lab/srai/compare/0.3.1...0.3.2
[0.3.1]: https://github.com/srai-lab/srai/compare/0.3.0...0.3.1
[0.3.0]: https://github.com/srai-lab/srai/compare/0.2.0...0.3.0
[0.2.0]: https://github.com/srai-lab/srai/compare/0.1.1...0.2.0
[0.1.1]: https://github.com/srai-lab/srai/compare/0.0.1...0.1.1
[0.0.1]: https://github.com/srai-lab/srai/compare/687500b...0.0.1
[Unreleased]: https://github.com/kraina-ai/srai-sandbox/compare/0.6.2...HEAD

[0.6.2]: https://github.com/kraina-ai/srai-sandbox/compare/0.6.1...0.6.2

[0.6.1]: https://github.com/kraina-ai/srai-sandbox/compare/0.6.0...0.6.1

[0.6.0]: https://github.com/kraina-ai/srai-sandbox/compare/0.5.2...0.6.0

[0.5.2]: https://github.com/kraina-ai/srai-sandbox/compare/0.5.1...0.5.2

[0.5.1]: https://github.com/kraina-ai/srai-sandbox/compare/0.5.0...0.5.1

[0.5.0]: https://github.com/kraina-ai/srai-sandbox/compare/0.4.1...0.5.0

[0.4.1]: https://github.com/kraina-ai/srai-sandbox/compare/0.4.0...0.4.1

[0.4.0]: https://github.com/kraina-ai/srai-sandbox/compare/0.3.3...0.4.0

[0.3.3]: https://github.com/kraina-ai/srai-sandbox/compare/0.3.2...0.3.3

[0.3.2]: https://github.com/kraina-ai/srai-sandbox/compare/0.3.1...0.3.2

[0.3.1]: https://github.com/kraina-ai/srai-sandbox/compare/0.3.0...0.3.1

[0.3.0]: https://github.com/kraina-ai/srai-sandbox/compare/0.2.0...0.3.0

[0.2.0]: https://github.com/kraina-ai/srai-sandbox/compare/0.1.1...0.2.0

[0.1.1]: https://github.com/kraina-ai/srai-sandbox/compare/0.0.1...0.1.1

[0.0.1]: https://github.com/kraina-ai/srai-sandbox/releases/tag/0.0.1
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ authors:
given-names: "Szymon"
orcid: "https://orcid.org/0000-0002-2047-1649"
title: "SRAI: Spatial Representations for Artificial Intelligence"
version: 0.6.1
version: 0.6.2
date-released: 2022-11-23
url: "https://kraina-ai.github.io/srai"
repository-code: "https://github.com/kraina-ai/srai"
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "srai"
version = "0.6.1"
version = "0.6.2"
description = "A set of python modules for geospatial machine learning and data mining"
authors = [
{ name = "Piotr Gramacki", email = "[email protected]" },
Expand Down Expand Up @@ -183,7 +183,7 @@ close-quotes-on-newline = true
wrap-one-line = true

[tool.bumpver]
current_version = "0.6.1"
current_version = "0.6.2"
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
commit_message = "chore: bump version {old_version} -> {new_version}"
commit = true
Expand Down
2 changes: 1 addition & 1 deletion srai/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
for complete documentation.
"""

__version__ = "0.6.1"
__version__ = "0.6.2"

0 comments on commit 25495bd

Please sign in to comment.