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

0.8.0

Automatically generated by python-semantic-release
parent 4c1d4bb2
No related branches found
No related tags found
No related merge requests found
Pipeline #16470 failed
...@@ -2,6 +2,20 @@ ...@@ -2,6 +2,20 @@
<!--next-version-placeholder--> <!--next-version-placeholder-->
## v0.8.0 (2023-01-24)
### Feature
* **CITATION:** Introduce reference to PySCIPOpt and data ([`4c1d4bb`](https://github.com/BjoernLudwigPTB/lp_nn_robustness_verification/commit/4c1d4bb28f3b4f9b6d38295bdd0bdcca24e9041b))
* **timing_evaluation notebook:** Introduce timing evaluation in jupyter notebook ([`a84e2cf`](https://github.com/BjoernLudwigPTB/lp_nn_robustness_verification/commit/a84e2cff5ea448a6f03c69bf9d390e3e3a8f1c60))
### Fix
* **pre_processing:** Replace z_i by theta_i in the calculation of xi_i ([`cc1d9c8`](https://github.com/BjoernLudwigPTB/lp_nn_robustness_verification/commit/cc1d9c8941ec49bb72de2faf03086838bedc3377))
* Adapt all calls of ZeMASamples to most recent version v0.7.0 of zema_emc_annotated ([`6807f6b`](https://github.com/BjoernLudwigPTB/lp_nn_robustness_verification/commit/6807f6b919a18b38f6b3c826faff8116ca5b3ba4))
### Documentation
* **timing_evaluation notebook:** Introduce timing evaluation jupyter notebook ([`56e7bcb`](https://github.com/BjoernLudwigPTB/lp_nn_robustness_verification/commit/56e7bcb59bc439337d302fdadd601777f51add75))
**[See all commits in this version](https://github.com/BjoernLudwigPTB/lp_nn_robustness_verification/compare/v0.7.0...v0.8.0)**
## v0.7.0 (2023-01-20) ## v0.7.0 (2023-01-20)
### Feature ### Feature
* **pre_processing:** Utilize timing module in pre-processing ([`c7926cb`](https://github.com/BjoernLudwigPTB/lp_nn_robustness_verification/commit/c7926cbed7bb378d01006955b352f76406a32360)) * **pre_processing:** Utilize timing module in pre-processing ([`c7926cb`](https://github.com/BjoernLudwigPTB/lp_nn_robustness_verification/commit/c7926cbed7bb378d01006955b352f76406a32360))
......
...@@ -29,7 +29,7 @@ keywords: ...@@ -29,7 +29,7 @@ keywords:
- neural networks - neural networks
- pyscipopt - pyscipopt
license: MIT license: MIT
version: 0.7.0 version: 0.8.0
identifiers: identifiers:
- description: >- - description: >-
This is the general DOI to cite all versions of the software. To cite a specific This is the general DOI to cite all versions of the software. To cite a specific
......
...@@ -151,7 +151,7 @@ author = "B. Ludwig" ...@@ -151,7 +151,7 @@ author = "B. Ludwig"
# built documents.K # built documents.K
# #
# The short X.Y version. # The short X.Y version.
version = "0.7.0" version = "0.8.0"
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
# release = "1.3.1" # release = "1.3.1"
......
...@@ -24,7 +24,7 @@ classifiers = [ ...@@ -24,7 +24,7 @@ classifiers = [
"Topic :: Scientific/Engineering :: Mathematics", "Topic :: Scientific/Engineering :: Mathematics",
"Topic :: Scientific/Engineering :: Artificial Intelligence", "Topic :: Scientific/Engineering :: Artificial Intelligence",
] ]
version = "0.7.0" version = "0.8.0"
dependencies = [ dependencies = [
"numpy", "numpy",
"pyinterval", "pyinterval",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment