You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix documentation (#74)
* Update readthedocs yml to new style
* Update index.rst for landscape paths
* Update notebook
* Add all variable, remove unnec docstring
* Revert index.rst change
* Update conf.py settings for toc overlap
* Update notebook
* Update badges
The travis CI build status badge wasn't working, so it was removed. Used new badge for downloads
* Run ruff on landscape code, fix typo
* Update notebook code, add new userguide notebook, add to ToC
* Update notebook
* Formatting tweaks to notebooks
* Return axes, figure objects with landscape viz code. Update notebooks
* More notebook tweaking
* Add basic viz end-to-end test
---------
Co-authored-by: Michael Catanzaro <[email protected]>
Update python versions in CI (#73)
* Update python versions in CI
* Run black
* Fix transformer API to match sklearn
* change collections.Iterable to typing.Iterable
* Update tests
---------
Co-authored-by: Michael Catanzaro <[email protected]>