Skip to content

Commit

Permalink
0.7.0 \[skip ci\]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release committed Jun 7, 2024
1 parent a134534 commit e81fd92
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 3 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,32 @@
# CHANGELOG


## v0.7.0 (2024-06-07)


### Build

* build(deps): bump jinja2 from 3.1.3 to 3.1.4 in /examples/torch_mnist (#125) ([`41ef257`](https://github.com/Helmholtz-AI-Energy/perun/commit/41ef2577380b505734af7ed364081ed2235e6394))


### Chore

* chore: post-release ([`6ba0f70`](https://github.com/Helmholtz-AI-Energy/perun/commit/6ba0f70dd6de0345aaab94768ef1a87888d9c6c9))


### Feature

* feat: Power plot in hdf5 for energy measurements, and clock info for CPU and GPU (#123) ([`ded5643`](https://github.com/Helmholtz-AI-Energy/perun/commit/ded5643f58ddb99226db1a1e3caacb9e8ef12f99))


## v0.6.2 (2024-04-15)


### Fix

* fix: support for non-spmd region monitoring (dask support) ([`ce68162`](https://github.com/Helmholtz-AI-Energy/perun/commit/ce681622e437fb6521d6318ff55268fffddab891))


## v0.6.1 (2024-03-19)


Expand Down Expand Up @@ -484,3 +503,4 @@
### Fix

* fix: semantic-release action ([`90caf3d`](https://github.com/Helmholtz-AI-Energy/perun/commit/90caf3d6817e42c21ad1f9d30a32038fe96c0362))

2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
project = "perun"
copyright = "2023, Juan Pedro Gutiérrez Hermosillo Muriedas"
author = "Juan Pedro Gutiérrez Hermosillo Muriedas"
release = "0.6.2"
release = "0.7.0"

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
2 changes: 1 addition & 1 deletion perun/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""perun module."""

# flake8: noqa
__version__ = "0.6.2"
__version__ = "0.7.0"
from perun.configuration import config
from perun.logging import init_logging

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "perun"
version = "0.6.2"
version = "0.7.0"
description = ""
authors = ["Gutiérrez Hermosillo Muriedas, Juan Pedro <juanpedroghm@gmail.com>"]
license = "BSD-3-Clause"
Expand Down

0 comments on commit e81fd92

Please sign in to comment.