Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
specclassify
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
geomultisens
specclassify
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
3c7291d901b9ccf86f95e4bdef92879fdf7d4254
Select Git revision
Branches
3
master
default
protected
multi-gitter-branch
multi-gitter-gfz-name-repl
Tags
12
v0.3.1
v0.3.0
v0.2.9
v0.2.8
v0.2.7
v0.2.6
v0.2.5
v0.2.4
v0.2.3
v0.2.0
v0.2.2
v0.2.1
15 results
Begin with the selected commit
Created with Raphaël 2.2.0
28
May
20
Jul
31
Jan
16
Dec
27
Sep
8
7
14
Jan
13
4
15
Dec
14
17
Nov
29
Oct
12
24
Sep
15
3
8
Jan
22
Aug
19
16
14
multi-gitter replacements 28.05.25 DS - GFZ renaming incl. gfz-links
multi-gitter-gf…
multi-gitter-gfz-name-repl
multi-gitter replacements 28.05.25 DS - @gfz-potsdam.de > @gfz.de
multi-gitter-br…
multi-gitter-branch
Adapt .gitlab-ci.yml to be compatible with GitLab >=15.0.
master
master
Fixed typo in requirements.
Fix one remaining data type.
v0.3.1
v0.3.1
Revert version to 0.3.1.
Replaced deprecated numpy data types. Bumped version.
Removed intermediate installation of pytest + plugins. Bumped version.
Updated deprecated link to test report.
Merge branch 'enhancement/migrate_to_pytest' into 'master'
Migrate test calls from nosetests to pytest.
Merge branch 'enhancement/relicensing' into 'master'
v0.3.0
v0.3.0
Bumped version info.
Switched to Apache 2.0 license.
Updated minimal versions of py_tools_ds and geoarray to 0.18.0 and 0.15.0.
Fixed slow conda environment creation.
'make lint' now also directly prints the logs.
CI now uses Mambaforge. Revised test_specclassify_install CI job.
Updated version info.
v0.2.9
v0.2.9
Merge branch 'bugfix/fix_maxabsscaler' into 'master'
* Test image used for unittests is now a pseudo-random image instead of a true random image to ensure comparable results.
Replaced homogenization classifiers with the latest version (fixes scikit-learn issue during unpickling).
Fixed wrong package name in environment_specclassify.yml.
Updated GitLab URLs due to changes on the server side.
Bumped version.
v0.2.8
v0.2.8
Merge branch 'bugfix/fix_nodata_labelling' into 'master'
Fixed issue #5 (Classification map does not label nodata pixels when calling classify_image() with unclassified_threshold=None). Added default CMAP nodata value.
Bumped version.
v0.2.7
v0.2.7
Merge remote-tracking branch 'origin/master'
Merge branch 'bugfix/fix_threshold' into 'master'
Fixed issue #1 (kNN_SAM_Classifier.label_unclassified_pixels(..., threshold=...) only flags pixels if threshold is exceeded by FIRST spectral neighbour). Replaced random value test image by image containing more realistic spectra. Added tests for kNN_SAM_Classifier to ensure the output makes sense.
The .idea folder is not completely excluded in .gitignore.
Added URL checker and corresponding CI job. Removed travis related files. Fixed dead links. Updated installation.rst.
The clean-test rule no longer needs coverage as a requirement since this is a test requirement.
Replaced deprecated 'source activate' with 'conda activate'.
Updated environment_specclassify.yml. Use SPDX license identifier and set all files to GLP3+ to be consistent with license headers in the source files. Excluded tests from being installed via 'pip install'. Set development status to 'Alpha'. Updated version info.
v0.2.6
v0.2.6
Moved imports of scikit-learn to function/class level to avoid static TLS ImportError. Updated version info.
v0.2.5
v0.2.5
Replaced deprecated HTTP links. Updated version info.
v0.2.4
v0.2.4
Updated CI setup files, environment_specclassify.yml and .gitlab-ci.yml.
Fixed broken badge.
v0.2.3
v0.2.3
Loading