What's Changed
* Support for hidden variables by jmafoster1 in https://github.com/CITCOM-project/CausalTestingFramework/pull/161
* Json read multiple files by cwild-UoS in https://github.com/CITCOM-project/CausalTestingFramework/pull/162
In order to read multiple json files with the json frontend, the [ObservationalDataCollector](https://github.com/CITCOM-project/CausalTestingFramework/blob/e23b9b16531f3ead1909812c31a79db6f0382ed4/causal_testing/data_collection/data_collector.py#L133) now directly takes a dataframe instead of a path to a dataframe. However this will be breaking for any code in <= CTF.v2 using this class.
**Full Changelog**: https://github.com/CITCOM-project/CausalTestingFramework/compare/v2.0.8...v3.0.0