| | 29 | * Python update to 3.14 |
| | 30 | - After release we will decide whether to update Python 3.11 in ChimeraX. |
| | 31 | - Python 3.14 has a getrefcount() change that requires a simple ChimeraX fix. |
| | 32 | - Python 3.14 would need numpy 2 since numpy 1 not build for 3.14. |
| | 33 | |
| | 34 | * Generic Python API for toolshed bundles |
| | 35 | - Can bundle developers with compiled code use the Python generic C API so they don't have to recompile for new ChimeraX versions that use newer Python? |
| | 36 | - Greg believes that is already possible. |
| | 37 | - Discussed whether ISOLDE could use this. It links against ChimeraX atomic library so any change to that library API would prevent reusing ISOLDE in newer ChimeraX. Eric says atomic API has seldom changed. |
| | 38 | |
| | 39 | * Ubuntu 26.04 builds |
| | 40 | - Github Actions still does not have an Ubuntu 26.04 runner so we are not yet making a build of ChimeraX. |
| | 41 | - Greg tested the ChimeraX 1.11 ubuntu 24 distribution on an ubuntu 26 VM and it started. |
| | 42 | |
| | 43 | * Ubuntu |