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

8 Коммитов

Автор SHA1 Сообщение Дата
Masahiro Hiramori d98426d94d
Use `python -m pip` instead of the `pip` executable (#605)
* Use `n_features_in_` instead of `n_features_`.

* use `python -m pip` instead of the `pip` executable
2022-07-08 09:26:28 -07:00
Matteo Interlandi c22fe7c0b5
use a msft compliant image (#602) 2022-06-29 08:35:52 -07:00
Masahiro Hiramori 8d750cd698
update docker setup (#601) 2022-06-24 08:14:45 -07:00
Karla Saur fc00620203
cleaning up dockerfile (#162) 2020-06-22 14:44:19 -07:00
Karla Saur ef6c8e5b41
Removing not required deps from install; Bumping SKL version; adding mac runners (#119)
* first attempt at removing not required deps from install

* adding rest of install options to CI file

* pip3 for Dockerfile

* release v0.0.2 (#120)

* moving err msg to asserts

* pip install  --no-cache-dir

* first attempt at removing not required deps from install

* adding rest of install options to CI file

* pip3 for Dockerfile

* moving err msg to asserts

* pip install  --no-cache-dir

* pulling imports in

* bugfix on install check

* does not work as written in; get unsupported operand type(s) for +: 'NoneType' and 'NoneType'

* removing docs from GHactions for now

* adding tests for no extra install

* fixing missing run command in workflow file

* adding tests package to earlier phase of tests to enable...testing...heh

* adding skl to required; trying to do cython only 3.8

* trying without Cython to see where it breaks

* 3.8 really likes Cython apparently

* removing SKL-false test as it is now a required dep

* bumping skl version

* bumping skl version to one in pypi

* bumping skl version to one in pypi

* fixing readme

* seeing what breaks in windows for funzies

* updating test matrix

* macos

* adding if: matrix.os == 'macOS-latest'

* addressing matteos' comments
2020-06-11 16:41:51 -07:00
Karla Saur 4b243a6d26
Ksaur/pytest docker (#76)
Adding pytest to dockerfiles to work with coverage
2020-05-26 09:50:58 -07:00
Markus Weimer 2bf43d6649 Update `Dockerfile` to use Python 3.6 2020-05-14 10:42:42 -07:00
Karla Saur be1104587a
dockerfile to build and launch this in a notebook (#63)
* dockerfile to build and launch this in a notebook

* Adding simple instructions to CONTRIB file

* building from URL

* adding precommit hooks to dockerfile

* dockerfile to build and launch this in a notebook

* Adding simple instructions to CONTRIB file

* building from URL

* adding precommit hooks to dockerfile

* Add pre-commit to the tools already installed in the docker container

* pinning Ubu18.04.  pinning python 3.7

* adding note on codespaces

* Some minor organizational refactoring

Co-authored-by: Matteo Interlandi <m.interlandi@gmail.com>
2020-05-12 15:25:28 -07:00