-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(CI/CD): bump version 0.7.5 -> 0.7.6 (#463)
* chore(CI/CD): bump version 0.7.5 -> 0.7.6 * docs: update CHANGELOG.md * chore: remove geopandas datasets from tests * chore: apply refurb suggestions * chore: change test typing * chore: set minimal versions for dependencies * chore: bumped scipy version * chore: remove pytest-xdist dependency * chore: set minimal versions for dependencies * ci: change pdm groups installation * chore: change lightning fabrik import * chore: bumped pytorch-lightning and pytest versions * chore: bumped kaleido and plotly version * chore: bumped pillow version * chore: bumped pillow version * chore: bumped h3ronpy version * chore: set minimal versions for dependencies * chore: bumped mapclassify version * chore: bumped mapclassify version * chore: bumped scikit-learn version * chore: bumped scikit-learn version * chore: bumped folium and spherical-geometry version * chore: bumped topojson version * chore: set minimal versions for dependencies * chore: bump scikit learn and scipy versions * chore: add numpy divide error ignore --------- Co-authored-by: Kamil Raczycki <[email protected]>
- Loading branch information
1 parent
d6e70ba
commit b02f78c
Showing
15 changed files
with
119 additions
and
172 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[project] | ||
name = "srai" | ||
version = "0.7.5" | ||
version = "0.7.6" | ||
description = "A set of python modules for geospatial machine learning and data mining" | ||
authors = [ | ||
{ name = "Piotr Gramacki", email = "[email protected]" }, | ||
|
@@ -12,18 +12,17 @@ authors = [ | |
dependencies = [ | ||
"pandas", | ||
"geopandas>=0.6", | ||
"shapely>=2", | ||
"shapely>=2.0.1", | ||
"h3>=4.0.0b1", | ||
"numpy>=1.26.0", | ||
"geoparquet", | ||
"pyfunctional", | ||
"pyfunctional>=1.0.0", | ||
"pyarrow>=13.0.0", | ||
"topojson", | ||
"topojson>=1.6", | ||
"tqdm>=4.42.0", | ||
"s2>=0.1.9", | ||
"typeguard>=3.0.0", | ||
"requests", | ||
"h3ronpy>=0.18.0", | ||
"h3ronpy>=0.20.1", | ||
"osmnx>=1.3.0", | ||
] | ||
requires-python = ">=3.9" | ||
|
@@ -59,25 +58,26 @@ Changelog = "https://github.com/kraina-ai/srai/blob/main/CHANGELOG.md" | |
|
||
# pdm add -G osm <library> | ||
osm = [ | ||
"overpass", | ||
"pillow", | ||
"overpass>=0.7", | ||
"pillow>=8.0.0", | ||
"beautifulsoup4", | ||
"quackosm>=0.9.1", | ||
] | ||
# pdm add -G voronoi <library> | ||
voronoi = ["pymap3d", "haversine", "scipy", "spherical-geometry"] | ||
voronoi = ["pymap3d>=3.0.0", "haversine>=2.0.0", "scipy>=1.10.0", "spherical-geometry>=1.3.2"] | ||
# pdm add -G gtfs <library> | ||
gtfs = ["gtfs-kit"] | ||
# pdm add -G plotting <library> | ||
plotting = [ | ||
"folium", | ||
"mapclassify", | ||
"folium>=0.14.0", | ||
"mapclassify>=2.4.0", | ||
"scikit-learn>=1.2.0", | ||
"matplotlib>=3.2.0", | ||
"plotly", | ||
"kaleido<=0.2.1", | ||
"plotly>=4.6.0", | ||
"kaleido<=0.2.1,>=0.2.0", | ||
] # kaleido<=0.2.1 because installation breaks on 0.2.1.post1 | ||
# pdm add -G torch <library> | ||
torch = ["pytorch-lightning", "torch"] | ||
torch = ["pytorch-lightning>=2.0.0", "torch"] | ||
all = ["srai[osm,voronoi,gtfs,plotting,torch]"] | ||
|
||
|
||
|
@@ -94,17 +94,15 @@ dev = ["bumpver", "types-requests"] | |
lint = ["pre-commit", "mypy", "docformatter[tomli]", "ruff"] | ||
# pdm add -dG test <library> | ||
test = [ | ||
"pytest>=7.0.0", | ||
"pytest>=8.0.0", | ||
"tox-pdm>=0.7.2", | ||
"pytest-mock>=3.3.0", | ||
"requests-mock>=1.12.1", | ||
"pytest-check>=2.3.1", | ||
"pytest-parametrization>=2022.2.1", | ||
"pytest-doctestplus>=1.2.1", | ||
"pytest-xdist", | ||
"pyogrio", | ||
"six", | ||
"pytest-snapshot", | ||
"six>=1.9.0", | ||
"pytest-snapshot>=0.9.0", | ||
] | ||
# pdm add -dG visualization <library> | ||
visualization = ["keplergl", "matplotlib"] | ||
|
@@ -119,7 +117,7 @@ docs = [ | |
"mkdocs-gen-files", | ||
"mkdocs-awesome-pages-plugin", | ||
"mike>=1,<2", | ||
"scikit-learn", | ||
"scikit-learn>=1.2.0", | ||
"umap-learn", | ||
] | ||
# performance = ["scalene"] | ||
|
@@ -192,7 +190,7 @@ close-quotes-on-newline = true | |
wrap-one-line = true | ||
|
||
[tool.bumpver] | ||
current_version = "0.7.5" | ||
current_version = "0.7.6" | ||
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]" | ||
commit_message = "chore(CI/CD): bump version {old_version} -> {new_version}" | ||
commit = true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,4 +10,4 @@ | |
for complete documentation. | ||
""" | ||
|
||
__version__ = "0.7.5" | ||
__version__ = "0.7.6" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters