-
Notifications
You must be signed in to change notification settings - Fork 48
Closed
Labels
Blogblog content and articlesblog content and articles
Description
The 0.19.0 release (MDAnalysis/mdanalysis#1971) is imminent (PR MDAnalysis/mdanalysis#2095) so we need a blog post that summarizes the major things.
- Windows conda packages (Python 3 only)
- contributions from GSoC (we want the separate posts Blog post for on-the-fly transformations #87 and GSoC Blog Post : Improved Distance search methods #90 up as soon as possible, too, so that we can link to them; I would prefer them to come before the release post)
- distances and PBC handling
– link to GSoC Blog Post : Improved Distance search methods #90
- periodic keyword forselect_atoms() - on-the-fly transformations – link to Blog post for on-the-fly transformations #87
- distances and PBC handling
- contributions from NSF REU (dihedral and Ramachandran/Janin analysis – can use something from Henry's bio page)
- various performance improvements (see CHANGELOG)
- ChainReader can now smartly concatenate trajectories and drop duplicated frames
- sliced trajectory objects
- improvements/additions in analysis
- density (more flexibility in choosing the analyzed volume)
- radial distribution function (InterRDF_s)
- formats
- added hybrid36 format for PDB-like files
- SETTLE constraints in Gromacs TPR files are now read as bonds (Gromacs water defined with SETTLES appear as disconnected when read from TPR mdanalysis#1949)
- MemoryReader is now feature-complete: supports box size and the new transformations; various inconsistencies fixed. Basic idea: any changes to the MemoryReader's data (positions, velocities, forces, dimensions) are permanent.
- deprecations
- removed
quiet=True; useverbose=Falseinstead - analysis: use
run(start, stop, step) - save data using your own tools instead of
.save()methods: easier to maintain because formats change (e.g. pickle) and we think the user knows best how they want to keep their data
- removed
- deprecated "flags" (probably no-one used them... remove flag registry mdanalysis#782 for details)
- highlight new contributors
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Blogblog content and articlesblog content and articles