v2.0a1
Pre-release
Pre-release
What's Changed
- Moved to C++ implementation with Pybind11 bindings to improve runtime
- Network classes (e.g.
EHMNet
,EHMNetNode
,EHM2Tree
, etc.) have been moved topyehm.net
submodule - Original
EHMNet
class has now been split intoEHMNet
andEHM2Net
.EHMNet
is generated byEHM
algorithm and is comprised ofEHMNetNode
, whileEHM2Net
is generated byEHM2
algorithm and is comprised ofEHM2NetNode
- Moved plotting functions to
pyehm.plotting
submodule and removed them as class methods from the nets/trees - Updated docs to reflect the API updates
Full Changelog: v1.3...v2.0a1