Changes between Version 1 and Version 2 of Dev2026-02-23


Ignore:
Timestamp:
Feb 23, 2026, 3:36:29 PM (7 hours ago)
Author:
Tom Goddard
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Dev2026-02-23

    v1 v2  
    11= ChimeraX Developer Meeting =
    22
    3 Attendance: Eric, Zach, Tom, Greg
     3Attendance: Eric, Tom, Greg
    44
    55February 23, 2026
     
    77= Agenda =
    88
    9 * PySide, any new bugs?
     9* !PySide, any new bugs?
    1010* Toolshed update caching to reduce database load.
    1111* Web site accessibility progress.
     
    1919= Discussion =
    2020
     21* PySide6 bugs
     22 - PySide6 6.10.2 broke mac startup.  Reverting to 6.10.1 today.
     23 - Get file dialog does not have "directory" key word.  Need to modify Qt shim to handle PyQt and PySide keywords.
     24 - A few other possible PySide issues.
     25
     26* Toolshed caching
     27 - Greg finds almost all MariaDB queries are for Toolshed updates (200k in log).
     28 - Caching is being used for update queries.
     29 - Cache should recompute when new bundle added.
     30 - Tom will probably approve a new bundle (cubeNtube) today and notify Greg to verify that cache updates as expected.
     31
     32* Web accessibility
     33 - Score still at 97.2%.
     34
     35* Python 3 generic C API
     36 - Greg will look at whether all ChimeraX code complies with generic Python 3 C API.
    2137
    2238--------------------------