swh:1:snp:b1bc5cf54dab7987e9f85b6673e79b3b1d27ac15
Raw File
Tip revision: 419760dde64cf381e53788c6370c145fcc4003a6 authored by Arun Maiya on 21 June 2021, 20:13:43 UTC
updated docs
Tip revision: 419760d
CHANGELOG.md
# Changes

Most recent releases are shown at the top. Each release shows:

- **New**: New classes, methods, functions, etc
- **Changed**: Additional parameters, changes to inputs or outputs, etc
- **Fixed**: Bug fixes that don't change documented behaviour

## 0.2.0 (2021-06-21)

### New:
- key driver analysis

### Changed
- `CausalInfererenceModel.fit` returns  `self`

### Fixed:
- N/A

## 0.1.3 (2021-06-17)

### New:
- N/A

### Changed
- N/A

### Fixed:
- version fix


## 0.1.2 (2021-06-17)

### New:
- N/A

### Changed
- Better interpretability and explainability of treatment effects

### Fixed:
- Fixes to some bugs in preprocessing


## 0.1.1 (2021-06-16)

### New:
- N/A

### Changed
- Refactored DataFrame preprocessing

### Fixed:
- N/A



## 0.1.0 (2021-06-15)

### New:
- First release.

### Changed
- N/A

### Fixed:
- N/A



back to top