Skip to content

Commit

Permalink
Revert old guessers and tables removal (#4752)
Browse files Browse the repository at this point in the history
* Add back MDAnalysis.topology's guessers and tables modules
* Adds deprecation warnings for these two modules

---------

Co-authored-by: Oliver Beckstein <orbeckst@gmail.com>
  • Loading branch information
IAlibay and orbeckst authored Oct 25, 2024
1 parent 78dda9b commit d7153b9
Show file tree
Hide file tree
Showing 8 changed files with 850 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package/CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,10 @@ Changes
numpy.testing.assert_allclose #4438)

Deprecations
* MDAnalysis.topology.guessers is deprecated in favour of the new
Guessers API and will be removed in version 3.0 (PR #4752)
* MDAnalysis.topology.tables is deprecated in favour of
MDAnalysis.guesser.tables and will be removed in version 3.0 (PR #4752)
* Element guessing in the ITPParser is deprecated and will be removed in version 3.0
(Issue #4698)
* Unknown masses are set to 0.0 for current version, this will be depracated
Expand Down
Loading

0 comments on commit d7153b9

Please sign in to comment.