| | 1 | = Attendees = |
| | 2 | |
| | 3 | * Conrad, Elaine, Greg, Eric, TomF, TomG, Scooter |
| | 4 | |
| | 5 | = Agenda = |
| | 6 | * ChimeraX 0.6 release |
| | 7 | - Performance |
| | 8 | - APIs |
| | 9 | |
| | 10 | = Discussion = |
| | 11 | * ChimeraX 0.6 performance |
| | 12 | - |
| | 13 | * ChimeraX 0.6 APIs |
| | 14 | * Release APIs used in tutorials |
| | 15 | - Tutorials need to be edited for clarity |
| | 16 | - First cut (dumping minimal required information into file) for all but "fetch" tutorial is in |
| | 17 | - First editing pass has **not** been done yet |
| | 18 | - Need to make sure all the links work and have real content |
| | 19 | - Need to add "Supported API" string to doc strings of public classes, methods and functions (see [wiki:2017-09-21]) |
| | 20 | * APIs used in tutorials (so far) |
| | 21 | - :py:class:`chimerax.core.atomic.Atom` |
| | 22 | - :py:class:`chimerax.core.atomic.AtomicStructure` |
| | 23 | - :py:class:`chimerax.core.atomic.Bond` |
| | 24 | - :py:class:`chimerax.core.atomic.Collection` |
| | 25 | - :py:class:`chimerax.core.atomic.Residue` |
| | 26 | - |
| | 27 | - :py:class:`chimerax.core.commands` |
| | 28 | - :py:class:`chimerax.core.commands.cli.CmdDesc` |
| | 29 | - :py:class:`chimerax.core.commands.ModelsArg` |
| | 30 | - :py:class:`chimerax.core.commands.register` |
| | 31 | - :py:class:`chimerax.core.commands.register_selector` |
| | 32 | - :py:func:`chimerax.core.commands.cli.register` |
| | 33 | - :py:func:`chimerax.core.commands.run` |
| | 34 | - |
| | 35 | - :py:class:`chimerax.core.logger.Logger` |
| | 36 | - |
| | 37 | - :py:class:`chimerax.core.models.Model` |
| | 38 | - |
| | 39 | - :py:class:`chimerax.core.objects.Objects` |
| | 40 | - |
| | 41 | - :py:class:`chimerax.core.session.Session` |
| | 42 | - |
| | 43 | - :py:class:`chimerax.core.toolshed.BundleAPI` |
| | 44 | - :py:class:`chimerax.core.toolshed.BundleInfo` |
| | 45 | - :py:class:`chimerax.core.toolshed.CommandInfo` |
| | 46 | - :py:class:`chimerax.core.toolshed.SelectorInfo` |
| | 47 | - :py:class:`chimerax.core.toolshed.ToolInfo` |
| | 48 | - :py:class:`~chimerax.core.toolshed.BundleAPI.fetch_from_database` |
| | 49 | - :py:class:`~chimerax.core.toolshed.BundleAPI.finish` |
| | 50 | - :py:class:`~chimerax.core.toolshed.BundleAPI.get_class` |
| | 51 | - :py:class:`~chimerax.core.toolshed.BundleAPI.initialize` |
| | 52 | - :py:class:`~chimerax.core.toolshed.BundleAPI.open_file` |
| | 53 | - :py:class:`~chimerax.core.toolshed.BundleAPI.register_command` |
| | 54 | - :py:class:`~chimerax.core.toolshed.BundleAPI.register_selector` |
| | 55 | - :py:class:`~chimerax.core.toolshed.BundleAPI.save_file` |
| | 56 | - :py:class:`~chimerax.core.toolshed.BundleAPI.start_tool` |
| | 57 | - |
| | 58 | - :py:class:`chimerax.core.ui.HtmlToolInstance` |
| | 59 | - |
| | 60 | - :py:class:`chimerax.core.ui.widgets.HtmlView. |
| | 61 | - |
| | 62 | - :py:func:`chimerax.core.io.open_filename` |
| | 63 | |
| | 64 | |
| | 65 | = Action Items (from 14dec17 mtg) = |
| | 66 | * Conrad will write bundle code tutorial |
| | 67 | * Conrad will continue working on ribbon tickets |
| | 68 | * Conrad will create ticket to investigate implementing the "like" operator |
| | 69 | - e.g., to specify polymer in atomspec |