[1.1.0-beta.1](https://github.com/bradendubois/probability-code/compare/v1.0.0...v1.1.0-beta.1) (2021-02-22)
Bug Fixes
* adjusted renamed inference model validator in dataset generating module ([79caf0a](https://github.com/bradendubois/probability-code/commit/79caf0aa1cad22c67ad20cd0fc69f608002ff913))
* change releaserc branches to objects ([56270b1](https://github.com/bradendubois/probability-code/commit/56270b10428c220e78176b5daedb94560b591112))
* coveralls step in workflow only on linux ([aaa26ac](https://github.com/bradendubois/probability-code/commit/aaa26ac33342f38ab76660665d030c816d9422b5))
* fixed broken printout on ConditionalProbabilityTable missing a row ([fa3ccf7](https://github.com/bradendubois/probability-code/commit/fa3ccf7682a6b6dd98472df56956618668963dea))
* fixed broken square-game model ([8c89baa](https://github.com/bradendubois/probability-code/commit/8c89baa1be19c344c697664e7f6ae9d05ba44490))
* fixed disjoint-sets helper ([5d6f9fa](https://github.com/bradendubois/probability-code/commit/5d6f9fa23686a2fcb985256f76dd9a502198effd))
* fixed missing row in pearl 3.4 model ([fa90267](https://github.com/bradendubois/probability-code/commit/fa90267390d649b3aefcaf1a3db3f88f49246f49))
* fixed workflow typo of ref->refs to allow releases ([fab4ee7](https://github.com/bradendubois/probability-code/commit/fab4ee74b85722c9cb11226c384f2972f1a9b432))
* removed unused ConditionalProbabilityTable __eq__ builtin ([fa6b818](https://github.com/bradendubois/probability-code/commit/fa6b81879c192e4aa506aa3acc0e07fbc8afc54d))
* simplified many import statements ([ba90b02](https://github.com/bradendubois/probability-code/commit/ba90b02db141c34fb5fd809b74ac0ca6cc890ff2))
* simplified test output function ([8695c88](https://github.com/bradendubois/probability-code/commit/8695c883a1fe4b196f4bb65a27e681d4c2a565e7))
* speed up workflow; only lint on one OS/python combination ([e139d3f](https://github.com/bradendubois/probability-code/commit/e139d3fc61f2f88c6bb6a7d228542bd0bd94338e))
* Tweaked releaserc to hopefully mark prereleases correctly ([43a805b](https://github.com/bradendubois/probability-code/commit/43a805b88836ed753e3254162d037448949fb180))
* update readme ([bbb128a](https://github.com/bradendubois/probability-code/commit/bbb128a9833f34e3827c083b8b6b3a269d5b474f))
* updated documentation for REPL / Home ([a7849ed](https://github.com/bradendubois/probability-code/commit/a7849ed99be9c1c1e8ad42cfbd9c1d1a7e20a5f1))
* updated wiki doc on Causal Models to conform to new format ([4183252](https://github.com/bradendubois/probability-code/commit/41832520a35818fc9fe5d708020eb14221fd59f4))
Features
* workflow updates wiki on main only, creates release on main/beta only ([0077046](https://github.com/bradendubois/probability-code/commit/0077046bdd825447208e23d95115f8322fbb27e9))
v1.0.1-develop.1
[1.0.1-develop.1](https://github.com/bradendubois/probability-code/compare/v1.0.0...v1.0.1-develop.1) (2021-02-10)
Bug Fixes
* change releaserc branches to objects ([56270b1](https://github.com/bradendubois/probability-code/commit/56270b10428c220e78176b5daedb94560b591112))
* Tweaked releaserc to hopefully mark prereleases correctly ([43a805b](https://github.com/bradendubois/probability-code/commit/43a805b88836ed753e3254162d037448949fb180))