Skip to content

Commit

Permalink
Release 0.7.3 (#1163)
Browse files Browse the repository at this point in the history
* rollback

* change golem version
  • Loading branch information
maypink authored Sep 4, 2023
1 parent 73d5a64 commit 7cd593e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions fedot/core/pipelines/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -409,11 +409,11 @@ def replace_n_jobs_in_nodes(self, n_jobs: int):
def show(self, save_path: Optional[Union[PathLike, str]] = None, engine: Optional[str] = None,
node_color: Optional[NodeColorType] = None, dpi: Optional[int] = None,
node_size_scale: Optional[float] = None, font_size_scale: Optional[float] = None,
edge_curvature_scale: Optional[float] = None, title: Optional[str] = None,
edge_curvature_scale: Optional[float] = None,
nodes_labels: Dict[int, str] = None, edges_labels: Dict[int, str] = None):
PipelineVisualizer(self).visualise(save_path=save_path, engine=engine, node_color=node_color,
dpi=dpi, node_size_scale=node_size_scale, font_size_scale=font_size_scale,
title=title, nodes_labels=nodes_labels, edges_labels=edges_labels)
nodes_labels=nodes_labels, edges_labels=edges_labels)


def _graph_nodes_to_pipeline_nodes(operator: LinkedGraph, nodes: Sequence[PipelineNode]):
Expand Down
2 changes: 1 addition & 1 deletion fedot/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.7.2'
__version__ = '0.7.3'
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Base framework
thegolem @ git+https://github.com/aimclub/GOLEM.git@stable#egg=thegolem
thegolem==0.3.3

# Data
numpy>=1.16.0, !=1.24.0
Expand Down

0 comments on commit 7cd593e

Please sign in to comment.