0.7.1
wmayner
released this
23 Jul 15:31
·
3578 commits
to feature/iit-4.0
since this release
Fixes
- Fixed a bug in
compute.constellation_distance
where π from partitioned concepts was not allowed to move to the null concepts; it was assumed that the unpartitioned constellation would always have greater πΊπ. In some cases, the partitioned system will actually have greater πΊπ than the unpartitioned constellation, in which case some of that π needs to move to the null concept during the EMD calculation. This fix changes the distance matrix so that can happen.