Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@Croydon-Brixton Croydon-Brixton released this 05 Jan 22:53
· 1 commit to main since this release

What's Changed

  • BREAKING CHANGE: Changed the default of pymol_remote to listen only on localhost instead of on all interfaces (0.0.0.0). This was done for improved security for users and will require SSH port forwarding for pymol remote to work. How to do this is explained in detail in the README.
    To replicate the old behaviour of pymol_remote, you can run PYMOL_RPC_HOST=0.0.0.0 pymol_remote, then pymol_remote will continue to work as it did in version prior to v1.0.0
  • Added convenient styling commands in style.py that make pymol nicer to look at.
  • Improvements in error messages for set_state and auto-setup of pymol_remote when running pytests.

Full Changelog: v0.1.0...v1.0.0