Skip to content

Commit

Permalink
0.8.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
BjoernLudwigPTB committed Jan 24, 2023
1 parent 4c1d4bb commit 59cd30f
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

<!--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)
### Feature
* **pre_processing:** Utilize timing module in pre-processing ([`c7926cb`](https://github.com/BjoernLudwigPTB/lp_nn_robustness_verification/commit/c7926cbed7bb378d01006955b352f76406a32360))
Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ keywords:
- neural networks
- pyscipopt
license: MIT
version: 0.7.0
version: 0.8.0
identifiers:
- description: >-
This is the general DOI to cite all versions of the software. To cite a specific
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ def assemble_path_dict_to_copy_files(source: str, destination: str) -> dict[str,
# built documents.K
#
# The short X.Y version.
version = "0.7.0"
version = "0.8.0"
# The full version, including alpha/beta/rc tags.
# release = "1.3.1"

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ classifiers = [
"Topic :: Scientific/Engineering :: Mathematics",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
]
version = "0.7.0"
version = "0.8.0"
dependencies = [
"numpy",
"pyinterval",
Expand Down

0 comments on commit 59cd30f

Please sign in to comment.