All notable changes will be documented in this file.
- Added documentation website (not yet completed)
- Eased up the API of some classes and added robustness to the codebase
- Updates and bugfixes on CGNN and pytorch models
- Added many algorithms in R (Pcalg, bnlearn, SID...)
- Added the R wrapper for packages at
cdt.utils.R
- Dropped the
Graph
class to use thenetworkx
classes - Removed the traceback of the warning messages
- Cleaning out dependencies
- Dropping support of tensorflow to keep PyTorch
- Added causal generators
- Tests for each class
- Travis for automatic testing
- Initial Development