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

0.7.0

Automatically generated by python-semantic-release
parent d22ead1d
Branches
No related tags found
No related merge requests found
Pipeline #16325 passed
......@@ -2,6 +2,16 @@
<!--next-version-placeholder-->
## v0.7.0 (2023-01-20)
### Feature
* **pre_processing:** Utilize timing module in pre-processing ([`c7926cb`](https://github.com/BjoernLudwigPTB/lp_nn_robustness_verification/commit/c7926cbed7bb378d01006955b352f76406a32360))
* **timing:** Introduce module to time and store progress ([`dddd24d`](https://github.com/BjoernLudwigPTB/lp_nn_robustness_verification/commit/dddd24d129ddb533ca1d286531384c4fc60f80ca))
### Documentation
* **timing:** Introduce timing module into docs ([`5670c98`](https://github.com/BjoernLudwigPTB/lp_nn_robustness_verification/commit/5670c982382ecc0a627ef5307c35f55e68235133))
**[See all commits in this version](https://github.com/BjoernLudwigPTB/lp_nn_robustness_verification/compare/v0.6.1...v0.7.0)**
## v0.6.1 (2023-01-19)
### Fix
* **linear_program:** Remove any clutter from linear_program after finding same results in all cases ([`e4d1f2f`](https://github.com/BjoernLudwigPTB/lp_nn_robustness_verification/commit/e4d1f2fa6d51e7b07402609693c2f125941d7e11))
......
......@@ -29,7 +29,7 @@ keywords:
- neural networks
- pyscipopt
license: MIT
version: 0.6.1
version: 0.7.0
identifiers:
- description: >-
This is the general DOI to cite all versions of the software. To cite a specific
......
......@@ -151,7 +151,7 @@ author = "B. Ludwig"
# built documents.K
#
# The short X.Y version.
version = "0.6.1"
version = "0.7.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.6.1"
version = "0.7.0"
dependencies = [
"numpy",
"pyinterval",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment