Skip to content

Commit

Permalink
Readme image edits and version up for release
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtavis committed Apr 4, 2021
1 parent 982c2c4 commit 191aeaf
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
### causeinfer 0.1.2 (April 4, 2021)

Changes include:

- An src structure has been adopted to improve organization and testing
- Users are now able to implement the following models:
- Reflective Uplift (Shaar 2016)
- Pessimistic Uplift (Shaar 2016)
- The contribution guidelines have been expanded
- Code quality checks via Codacy have been added
- Extensive code formatting has been done to improve quality and style
- Bug fixes and a more explicit use of exceptions

### causeinfer 0.1.0 (Feb 25, 2021)

First stable release of causeinfer
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ Hillstrom Metrics
Mayo PBC Metrics
<p align="middle">
<img src="https://raw.githubusercontent.com/andrewtavis/causeinfer/main/resources/gh_images/mayo_cum_effect.png" width="400" />
<img src="https://raw.githubusercontent.com/andrewtavis/causeinfer/main/resources/gh_images/mayo_auuc_qini.png" width="400" />
<img src="https://raw.githubusercontent.com/andrewtavis/causeinfer/main/resources/gh_images/mayo_auuc.png" width="400" />
</p>

CMF Microfinance Metrics
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
author = "causeinfer developers"

# The full version, including alpha/beta/rc tags
release = "0.1.1.7"
release = "0.1.2"


# -- General configuration ---------------------------------------------------
Expand Down
Binary file removed resources/gh_images/hillstrom_auuc_qini.png
Binary file not shown.
Binary file added resources/gh_images/hillstrom_qini.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/gh_images/mayo_auuc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed resources/gh_images/mayo_auuc_qini.png
Binary file not shown.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
packages=find_packages(where="src"),
package_dir={"": "src"},
include_package_data=True,
version="0.1.1.7",
version="0.1.2",
author="Andrew Tavis McAllister",
author_email="[email protected]",
classifiers=[
Expand Down

0 comments on commit 191aeaf

Please sign in to comment.