Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
py_tools_ds
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Daniel Scheffler
py_tools_ds
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
e06f82c2713cdd76f4cf5abafc340ce80f6f8228
Select Git revision
Branches
6
17-initially-set-up-sqa
bugfix/fix_warp_ndarray
bugfix/fix_warp_ndarray_crash
enhancement/add_sqa
feature/add_localCS_compatibility
main
default
protected
Tags
20
v0.23.1
v0.23.0
v0.22.3
v0.22.2
v0.22.1
v0.22.0
v0.21.1
v0.21.0
v0.20.2
v0.20.1
v0.20.0
v0.19.1
v0.19.0
v0.18.1
v0.18.0
v0.17.9
v0.17.8
v0.17.7
v0.17.6
v0.17.5
26 results
Begin with the selected commit
Created with Raphaël 2.2.0
27
Nov
26
Aug
22
19
27
May
13
8
7
15
Feb
15
Nov
10
Aug
20
Jul
10
Feb
3
Dec
24
Nov
23
22
20
19
11
22
Oct
20
27
Sep
9
8
7
11
Aug
9
12
Jul
6
3
2
30
Jun
24
22
8
May
7
8
7
16
Feb
4
Jan
15
Dec
10
9
7
3
2
18
Nov
17
2
30
Oct
26
12
15
Sep
2
1
31
Aug
28
27
26
21
18
17
22
May
19
24
Mar
10
8
Jan
7
25
Oct
17
16
14
Aug
26
Jul
22
14
Jun
22
Mar
21
20
27
Feb
19
15
14
21
Jan
9
8
17
Dec
14
13
12
10
4
3
17
Sep
14
Aug
13
23
Jul
6
Dec
30
Nov
20
18
17
16
15
14
9
6
2
1
25
Oct
12
11
9
6
5
25
Sep
22
20
19
13
12
11
9
20
Aug
19
5
Jul
3
30
Jun
28
26
22
12
9
22
May
5
Apr
30
Mar
28
16
15
6
23
Feb
21
10
1
25
Jan
24
23
20
19
16
5
3
2
Dec
29
Nov
25
23
22
18
17
15
12
8
4
3
2
1
29
Oct
27
21
18
14
12
7
27
Sep
Bump version.
v0.23.1 main
v0.23.1 main
Merge branch 'bugfix/fix_gdal310_warping' into 'main'
Update HISTORY.rst.
Fix RuntimeError under gdal 3.10.0 (default value of warpMemoryLimit was changed to None on the GDAL-side).
Add license header.
Fix link.
Bump version.
v0.23.0
v0.23.0
Merge branch 'maintenance/modernize_setup' into 'main'
Fix copy/paste error.
Not needed here.
Update HISTORY.rst.
Transform setup metadata to use pyproject.toml instead of setup.py+setup.cfg.
Bump version.
v0.22.3
v0.22.3
Bump version of docker base image.
Update CI container build script due to upstream changes in GitLab.
Merge branch 'maintenance/fix_warnings' into 'main'
Update HISTORY.rst.
Ignore pyproj DeprecationWarning.
Fixed pandas DeprecationWarning.
Bump version.
v0.22.2
v0.22.2
Merge branch 'bugfix/fix_RuntimeError' into 'main'
Update HISTORY.rst.
Fix URL.
Fix type hint.
Drop gdal<3 specific fallback to cubic resampling as gdal>3.8 is now required.
Simplify condition.
Do not pass None values but 0.
Use context manager to set config.
Bump version.
v0.22.1
v0.22.1
Update HISTORY.rst.
Update HISTORY.rst.
Removed some 'noqa' statements after switching to PEP484 type hints.
Merge branch 'maintenance/update_copyright' into 'main'
Update HISTORY.rst.
Update copyright.
The default requirements already include shapely.
Merge branch 'enhancement/speed-up_find_nearest' into 'main'
Update HISTORY.rst.
Add some more tests.
Fix type hint.
Loading