[1.1.0-beta.5](https://github.com/bradendubois/probability-code/compare/v1.1.0-beta.4...v1.1.0-beta.5) (2021-03-10)
Bug Fixes
* added 'latent' flag to test model, added additional backdoor test ([f187599](https://github.com/bradendubois/probability-code/commit/f1875995b9a41eb192b5cb36df6cbf767966b9da))
* added CPT generation/return to cpt api ([743d148](https://github.com/bradendubois/probability-code/commit/743d14815f29f4e198886660c2ce6ffae05a4e56))
* added JSON model to testing suite, omit failure branch from coverage in backdoor tests ([5a31da0](https://github.com/bradendubois/probability-code/commit/5a31da0c625872b4bfec8c4751702ef68957eac3))
* added Path/Union typing to API, moved CPT creation ([2ebd291](https://github.com/bradendubois/probability-code/commit/2ebd291cd6a240ff6d71e9fcf2e7fb9b6bb4def4))
* added test to ensure a variable is 'equal' to its name ([327b657](https://github.com/bradendubois/probability-code/commit/327b657ab1f6f4bc35b64fc15c49187a66cb9e59))
* added Variable tests to pytest suite ([1421f0b](https://github.com/bradendubois/probability-code/commit/1421f0b8e15c88c6b13c0144a78efa171a474052))
* fixed Backdoor pathfinding to eliminate edge case path ([b543159](https://github.com/bradendubois/probability-code/commit/b543159a03d9d547164b810fee715bb4f94068d4))
* fixed small return value of api backdoor path parsing ([a82b7fd](https://github.com/bradendubois/probability-code/commit/a82b7fd6f9d363d0cc25e866c5014c54d02463d6))
* moved "within_precision" to helper file ([d14540e](https://github.com/bradendubois/probability-code/commit/d14540ed3c14bf815b5ded7c6f50311f1dc9699b))
Features
* added API tests to pytest suite ([81fdb97](https://github.com/bradendubois/probability-code/commit/81fdb9756f98d8d047dbf531a638a392607c41b6))