Skip to content

Commit

Permalink
Version 0.7.0 bump (#600)
Browse files Browse the repository at this point in the history
* version bump

* docs update

* minor revamp

---------

Co-authored-by: Vincent Warmerdam <vincentwarmerdam@Air-van-Vincent.fritz.box>
  • Loading branch information
koaning and Vincent Warmerdam authored Dec 12, 2023
1 parent 3a01968 commit c6aed11
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 12 deletions.
14 changes: 3 additions & 11 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,26 +9,18 @@ install:
pip install -e ".[dev]"
pre-commit install

doctest:
python -m doctest -v sklego/*.py

test-notebooks:
pytest --nbval-lax doc/*.ipynb

test: doctest
test:
pytest --disable-warnings --cov=sklego
rm -rf .coverage*
pytest --nbval-lax doc/*.ipynb

precommit:
pre-commit run

docs:
pip install -e ".[docs]"
mkdocs serve

docs-deploy: docs
netlify deploy --dir=docs --prod
docs-deploy:
mkdocs gh-deploy

clean:
rm -rf .pytest_cache
Expand Down
1 change: 1 addition & 0 deletions mkdocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ plugins:
handlers:
python:
options:
show_symbol_type_toc: true
docstring_style: numpy
docstring_section_style: table # table, list or spacy
filters:
Expand Down
2 changes: 1 addition & 1 deletion sklego/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.6.16"
__version__ = "0.7.0"

0 comments on commit c6aed11

Please sign in to comment.