Changes between Version 1 and Version 2 of Dev2023-11-27


Ignore:
Timestamp:
Nov 27, 2023, 4:17:49 PM (2 years ago)
Author:
Tom Goddard
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Dev2023-11-27

    v1 v2  
    2323= Discussion =
    2424
     25* Python 3.11 update
     26  - Greg suggested updating from Python 3.11.2 to 3.11.5 for various bug fixes.
     27  - Decided we should do that in the daily build once the ChimeraX 1.7 release is out.
     28
     29* SciPy broken on macOS 11
     30  - Helix tubes use scipy which fails on macOS 11 with ARM CPU.
     31  - PyPi scipy requires macos 12
     32  - ChimeraX 1.5 and 1.6 also used macos 12 scipy, but an earlier 1.9 version while now we use 1.11 scipy.
     33  - Don't have a macOS 11 system to test on.
     34
     35* ffmpeg flatpak error
     36  - Movie encoding fails in ChimeraX 1.7rc flatpak distribution with image files not found message.
     37  - Greg reproduced this on his flatpak ChimeraX.
     38  - Flatpak comes with ffmpeg 5.0.3.
     39  - Not clear if this is a problem with ffmpeg accessing files in /tmp or if the flatpak ffmpeg was compiled without %d file name support.
     40  - Greg will investigate.
     41  - Tom tried ffmpeg 5.0.1 static build on Ubuntu and it worked.
     42
     43* Windows trailing space in directory name
     44  - Eric fixed Chimera bug where it creates a user-specified directory on Windows with a trailing space.
     45  - Trailing spaces not supported on Windows for files and directories.
     46
     47* ChimeraX 1.7 release
     48  - Eric suggest we may be ready for release in 1 to 2 weeks.
     49
    2550--------------------------
    2651= Action Items =