Skip to content

Commit

Permalink
Version up for stable release
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtavis committed Feb 25, 2021
1 parent 7b6773f commit 975ebff
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
13 changes: 9 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,20 @@

First stable release of causeinfer

- Users are able to harness baseline causal inference models
- Two model, interaction term (Lo 2002), binary transformation (Lai 2006) and quaternary transformation (Kane 2014) approaches are included
- Users are able to implement baseline causal inference models including:
- Two model
- Interaction term (Lo 2002)
- Binary transformation (Lai 2006)
- Quaternary transformation (Kane 2014)

- Plotting functions allow for graphical analysis of models

- Functions useful for research such as model iterations, oversampling, and variance analysis are included

- The package is fully documented

- Virtual environment files are provided

- Extensive testing of all modules with GH Actions and Codecov
- Extensive testing of all modules with GH Actions and Codecov has been performed

- Code of conduct and contribution guidelines included
- A code of conduct and contribution guidelines are included
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
author = "causeinfer developers"

# The full version, including alpha/beta/rc tags
release = "0.0.6.1"
release = "0.1.0"


# -- General configuration ---------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@

setup_args = dict(
name="causeinfer",
version="0.0.6.1",
version="0.1.0",
author="Andrew Tavis McAllister",
author_email="[email protected]",
classifiers=[
"Development Status :: 4 - Beta",
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"Intended Audience :: Education",
"Intended Audience :: Science/Research",
Expand Down

0 comments on commit 975ebff

Please sign in to comment.