- `cai_causal_graph.utils.get_variable_name_and_lag` now allows new lines in the names of variables.
- Passing `input_list`, `output_list`, and `fully_connected` as arguments to the constructor of a
`cai_causal_graph.causal_graph.CausalGraph` is now deprecated, and will be removed in future versions. To maintain
this behavior, call `cai_causal_graph.causal_graph.CausalGraph.add_fully_connected_nodes` after construction.
- Upgraded `poetry` version from `1.8.2` to `1.8.3` in the GitHub workflows.