Skip to content

Commit

Permalink
returned import im legacy x3dna, CHANGELOG & AUTH
Browse files Browse the repository at this point in the history
  • Loading branch information
vachram97 committed Jun 4, 2024
1 parent c809024 commit e28a2a9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions package/AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ Chronological list of authors
- Sampurna Mukherjee
- Leon Wehrhan
- Valerij Talagayev
- Daniil Vakhrameev



Expand Down
1 change: 1 addition & 0 deletions package/CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ Enhancements
DOI 10.1021/acs.jpcb.7b11988. (Issue #2039, PR #4524)

Changes
* Enabled pylint warning 'unused-imports' (issue #1295, PR #4518)
* As per SPEC0 the minimum supported Python version has been raised
to 3.10 (PR #4502)
* MDAnalysis.analysis.hole2 is now directly imported from the mdakit
Expand Down
3 changes: 2 additions & 1 deletion package/MDAnalysis/analysis/legacy/x3dna.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,8 @@
import numpy as np
import matplotlib.pyplot as plt

from MDAnalysis.lib.util import which, deprecate
from MDAnalysis import ApplicationError # pylint: disable=unused-import # module will be removed in 3.0.0
from MDAnalysis.lib.util import which, realpath, asiterable, deprecate # pylint: disable=unused-import

import logging

Expand Down

0 comments on commit e28a2a9

Please sign in to comment.