Граф коммитов

2107 Коммитов

Автор SHA1 Сообщение Дата
dependabot[bot] 83c135db7a
Bump setuptools from 72.2.0 to 73.0.1 in /requirements (#2240) 2024-08-20 23:43:09 +02:00
dependabot[bot] 5ea8a1f074
Bump lightly from 1.5.11 to 1.5.12 in /requirements (#2239) 2024-08-20 23:42:52 +02:00
dependabot[bot] c16503b123
Bump shapely from 2.0.5 to 2.0.6 in /requirements (#2238) 2024-08-20 23:42:30 +02:00
Isaac Corley 8d137526f7
Scale-MAE model (#2057)
* add scale-mae model and pretrained weights

* fix docs, mypy, and code coverage

* add scalemae to torch hub

* make res optional instead of required

* Remove ViT from the name

* Alphabetical order

* Doc bugs

---------

Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2024-08-19 18:50:36 +02:00
Yi Wang 2d0557f645
Add DeCUR RN50 weights (#2191)
* add resnet50 weights from decur

* update decur rn50 weights

* Alphabetical order

* Remove unneeded ignores

* update data transform for loading resnet50 sentinel 1 weights

* update formatting

* update formatting

* update ssl4eo-s12 transforms and naming

* update formatting

* update transforms definition comments

---------

Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2024-08-19 17:53:16 +02:00
Adam J. Stewart 067ae1af75
Ruff: enable ruff-specific rules (#2218)
* Ruff: enable ruff-specific rules

* Static class variables

* String colormap must be list

* String colormap must be list
2024-08-19 15:07:21 +02:00
Adam J. Stewart c26512e39d
GeoDataset: ignore other bands for separate files (#2222)
* GeoDataset: ignore other bands for separate files

* Ruff

* Mypy

* Check VSI paths too

Co-authored-by: Sieger Falkena <siegerfalkena@hotmail.com>

* Fix formatting

* Add support for / in URLs on Windows where path separator is \

---------

Co-authored-by: Sieger Falkena <siegerfalkena@hotmail.com>
2024-08-19 12:05:26 +02:00
Adam J. Stewart 880593e7ef
SpaceNet: add SpaceNet 8, radiant mlhub -> aws (#2203) 2024-08-17 20:49:48 +02:00
Adam J. Stewart 17b5ccf5ff
Redistribute NWPU datasets on Hugging Face (#2210)
* Redistribute NWPU datasets on Hugging Face

* unrar no longer needed in CI

* VHR-10: md5 monkeypatching is required
2024-08-17 17:01:44 +02:00
Adam J. Stewart a9c9af60d0
Testing: shared download_url fixture (#2232)
* Testing: shared download_url fixture

* Landsat tests no longer need monkeypatch

* Undo changes from other PR

* Remove unused import
2024-08-17 16:00:17 +02:00
Adam J. Stewart e702c8f4ae
LEVIRCD: data module tests without download (#2231)
* LEVIRCD: data module tests without download

* Skip args
2024-08-17 15:01:40 +02:00
Adam J. Stewart 294a59b4ff
Chesapeake: update to 2022 edition (#2214)
* Chesapeake: update to 2022 edition

* Hard-code cmap, don't want to write yet another test file

* Update tests

* Update datamodule

* Bug fix

* Update test config

* Fix plotting

* More classes

* Fix docs
2024-08-17 10:10:02 +02:00
Adam J. Stewart 57a28a9067
Fix failing Windows tests (#2225)
* Debug failing Windows tests

* Use bash shell for fast-fail

* Add azcopy.exe symlink to azcopy for Windows testing

* Try .py suffix

* Check default value of PATHEXT

* Remove .exe

* Prepend PATHEXT

* Set PATHEXT in conftest.py

* No symlinks

* Use path returned by shutil.which

* Change name to match shutil.which parameter

* Fix bug

* Try .bat file

* Revert changes

* Use output of which to run exe
2024-08-17 10:08:14 +02:00
dependabot[bot] 497ac959d1
Bump ruff from 0.6.0 to 0.6.1 in /requirements (#2230) 2024-08-17 00:27:35 +02:00
dependabot[bot] ab168e321d
Bump ruff from 0.5.7 to 0.6.0 in /requirements (#2229) 2024-08-15 22:41:08 +02:00
dependabot[bot] 5174f8ad36
Bump matplotlib from 3.9.0 to 3.9.2 in /requirements (#2227)
* Bump matplotlib from 3.9.0 to 3.9.2 in /requirements

Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.9.0 to 3.9.2.
- [Release notes](https://github.com/matplotlib/matplotlib/releases)
- [Commits](https://github.com/matplotlib/matplotlib/compare/v3.9.0...v3.9.2)

---
updated-dependencies:
- dependency-name: matplotlib
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Fix everything except dates

* Suppress remaining mypy errors

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2024-08-14 15:22:12 +00:00
dependabot[bot] 912307aaf9
Bump nbsphinx from 0.9.4 to 0.9.5 in /requirements (#2228) 2024-08-14 00:20:36 +02:00
dependabot[bot] f36f4378c2
Bump setuptools from 72.1.0 to 72.2.0 in /requirements (#2226) 2024-08-14 00:20:16 +02:00
Adam J. Stewart e885ccc650
Testing: shared load_state_dict_from_url monkeypatch (#2223) 2024-08-13 19:31:06 +02:00
Adam J. Stewart 9406f6775b
Testing: suppress warnings (#2224) 2024-08-13 19:30:00 +02:00
Adam J. Stewart e973c1e3ca
Ruff: ensure all functions have type hints (#2217)
* Ensure all functions have type hints

* Fix Callable

* Undo notebook changes
2024-08-12 14:32:31 +02:00
Adam J. Stewart 96ef48139d
Data modules: don't download during tests (#2215) 2024-08-09 17:31:34 +02:00
dependabot[bot] a7bf94fd2f
Bump ruff from 0.5.6 to 0.5.7 in /requirements (#2216) 2024-08-09 11:07:37 +02:00
dependabot[bot] 8c02cec380
Bump lightly from 1.5.10 to 1.5.11 in /requirements (#2212)
Bumps [lightly](https://github.com/lightly-ai/lightly) from 1.5.10 to 1.5.11.
- [Release notes](https://github.com/lightly-ai/lightly/releases)
- [Commits](https://github.com/lightly-ai/lightly/compare/v1.5.10...v1.5.11)

---
updated-dependencies:
- dependency-name: lightly
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-07 12:49:56 +00:00
Adam J. Stewart ea71c6d4ae
Add support for lightning 2.4+ (#2211) 2024-08-07 14:26:39 +02:00
Ashwin Nair ddd16cbc05
Rename bbox -> bounds (#2199)
* Rename bbox -> geo_bbox

* Rename to bounds

* Undo rename in data.py
2024-08-06 13:03:53 +02:00
dependabot[bot] 3b2dc6865c
Bump torchmetrics from 1.4.0.post0 to 1.4.1 in /requirements (#2208) 2024-08-05 23:17:19 +02:00
Adam J. Stewart 06aa33f151
WesternUSALiveFuelMoisture: radiant mlhub -> source coop (#2206)
* WesternUSALiveFuelMoisture: radiant mlhub -> source coop

* Finish updating dataset

* Recursive

* Update tests
2024-08-05 11:11:23 +02:00
dependabot[bot] 9a922909f7
Bump ruff from 0.5.5 to 0.5.6 in /requirements (#2207) 2024-08-02 22:59:09 +02:00
Adam J. Stewart ac46bbb7fb
RasterDataset: calculate res after changing crs (#2193)
* RasterDataset: recalculate res after crs changes

* Add unit tests

* Fix style

* One less line of code
2024-08-01 12:50:18 +02:00
Adam J. Stewart ecb07ee898
SimCLR: switch from Adam to LARS (#2196)
* SimCLR: switch from Adam to LARS

* Bump minimum lightly version
2024-08-01 12:49:43 +02:00
dependabot[bot] 8088267861
Bump mypy from 1.11.0 to 1.11.1 in /requirements (#2204) 2024-07-31 23:20:29 +02:00
dependabot[bot] 7460ec7fdc
Bump setuptools from 71.1.0 to 72.1.0 in /requirements (#2200) 2024-07-29 23:54:18 +02:00
Adam J. Stewart 900e8a1e74
NASA Marine Debris: radiant mlhub -> source coop (#2183) 2024-07-27 09:24:56 +02:00
dependabot[bot] f6a49b8517
Bump lightly from 1.5.9 to 1.5.10 in /requirements (#2197) 2024-07-27 00:55:56 +02:00
Adam J. Stewart 7ca1342c95
South Africa Crop Type: add download support (#2181) 2024-07-26 10:40:09 +02:00
Adam J. Stewart 811b3d9af5
AgriFieldNet: add download support (#2180) 2024-07-26 10:39:54 +02:00
Adam J. Stewart 95f0b0b161
Custom raster datasets tutorial: download before super (#2177) 2024-07-26 10:39:36 +02:00
dependabot[bot] 605202fe30
Bump ruff from 0.5.4 to 0.5.5 in /requirements (#2195) 2024-07-25 23:51:32 +02:00
dependabot[bot] e4205cb5dd
Bump pytest from 8.3.1 to 8.3.2 in /requirements (#2194) 2024-07-25 23:51:11 +02:00
dependabot[bot] fe2eae1c7e
Bump the torch group in /requirements with 2 updates (#2192)
* Bump the torch group in /requirements with 2 updates

Bumps the torch group in /requirements with 2 updates: [torch](https://github.com/pytorch/pytorch) and [torchvision](https://github.com/pytorch/vision).


Updates `torch` from 2.3.1 to 2.4.0
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](https://github.com/pytorch/pytorch/compare/v2.3.1...v2.4.0)

Updates `torchvision` from 0.18.1 to 0.19.0
- [Release notes](https://github.com/pytorch/vision/releases)
- [Commits](https://github.com/pytorch/vision/compare/v0.18.1...0.19.0)

---
updated-dependencies:
- dependency-name: torch
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: torch
- dependency-name: torchvision
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: torch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Fix or silence mypy warnings

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2024-07-25 13:58:23 +00:00
dependabot[bot] 6c2ed0b93b
Bump pytest from 8.2.2 to 8.3.1 in /requirements (#2189)
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.2.2 to 8.3.1.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/8.2.2...8.3.1)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-24 08:53:38 +02:00
dependabot[bot] 207eda5ca4
Bump setuptools from 71.0.3 to 71.1.0 in /requirements (#2185) 2024-07-23 07:42:32 +02:00
dependabot[bot] 3e8d7445a7
Bump pyvista from 0.44.0 to 0.44.1 in /requirements (#2186) 2024-07-23 07:42:12 +02:00
dependabot[bot] 847d84e297
Bump ruff from 0.5.3 to 0.5.4 in /requirements (#2187) 2024-07-23 07:41:53 +02:00
Adam J. Stewart 87f866dcf4
Tutorials: add Open in Studio badge (#2146)
* Tutorials: add Open in Studio badge

* Keep CSS name the same

* Remove custom CSS

* Revert "Remove custom CSS"

This reverts commit 85c3159c50.

* Single badge (to prove a point)

* Revert "Single badge (to prove a point)"

This reverts commit e9d781fdff.

* Move jinja code to separate file
2024-07-22 13:21:42 -07:00
dependabot[bot] bc70466649
Bump mypy from 1.10.1 to 1.11.0 in /requirements (#2182) 2024-07-20 09:09:48 +02:00
dependabot[bot] b49434d159
Bump ruff from 0.5.2 to 0.5.3 in /requirements (#2179) 2024-07-18 20:55:02 +00:00
dependabot[bot] 791ab7cb6b
Bump setuptools from 70.3.0 to 71.0.3 in /requirements (#2178) 2024-07-18 20:54:43 +00:00
Nils Lehmann b44164e7aa
norm stats (#2176) 2024-07-18 13:24:20 +00:00