You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 2.9.0-dev0/_sources/examples/analysis/alignment_and_rms/rmsd.ipynb.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -289,7 +289,7 @@
289
289
"source": [
290
290
"### Plotting the data\n",
291
291
"\n",
292
-
"We can easily plot this data using the common data analysis package [pandas](https://pandas.pydata.org). We turn the ``R.rmsd`` array into a [DataFrame](https://pandas.pydata.org/pandas-docs/stable/getting_started/dsintro.html#dataframe) and label each column below."
292
+
"We can easily plot this data using the common data analysis package [pandas](https://pandas.pydata.org). We turn the ``R.rmsd`` array into a [DataFrame](https://pandas.pydata.org/docs/user_guide/dsintro.html#dataframe) and label each column below."
Copy file name to clipboardExpand all lines: 2.9.0-dev0/_sources/formats/reference/gsd.rst.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ Reading in
18
18
19
19
A user will only get an error if the number of particles changes from the first time step. MDAnalysis does not currently check for changes in the particle identity or topology, and it does not update these over the trajectory.
Copy file name to clipboardExpand all lines: 2.9.0-dev0/_sources/releases.md.txt
+30-30Lines changed: 30 additions & 30 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
# MDAnalysis Release Notes
2
-
3
-
1
+
# MDAnalysis Release Notes
2
+
3
+
4
4
## Release 2.8.0 of MDAnalysis
5
5
6
6
This a minor release of MDAnalysis.
@@ -33,8 +33,8 @@ See the [CHANGELOG](https://github.com/MDAnalysis/mdanalysis/blob/release-2.8.0/
33
33
* The `guess_bonds`, `vdwradii`, `fudge_factor`, and `lower_bound` kwargs are deprecated for bond guessing during Universe creation.
34
34
Instead, pass `("bonds", "angles", "dihedrals")` into `to_guess` or `force_guess` during Universe creation, and the associated `vdwradii`, `fudge_factor`, and `lower_bound` kwargs into `Guesser` creation. Alternatively, if `vdwradii`, `fudge_factor`, and `lower_bound` are passed into `Universe.guess_TopologyAttrs`, they will override the previous values of those kwargs.
35
35
* MDAnalysis.topology.guessers and MDAnalysis.topology.tables are deprecated in favour of the new Guessers API and will be removed in MDAnalysis v3.0.
36
-
* Unknown masses are set to 0.0 for current version, this will be depracated in MDAnalysis v3.0.0 and replaced by :class:`Masses`' no_value_label attribute (np.nan).
37
-
36
+
* Unknown masses are set to 0.0 for current version, this will be depracated in MDAnalysis v3.0.0 and replaced by :class:`Masses`' no_value_label attribute (np.nan).
37
+
38
38
## Release 2.7.0 of MDAnalysis
39
39
40
40
This a minor release of MDAnalysis.
@@ -85,8 +85,8 @@ See the [CHANGELOG](https://github.com/MDAnalysis/mdanalysis/blob/release-2.7.0/
85
85
* [@Sumit112192](https://github.com/Sumit112192) made their first contribution in https://github.com/MDAnalysis/mdanalysis/pull/4346
86
86
* [@HeetVekariya](https://github.com/HeetVekariya) made their first contribution in https://github.com/MDAnalysis/mdanalysis/pull/4359
87
87
* [@JoStoe](https://github.com/JoStoe) made their first contribution in https://github.com/MDAnalysis/mdanalysis/pull/4292
88
-
* [@ljwoods2](https://github.com/ljwoods2) made their first contribution in https://github.com/MDAnalysis/mdanalysis/pull/4366
89
-
88
+
* [@ljwoods2](https://github.com/ljwoods2) made their first contribution in https://github.com/MDAnalysis/mdanalysis/pull/4366
89
+
90
90
## Release 2.6.1 of MDAnalysis
91
91
92
92
This is a bugfix release of the 2.6.x version branch of MDAnalysis, it serves as an amendment to the earlier released version 2.6.0.
@@ -102,8 +102,8 @@ See the [CHANGELOG](https://github.com/MDAnalysis/mdanalysis/blob/release-2.6.1/
102
102
* Clarification of SurvivalProbability function documentation [Issue #4247, PR #4248]1
103
103
104
104
### New Contributors
105
-
* [@pillose](https://github.com/pillose) made their first contribution in https://github.com/MDAnalysis/mdanalysis/pull/4168
106
-
105
+
* [@pillose](https://github.com/pillose) made their first contribution in https://github.com/MDAnalysis/mdanalysis/pull/4168
106
+
107
107
## Release 2.6.0 of MDAnalysis
108
108
109
109
This a minor release of MDAnalysis.
@@ -139,13 +139,13 @@ See the [CHANGELOG](https://github.com/MDAnalysis/mdanalysis/blob/release-2.6.0/
139
139
140
140
#### Deprecations:
141
141
* The misspelt `Boltzman_constant` entry in `MDAnalysis.units` is now deprecated in favour the correctly spelt `Boltzmann_constant`. (https://github.com/MDAnalysis/mdanalysis/pull/4230 and https://github.com/MDAnalysis/mdanalysis/pull/4214)
142
-
* `MDAnalysis.analysis.hole2` is now deprecated in favour of a new [HOLE2 MDAKit](https://www.mdanalysis.org/hole2-mdakit/). (https://github.com/MDAnalysis/mdanalysis/pull/4200)
142
+
* `MDAnalysis.analysis.hole2` is now deprecated in favour of a new [HOLE2 MDAKit](https://mdakits.mdanalysis.org/mdahole2.html). (https://github.com/MDAnalysis/mdanalysis/pull/4200)
143
143
144
144
### New Contributors
145
145
* [@MohitKumar020291](https://github.com/MohitKumar020291) made their first contribution in https://github.com/MDAnalysis/mdanalysis/pull/4182
146
146
* [@Shubx10](https://github.com/Shubx10) made their first contribution in https://github.com/MDAnalysis/mdanalysis/pull/4184
147
-
* [@ztimol](https://github.com/ztimol) made their first contribution in https://github.com/MDAnalysis/mdanalysis/pull/4191
148
-
147
+
* [@ztimol](https://github.com/ztimol) made their first contribution in https://github.com/MDAnalysis/mdanalysis/pull/4191
148
+
149
149
## Release 2.5.0 of MDAnalysis
150
150
151
151
This a minor release of MDAnalysis.
@@ -253,25 +253,25 @@ See the [CHANGELOG](https://github.com/MDAnalysis/mdanalysis/blob/release-2.5.0/
253
253
* [@SophiaRuan](https://github.com/SophiaRuan) made their first contribution in https://github.com/MDAnalysis/mdanalysis/pull/4072
254
254
* [@marinegor](https://github.com/marinegor) made their first contribution in https://github.com/MDAnalysis/mdanalysis/pull/4085
255
255
* [@g2707](https://github.com/g2707) made their first contribution in https://github.com/MDAnalysis/mdanalysis/pull/4089
256
-
* [@DanielJamesEvans](https://github.com/DanielJamesEvans) made their first contribution in https://github.com/MDAnalysis/mdanalysis/pull/4109
257
-
256
+
* [@DanielJamesEvans](https://github.com/DanielJamesEvans) made their first contribution in https://github.com/MDAnalysis/mdanalysis/pull/4109
257
+
258
258
## Release 2.4.3 of MDAnalysis
259
259
260
260
This is a bugfix release of the 2.4.x version of MDAnalysis, it serves as an amendment to the earlier released version 2.4.2.
261
261
262
262
### Bug fixes
263
263
* Fixed DCD reading for large (>2Gb) files (Issue #4039). This was broken for versions 2.4.0, 2.4.1 and 2.4.2.
264
-
* Fix element parsing from PSF files tests read via Parmed (Issue #4015)
265
-
264
+
* Fix element parsing from PSF files tests read via Parmed (Issue #4015)
265
+
266
266
## Release 2.4.2 of MDAnalysis
267
267
268
268
This is a bugfix release of the 2.4.x version of MDAnalysis, it serves as an amendment to the earlier released version 2.4.1.
269
269
270
270
### Bug fixes
271
271
272
272
* Fixed an issue where the arguments passed to np.histogramdd in `MDAnalysis.analysis.DensityAnalysis` were not compatible with the 1.24 release of NumPy (PR #3976)
273
-
* Fixed upcoming incompatibilities with NumPy 1.25 in `MDAnalysis.visualization.streamlines_3D` and `MDAnalysis.visualization.streamlines` where incorrect comparison of the truth of arrays would have led to failures (PR #3977)
274
-
273
+
* Fixed upcoming incompatibilities with NumPy 1.25 in `MDAnalysis.visualization.streamlines_3D` and `MDAnalysis.visualization.streamlines` where incorrect comparison of the truth of arrays would have led to failures (PR #3977)
274
+
275
275
## Release 2.4.1 of MDAnalysis
276
276
277
277
This is a bugfix release of the 2.4.x version of MDAnalysis, it serves as an amendment to the earlier released version 2.4.0.
@@ -280,8 +280,8 @@ This is a bugfix release of the 2.4.x version of MDAnalysis, it serves as an ame
280
280
281
281
* The minimum version of biopython has been raised to 1.80 for pip installs
282
282
* pytng has been added as an optional dependency
283
-
284
-
283
+
284
+
285
285
## Release 2.4.0 of MDAnalysis
286
286
287
287
This a minor release of MDAnalysis, as per our once-every-three-months schedule.
@@ -325,8 +325,8 @@ See the [CHANGELOG](https://github.com/MDAnalysis/mdanalysis/blob/release-2.4.0/
325
325
* [@jfennick](https://github.com/jfennick) made their first contribution in https://github.com/MDAnalysis/mdanalysis/pull/3832
326
326
* [@Hakarishirenai](https://github.com/Hakarishirenai) made their first contribution in https://github.com/MDAnalysis/mdanalysis/pull/3956
327
327
328
-
329
-
328
+
329
+
330
330
## Release 2.3.0 of MDAnalysis
331
331
332
332
This a minor release of MDAnalysis, as per our once-every-three-months schedule.
@@ -366,8 +366,8 @@ See the [CHANGELOG](https://github.com/MDAnalysis/mdanalysis/blob/release-2.3.0/
366
366
A series of performance improvements to the MDAnalysis library's backend have been made as per planned work under MDAnalysis' CZI EOSS4 grant. Further details about these will be provided in a future blog post.
367
367
368
368
- `MDAnalysis.lib.distances` now accepts `AtomGroups` as well as NumPy arrays (PR #3730).
369
-
- Timestep has been converted to a Cython Extension type (PR #3683).
370
-
369
+
- Timestep has been converted to a Cython Extension type (PR #3683).
370
+
371
371
## Release 2.2.0 of MDAnalysis
372
372
373
373
In line with NEP29, this version of MDAnalysis drops support for Python 3.7 and raises the minimum NumPy version to 1.19.0. Minimum version support has also been changed for the following packages; `networkx>=2.0`, `scipy>=1.5.0`, `gsd>=1.9.3`. Further details on MDAnalysis future support strategy and NEP29 will be released shortly.
@@ -425,8 +425,8 @@ See the [CHANGELOG](https://github.com/MDAnalysis/mdanalysis/blob/release-2.2.0/
425
425
426
426
### Known test failures:
427
427
- Windows builds
428
-
* In some cases users may get permission errors with tests involving symlinks. This should not impact the behaviour of MDAnalysis but may impact the creation of temporary files when using HOLE2 (see: https://github.com/MDAnalysis/mdanalysis/issues/3556).
429
-
428
+
* In some cases users may get permission errors with tests involving symlinks. This should not impact the behaviour of MDAnalysis but may impact the creation of temporary files when using HOLE2 (see: https://github.com/MDAnalysis/mdanalysis/issues/3556).
429
+
430
430
## Release 2.1.0 of MDAnalysis
431
431
432
432
In line with ongoing attempts to align with NEP29, this version of MDAnalysis drops support for Python 3.6 and raises the minimum NumPy version to 1.18.0.
@@ -467,8 +467,8 @@ See the [CHANGELOG](https://github.com/MDAnalysis/mdanalysis/blob/release-2.1.0/
467
467
- `pytest-xdist` and more than 4 workers
468
468
* Under these conditions a test related to logging for HydrogenBondAnalysis can fail. This is not thought to impact the validity of MDAnalysis. See here for more details: https://github.com/MDAnalysis/mdanalysis/issues/3543
469
469
- Windows builds
470
-
* In some cases users may get permission errors with tests involving symlinks. This should not impact the behaviour of MDAnalysis but may impact the creation of temporary files when using HOLE2 (see: https://github.com/MDAnalysis/mdanalysis/issues/3556).
471
-
470
+
* In some cases users may get permission errors with tests involving symlinks. This should not impact the behaviour of MDAnalysis but may impact the creation of temporary files when using HOLE2 (see: https://github.com/MDAnalysis/mdanalysis/issues/3556).
471
+
472
472
## Release 2.0.0 of MDAnalysis
473
473
474
474
This is the first version of MDAnalysis to solely support python 3.6+
@@ -534,5 +534,5 @@ See the [CHANGELOG](https://github.com/MDAnalysis/mdanalysis/blob/release-2.0.0/
534
534
535
535
### Known issues:
536
536
- Windows builds
537
-
* For some compilers (seen on MVC v.19xx), differences in floating point precision leads to PBC wrapping differing from expected outcomes. This leads to failures in the `MDAnalysisTests.lib.test_augment` tests. To our knowledge this does not significantly affect results (as all other tests pass). We will aim to fix this in version 2.1.0.
538
-
537
+
* For some compilers (seen on MVC v.19xx), differences in floating point precision leads to PBC wrapping differing from expected outcomes. This leads to failures in the `MDAnalysisTests.lib.test_augment` tests. To our knowledge this does not significantly affect results (as all other tests pass). We will aim to fix this in version 2.1.0.
modules contain the functions used for aligning structures,
277
277
aligning trajectories, and calculating root mean squared quantities.</p>
278
-
<p>Demonstrations of alignment are in <aclass="reference external" href="/examples/analysis/alignment_and_rms/aligning_structure_to_another.ipynb">align_structure</a>,
279
-
<aclass="reference external" href="/examples/analysis/alignment_and_rms/aligning_trajectory_to_first_frame.ipynb">align_trajectory_first</a>, and <aclass="reference external" href="/examples/analysis/alignment_and_rms/aligning_trajectory.ipynb">align_trajectory</a>. Another example of
278
+
<p>Demonstrations of alignment are in <aclass="reference external" href="aligning_structure_to_another.ipynb">align_structure</a>,
279
+
<aclass="reference external" href="aligning_trajectory_to_frame.ipynb">align_trajectory_first</a>, and <aclass="reference external" href="aligning_trajectory.ipynb">align_trajectory</a>. Another example of
280
280
generating an average structure from an alignment is demonstrated in
281
-
<aclass="reference external" href="/examples/analysis/alignment_and_rms/rmsf.ipynb">rmsf</a>. Typically, trajectories need to be aligned for RMSD and
281
+
<aclass="reference external" href="rmsf.ipynb">rmsf</a>. Typically, trajectories need to be aligned for RMSD and
modules contain the functions used for aligning structures,
219
219
aligning trajectories, and calculating root mean squared quantities.</p>
220
-
<p>Demonstrations of alignment are in <aclass="reference external" href="/examples/analysis/alignment_and_rms/aligning_structure_to_another.ipynb">align_structure</a>,
221
-
<aclass="reference external" href="/examples/analysis/alignment_and_rms/aligning_trajectory_to_first_frame.ipynb">align_trajectory_first</a>, and <aclass="reference external" href="/examples/analysis/alignment_and_rms/aligning_trajectory.ipynb">align_trajectory</a>. Another example of
220
+
<p>Demonstrations of alignment are in <aclass="reference internal" href="aligning_structure_to_another.html"><spanclass="doc">align_structure</span></a>,
221
+
<aclass="reference internal" href="aligning_trajectory_to_frame.html"><spanclass="doc">align_trajectory_first</span></a>, and <aclass="reference internal" href="aligning_trajectory.html"><spanclass="doc">align_trajectory</span></a>. Another example of
222
222
generating an average structure from an alignment is demonstrated in
223
-
<aclass="reference external" href="/examples/analysis/alignment_and_rms/rmsf.ipynb">rmsf</a>. Typically, trajectories need to be aligned for RMSD and
223
+
<aclass="reference internal" href="rmsf.html"><spanclass="doc">rmsf</span></a>. Typically, trajectories need to be aligned for RMSD and
0 commit comments