Skip to content

Commit

Permalink
Change docs versionadded/changed 0.5.X -> 0.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
trsvchn authored and vfdev-5 committed Aug 2, 2021
1 parent 4870686 commit 2c2c593
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ignite/distributed/comp_models/native.py
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ def _expand_hostlist(nodelist: str) -> List[str]:
Args:
nodelist: Compressed hostlist string
.. versionadded:: 0.5.1
.. versionadded:: 0.4.6
"""
node_list = nodelist.split(", ")

Expand Down
2 changes: 1 addition & 1 deletion ignite/handlers/ema_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def print_ema_momentum(engine):
engine.run(...)
.. versionadded:: 0.5.0
.. versionadded:: 0.4.6
"""

Expand Down
2 changes: 1 addition & 1 deletion ignite/metrics/gan/inception_score.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class InceptionScore(_BaseInceptionMetric):
m.update(images)
print(m.compute())
.. versionadded:: 0.5.0
.. versionadded:: 0.4.6
"""

def __init__(
Expand Down

0 comments on commit 2c2c593

Please sign in to comment.