Skip to content

Commit db9cdd2

Browse files
committed
docs: add version compatibility table to installation guide
1 parent 7f05cab commit db9cdd2

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

docs/installation.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66
- **QuantLib**: 1.40+
77
- **Platforms**: Windows, macOS, Linux
88

9+
| PyQuantLib | QuantLib | Notes |
10+
|---|---|---|
11+
| 0.1.0 -- 0.6.0 | 1.40, 1.41 | Built and tested against 1.40; verified compatible with 1.41 |
12+
| 0.7.0+ | 1.41+ | Requires 1.41 (uses MultiCurve/GlobalBootstrap API) |
13+
914
PyQuantLib provides bindings for a subset of QuantLib. Foundational components are available: time handling, term structures, common instruments, and pricing engines. Coverage is actively growing. See the {doc}`api/index` for what's available.
1015

1116
```{note}

0 commit comments

Comments
 (0)