Skip to content

Commit

Permalink
2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
speleo3 committed May 20, 2020
1 parent 5c2b90e commit d9faf3e
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 1 deletion.
33 changes: 33 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,39 @@
CHANGE LOG
=========================================================================

2020-05-20 Thomas Holder, Jarrett Johnson

* 2.4.0

* load_traj
- support netcdf format
- support `selection` argument with all file formats

* CCP4/MRC Map Support
- Distinguish .ccp4 and .mrc extensions (regarding origin)
- .map extension: auto-detect the format

* New distance mode 8

* MMTF export: Consider `pdb_retain_ids` setting

* GLTF export (based on collada2gltf)

* New `internal_gui_name_color_mode` setting

* MPEG4 Movie export: Apply `movie_fps` setting to exported file

* Python API
- Improved error handling with exceptions
- New: cmd.rebond()
- New: cmd.get_capabilities()
- Fix: cmd.get_bonds() state off by one
- cmd.fit() et al.: raise on error

* Launch Options
- Restore `-V` launch argument for external GUI height
- macOS: `open` event opens new window

2019-02-11 Thomas Holder, Jarrett Johnson

* 2.3.0
Expand Down
2 changes: 1 addition & 1 deletion layer0/Version.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef _PyMOL_VERSION
#define _PyMOL_VERSION "2.4.0b0"
#define _PyMOL_VERSION "2.4.0"
#endif

/* for session file compatibility */
Expand Down

0 comments on commit d9faf3e

Please sign in to comment.