What's Changed
- Add instructions for mac M machines by @davegrays in #5
- Various usability improvements by @Croydon-Brixton in #6
Features:
- convenient entry point via
get_pymol_sessionin__init__.py - capabilities to discover available commands via
PymolSession.find_command - migrate out the
launch_pymol_with_rpccommand tocli.pyfor clarity - automatic suggestion of nearest available commands in the error message if user requested command doesn't exist
Documentation improvements:
- updates to the demo showing the back & forth transfer of structures between pymol & biotite
Testing & Robustness
- added tests for the new functionality
New Contributors
- @davegrays made their first contribution in #5
Full Changelog: v1.0.0...v1.1.0