Skip to content

v1.1.0-beta.7

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 19 Mar 06:32
· 141 commits to beta since this release
43f1c0a

1.1.0-beta.7 (2021-03-19)

Bug Fixes

  • change setup.py to specify package subdir (0ce60a9)
  • fixed more README links to renamed project title (452a073)
  • fixed OutputLogger initialization ordering in Do object (4384304)
  • remove debug / testing printout from setup.py (0e87ead)
  • remove unnecessary exclusion in coverage testing (d1edddf)
  • removed unused 'find_packages' from setuptools (8751248)
  • renamed 'Getting Started'->'Installation' and updated with PyPI info (577e353)
  • skip coverage on failure-cases, since these should not actually be reached (4e4cd53)
  • updated Causal Models (aac5e80)
  • updated links for Home page of wiki (005578d)
  • updated links in README from renaming 'probability-code' -> 'do-calculus' (918d182)
  • updated wiki based on new type hinting (88fc80c)
  • updated wiki to fix paths of variable structures (156f75e)
  • woefully abuse MANIFEST.in (again) to package entire do subdir (c0e8c02)

Features

  • added API page to wiki, added a Outcome/Intervention import to the API to hopefully make them more access in imports (923688a)
  • added new Type hinting into API (8e57056)
  • added structures.Types for type-hinting (40bc597)
  • changed signature for causal graph Probability; assertion rather than return None (29a06f8)
  • implemented advanced Type-hinting (82a1550)