Skip to content

Commit

Permalink
Changelog 1.23.0 (#172)
Browse files Browse the repository at this point in the history
* Update changelog

* Bump version

* Update doc references

* Update CHANGELOG.md

* Add api modules to index

* Generate apidoc during docs build stage

* Add api docs to gitignore

* Remove unused api.rst
  • Loading branch information
caique-lima committed Oct 29, 2021
1 parent 69c1f7f commit 15db4df
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 310 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ instance/

# Sphinx documentation
docs/build/
docs/source/api

# PyBuilder
target/
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [1.23.0] - 2021-10-29
- **New**
- Add common causal evaluation techniques
- Add methods to debias a dataframe with a treatment T and confounders X

## [1.22.2] - 2021-09-01
- **Bug fix**
- Remove `cloudpickle` from requirements
Expand Down
307 changes: 0 additions & 307 deletions docs/source/api.rst

This file was deleted.

2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ Contents

getting_started
examples/index
api
api/modules
contributing
2 changes: 1 addition & 1 deletion scripts/build_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ activate_venv

venv/bin/python3 -m pip install -r docs/requirements.txt

cd docs/ && make html
cd docs/ && make apidoc && make html
2 changes: 1 addition & 1 deletion src/fklearn/resources/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.22.2
1.23.0

0 comments on commit 15db4df

Please sign in to comment.