diff --git a/.github/workflows/quantlib-risks.yml b/.github/workflows/quantlib-risks.yml index a29c0242..c3eaa086 100644 --- a/.github/workflows/quantlib-risks.yml +++ b/.github/workflows/quantlib-risks.yml @@ -129,7 +129,7 @@ jobs: needs: build_wheels if: >- github.event_name == 'workflow_dispatch' || - (github.repository == 'auto-differentiation/QuantLib-Risks' && + (github.repository == 'auto-differentiation/QuantLib-Risks-Py' && (github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v'))) environment: name: testpypi diff --git a/Python/README.md b/Python/README.md index 6bd4a811..fd58de0c 100644 --- a/Python/README.md +++ b/Python/README.md @@ -34,3 +34,8 @@ with Tape() as t: print(f"price = {npv}") print(f"delta = {rate.derivative}") ``` + +## Related Projects + +- XAD Comprehensive automatic differentiation in [Python](https://github.com/auto-differentiation/xad-py) and [C++](https://github.com/auto-differentiation/xad) +- QuantLib-Risks: Fast risk evaluations in [Python](https://github.com/auto-differentiation/QuantLib-Risks-Py) and [C++](https://github.com/auto-differentiation/QuantLib-Risks-Cpp) diff --git a/README.md b/README.md index 84a4dd7c..65a4e5a5 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +> Part of the [XAD ecosystem](https://github.com/auto-differentiation) — the fastest automatic differentiation library for C++. +> If this is useful to you, please star the [core XAD repository](https://github.com/auto-differentiation/xad). QuantLib-Risks: Risk-enabled QuantLib for Python ================================================