Changes between Version 1 and Version 2 of Dev2026-07-27


Ignore:
Timestamp:
Jul 27, 2026, 3:48:41 PM (11 hours ago)
Author:
Tom Goddard
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Dev2026-07-27

    v1 v2  
    77= Agenda =
    88
     9* Deprecate mmtf reader
     10* Github pypi package security warnings
     11* Amber 26 update
     12* Updating PyPi packages
     13* Try !PyQt to !PySide for next release?
    914* Inside ribbon color.
    1015* Work in progress reports.
     
    1520= Discussion =
    1621
     22* Deprecate mmtf reader
     23 - Should we remove mmtf from ChimeraX?
     24 - Yes, announce on the mailing list and remove from daily build.
     25 - Greg says PDB stopped supplying mmtf binary files for new entries in 2024.
     26 - PDB has a newer binary mmcif format.
    1727
     28* Github pypi package security warnings
     29 - 6 security warnings about PyPi packages: lxml, filelock, requests, pygments, messagepack
     30 - Greg will update these
     31
     32* Amber 26 update
     33 - Eric working on updating from Amber 20 to Amber 26 (6 year jump).
     34 - Trying build on Windows, not yet in daily build, currently causing test suite failure.  Fix has been made.
     35
     36* Updating PyPi packages
     37 - Looked at outdated PyPi packages using prereqs/pips/Makefile app-outdated target.  Shows about 60 packages.
     38 - We should consider which are important to keep up to date.
     39 - Discussed keeping certifi up to date.
     40
     41* PySide
     42 - Zach may try switching PyQt to PySide in daily build when Qt 6.11.2 comes out.
     43 - We reverted from Qt 6.11.1 to Qt 6.10.2 due to a main window resizing bug when floating tools present.
     44 - If we want to use PySide instead of PyQt in next December ChimeraX release need to be using it in daily builds no later than August to give enough time for testing.
    1845
    1946--------------------------