Skip to content
Snippets Groups Projects
Commit b5163c04 authored by Björn Ludwig's avatar Björn Ludwig
Browse files

0.18.0

Automatically generated by python-semantic-release
parent 87876aa1
No related branches found
No related tags found
No related merge requests found
Pipeline #16475 passed
......@@ -2,6 +2,15 @@
<!--next-version-placeholder-->
## v0.18.0 (2023-01-24)
### Feature
* **plotting notebook:** Introduce notebook containing plots of the activation function ([`87876aa`](https://github.com/BjoernLudwigPTB/pytorch_gum_uncertainty_propagation/commit/87876aa1df50461f4527d371d001eb977a2fbe45))
### Documentation
* **INSTALL:** Improve install command for examples' dependencies ([`c39b141`](https://github.com/BjoernLudwigPTB/pytorch_gum_uncertainty_propagation/commit/c39b141868b1c381e3f008b26e1e29b76d082aef))
**[See all commits in this version](https://github.com/BjoernLudwigPTB/pytorch_gum_uncertainty_propagation/compare/v0.17.1...v0.18.0)**
## v0.17.1 (2023-01-21)
### Fix
* **zema_dataset:** Adapt to most recent zema_emc_annotated version v0.7.0 ([`7a7df38`](https://github.com/BjoernLudwigPTB/pytorch_gum_uncertainty_propagation/commit/7a7df3813908de4ccd9c4f8a7599d37480d9d61d))
......
......@@ -28,7 +28,7 @@ keywords:
- neural networks
- pytorch
license: MIT
version: 0.17.1
version: 0.18.0
identifiers:
- description: >-
This is the general DOI to cite all versions of the software. To cite a specific
......
# GUM-compliant_neural-network_uncertainty-propagation
[![pipeline status](https://gitlab1.ptb.de/ludwig10_masters_thesis/gum-compliant_neural-network_uncertainty-propagation/badges/main/pipeline.svg)](https://gitlab1.ptb.de/ludwig10_masters_thesis/gum-compliant_neural-network_uncertainty-propagation/-/commits/main)
[![Documentation Status](https://readthedocs.org/projects/pytorch-gum-uncertainty-propagation/badge/?version=v0.17.1)](https://pytorch-gum-uncertainty-propagation.readthedocs.io/en/v0.17.1/)
[![Documentation Status](https://readthedocs.org/projects/pytorch-gum-uncertainty-propagation/badge/?version=v0.18.0)](https://pytorch-gum-uncertainty-propagation.readthedocs.io/en/v0.18.0/)
[![codecov](https://codecov.io/gh/BjoernLudwigPTB/pytorch_gum_uncertainty_propagation/branch/main/graph/badge.svg?token=140ATVOTKC)](https://app.codecov.io/gh/BjoernLudwigPTB/pytorch_gum_uncertainty_propagation?search=&trend=7%20days&displayType=list)
[![Latest Release](https://img.shields.io/github/v/release/BjoernLudwigPTB/pytorch_gum_uncertainty_propagation?label=Latest%20release)](https://github.com/BjoernLudwigPTB/pytorch_gum_uncertainty_propagation/releases/latest)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.7552896.svg)](https://doi.org/10.5281/zenodo.7552896)
......@@ -22,7 +22,7 @@ that take a look at our
## Documentation
The documentation can be found on
[ReadTheDocs](https://pytorch-gum-uncertainty-propagation.readthedocs.io/en/v0.17.1/).
[ReadTheDocs](https://pytorch-gum-uncertainty-propagation.readthedocs.io/en/v0.18.0/).
## Disclaimer
......
......@@ -153,7 +153,7 @@ author = "B. Ludwig"
# built documents.K
#
# The short X.Y version.
version = "0.17.1"
version = "0.18.0"
# The full version, including alpha/beta/rc tags.
# release = "1.3.1"
......
......@@ -24,7 +24,7 @@ classifiers = [
"Topic :: Scientific/Engineering :: Mathematics",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
]
version = "0.17.1"
version = "0.18.0"
dependencies = [
"numpy",
"torch",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment