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

12 Коммитов

Автор SHA1 Сообщение Дата
Slawek Bierwiaczonek bd9c75798e
Prettier formatter (#2018)
* Formatted with Prettier

* Added package-lock.json

* Removed the .idea folder

* Removed version

* Added .prettierignore with tests/data/*

* Added npm updates

* Updated prettier

* Update style.yaml

Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>

* Updated linters section

* Added Prettier hook

* Added Prettier hook

* Added exclude regex

* Update .prettierignore

Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>

* Added package.json and package-lock.json

* Added npm ci flag

* Formatted with Prettier

* Updated .gitignore

* Reverted changes in data folder

* Added .idea to ignored entries

* Delete package-lock.json from root

* Added cache dependency path

* Formatted with Prettier

* Updated tests.yaml

* Updated regex

* Updated actions/checkout to v4.1.4

* Updated SECURITY and dependabot

* Removed .idea and requirements/node_modules

* Updated package files

* Changed .yaml files format

* Added EOL

* Updated contributing.rst

* Updated style.yaml

* Updated style CI

* Added node_modules to ignored entries

* Updated npm install command

* Added *.json root files to ignored entries

* Updated prettier version range

* Updated prettier install command

* Relocated # Node stuff

---------

Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2024-05-03 15:35:34 +02:00
Adam J. Stewart 0171b1e390
RtD: use latest Ubuntu (#1954) 2024-03-27 12:43:38 +01:00
Adam J. Stewart 82e2559a1f
Test Python 3.12 (#1837)
* Test Python 3.12

* Flake8 fix

* Caching bug
2024-02-06 09:04:40 -06:00
Adam J. Stewart b0f5184bf5
RtD: use stable dependency versions (#1827) 2024-01-25 21:38:38 +04:00
Adam J. Stewart d131c8bda7
Test Python 3.11 (#1180)
* Add Python 3.11 support

* Bump deps to Python 3.11 supporting versions

* Update scipy for Python 3.11 support

* Declare support for newer timm
2023-05-29 11:29:03 -05:00
Adam J. Stewart e0f9ece591
Drop Python 3.8 support (#1246) 2023-04-15 20:27:51 -05:00
Adam J. Stewart 959a23beb1
Move requirements-min.txt, split deps in multiple files (#605) 2022-06-19 09:07:42 -07:00
Adam J. Stewart 8c5e4d21cd
Test minimum version of deps (#574) 2022-06-18 08:00:45 -07:00
Wei Ji 45b0b5eacc
Set up dependabot configuration for pip (#551)
* Setup dependabot configuration for pip

* Add requirements.txt and use it

* Fix numpy for old Python

* segmentation-models-pytorch requires older timm

* Pin timm to older version

* older pyproj requires older python

* Fix documentation build

* Fix rasterio for older Python versions

* Fix sklearn and older Python

* Fix open3d missing wheels

* Fix open3d missing wheels

* Fix pandas for older python

* fix radiant-mlhub for older python

* fix scipy for older python

* flake8 and sphinx require conflicting importlib-metadata versions for older python

* Fix conda installs to match pip

* Fix rasterio on Windows

* Blacken notebooks

Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2022-06-05 14:18:43 -05:00
Adam J. Stewart 9489b61372
Remove type ignores for PyTorch (#460)
* Remove type ignores for PyTorch

* Mypy fixes for pytest MonkeyPatch

* Black

* Ignore Identity

* Generic fixes

* Remove unused Generator import

* More fixes

* Fix remaining mypy errors

* More typing cleanups

* typing.OrderedDict isn't available until Python 3.7.2+

* Need Python 3.9 to build docs for fancy OrderedDict

* Fix Python 3.8 and earlier support

* Fix BigEarthNet tests

* Fix bug in ETCI 2021 tests

* Remove unused flake8 ignore

* More robust and well-documented trainer steps

* Many functions don't actually use batch_idx

* Store cast hparams in trainers
2022-03-14 20:35:37 +00:00
Caleb Robinson ab57a896f9
Remove "train" pip install extra from RTD config (#432) 2022-02-23 15:43:12 -06:00
Adam J. Stewart 0820b2b131
Reduce number of files listing deps (#154)
* Reduce number of files listing deps

* Install cython before anything else

* Fix missing deps before install

* Fix typo in setup.cfg extra option

* Add Read the Docs config file

* nbmake only used for testing docs, not building docs
2021-09-22 09:41:00 -05:00