Skip to content

Commit

Permalink
Version Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot committed Jul 4, 2024
1 parent 246ffe2 commit d56afaf
Show file tree
Hide file tree
Showing 4 changed files with 146 additions and 138 deletions.
2 changes: 1 addition & 1 deletion cai_causal_graph/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
'VARIABLE_NAME',
]

__version__ = '0.5.0'
__version__ = '0.5.1'

from cai_causal_graph.causal_graph import CausalGraph, Skeleton
from cai_causal_graph.time_series_causal_graph import TimeSeriesCausalGraph
Expand Down
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## NEXT
## 0.5.1

- Improved caching of results for `cai_causal_graph.time_series_causal_graph.TimeSeriesCausalGraph` class, including:
- Adding caching to the following methods: `cai_causal_graph.time_series_causal_graph.TimeSeriesCausalGraph.get_minimal_graph`, `cai_causal_graph.time_series_causal_graph.TimeSeriesCausalGraph.is_minimal_graph`,
Expand Down
Loading

0 comments on commit d56afaf

Please sign in to comment.