Changes between Initial Version and Version 1 of 2018-12-13


Ignore:
Timestamp:
Dec 13, 2018, 2:47:17 PM (7 years ago)
Author:
Tom Ferrin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • 2018-12-13

    v1 v1  
     1= Attendees =
     2
     3* Eric, Greg, TomG, TomF, Elaine, Scooter
     4
     5= Agenda =
     6* Action items
     7* Chimera
     8  * 1.13.1 release
     9    * Fedora 29 lib problems
     10    * Windows installs with release-candidate naming
     11    * Windows session/prefs saving problems
     12    * !Area/Volume from Web
     13    * Menus do not work on second display on Mac
     14* ChimeraX
     15  * RBVI bundles on toolshed
     16    - Change build process to trim down list of bundles in standard release while still testing toolshed-only bundles
     17  * Stable APIs, #922
     18  * Documentation strategy
     19  * What is the return value for {{{open()}}}?
     20    - Closing what's returned by open() can leave container models
     21  * Have right mouse do translation?, #1475
     22  * 0.8 release
     23    - Target date
     24  * 1.0 features (roadmap)
     25
     26= Discussion =
     27* Chimera 1.13.1.
     28  * On Linux, old distributed libraries interacts badly with currently installed ones
     29    - ~~Leave 1.13.1 alone
     30    - ~~Remove offending ancient libraries from daily build
     31    - ~~Tell users who run into problem to use daily build
     32    - Waiting on feedback
     33  * Fix Fedora 29 problem, then decide whether 1.13.2 or 1.14
     34    - ~~Need to test on both new and old versions of Linux
     35    - Test on Fedora 29
     36* ChimeraX
     37  - Putting RBVI bundles on toolshed
     38    - Want separate run-time vs build-time dependencies in bundle_info.xml
     39  * Stable APIs
     40    - See action items
     41  * Documentation strategy
     42    - Use ":inherited-methods" as appropriate for 0.9
     43  * 0.8 release
     44    - (CentOS version of daily build is now installed in plato:~chimera)
     45    - ~~Push release date to get rings in
     46    - If possible fix some of the problems Tristan is having
     47      - ~~Strange _defer error message
     48      - ~~structure arg bug
     49      - Model reassignment works first time but fails on subsequent attempts
     50        - TomG will take a quick look to see where the problem is
     51    - Solving other tickets should be attempted but may be pushed
     52    - Decision: release 0.8 on Monday December 17th
     53* ~~Christmas card
     54  * ~~Nucleosome over background image
     55
     56= Action Items =
     57* ~~Greg will remove ancient libraries (freetype, libz) from Chimera daily build and test on several systems
     58* ~~Eric will remove !Area/Volume from Web
     59* Conrad will look at "git flow" for common practice
     60  - https://datasift.github.io/gitflow/IntroducingGitFlow.html
     61  - Conrad will make "git flow" ticket for 0.9 and master branch
     62* Conrad will look at Sphinx for adding link for "all methods even from base classes"
     63  - {{{:inherited-methods}}} can be used judiciously.  For example, the {{{AtomicStructure}}} class should use it because its base classes are not intended for public consumption, but {{{StructureSequence}}} might not because its base class {{{Sequence}}} can be used independently.
     64* Greg will implement documentation virtual overlay symlink target