Skip to content

Commit

Permalink
0.6.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Nov 9, 2024
1 parent 121b890 commit 3328d96
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# CHANGELOG

## v0.6.0 (2024-11-09)

### Features

* Add azimuth and elevation properties for 3d axis ([`13f2631`](https://github.com/swvanbuuren/mlpyqtgraph/commit/13f263142ea342af6bba738ba764b916e8c4cfef))

### Refactoring

* Remove orthographic plot of surface example ([`121b890`](https://github.com/swvanbuuren/mlpyqtgraph/commit/121b8902a6204113e134ff127efcd52881dbe7d2))

* Change view angle of arctan2 example ([`9e53c24`](https://github.com/swvanbuuren/mlpyqtgraph/commit/9e53c24787455a8a4056ab1401d03438bce1b61e))
## v0.5.0 (2024-11-09)

### Features
Expand Down
2 changes: 1 addition & 1 deletion mlpyqtgraph/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from .ml_functions import *


__version__ = '0.5.0'
__version__ = '0.6.0'


pqthreads_config.params.signal_slot_timeout = 10_000
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "mlpyqtgraph"
version = "0.5.0"
version = "0.6.0"
description = "Matplotlib like plotting with pyqtgraph in python"
readme = "README.md"
license = { file = "LICENSE" }
Expand Down

0 comments on commit 3328d96

Please sign in to comment.