Changes between Version 1 and Version 2 of Dev2024-4-15


Ignore:
Timestamp:
Apr 15, 2024, 4:02:12 PM (18 months ago)
Author:
Tom Goddard
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Dev2024-4-15

    v1 v2  
    11= ChimeraX Developer Meeting =
    22
    3 Attendance: Greg, Zach, Tom, Eric
     3Attendance: Greg, Tom, Eric
    44
    55April 15, 2024
     
    1818= Discussion =
    1919
     20* StateManager API to remove entries, ticket #14894
     21  - Tristan has session restore problem where he needs to remove ResidueStepper instances from state manager dictionary.
     22  - Need new API to get dictionary keys to use with Session.remove_state_manager(key).
     23  - Eric will add a new API to get keys.
     24
     25* Prereq updates
     26  - Greg reviewed prereqs that have new versions.
     27  - Tom updated ihm to 1.0 and pyopenx today.
     28  - blosc is pulled in by pytables.
     29  - Pytables is pinned at 3.8 because 3.9 executes ChimeraX as a subprocess to get cpuinfo.
     30
     31* 1.8 release roadmap and tickets
     32  - Looked over 1.8 roadmap and milestoned tickets.
     33  - Current date for 1.8 release is June 1.
     34  - Will require release candidates at start of May to make that date.
     35  - Eric has some sequence insertion/deletion handling to add for the release.  Could use 3 weeks.
     36  - Profile grids will likely be pushed to ChimeraX 1.9.
     37
     38* Scenes
     39  - Scooter wants Zach to work on scenes.
     40  - Eric says bulk of work is in specific model types, like AtomicStructure that he will do, where state is in C++.
     41
     42* Linux startup crashes
     43  - Get many Linux start up crash reports (1-2 per week?).
     44  - Qt fails to start because can't get OpenGL.
     45  - Not clear if these are all remote display problems.
     46  - User manages to report crash so they must have got it to start subsequently.
     47  - Would be useful if we could advise how to fix issue (e.g. remote display does not work) so they don't report the crashes that take's our time to triage and close.
     48
     49* VR
     50  - Tom plans on working on VR documentation / tutorials
    2051
    2152--------------------------