Skip to content

Commit

Permalink
Issues/#2490 migration (#2496)
Browse files Browse the repository at this point in the history
* remove migration module

obsolete, was used to migrate from 0.10 to 0.11

* changelog
  • Loading branch information
RMeli authored Feb 4, 2020
1 parent f1a2048 commit cd72f8b
Show file tree
Hide file tree
Showing 22 changed files with 1 addition and 733 deletions.
1 change: 0 additions & 1 deletion .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ branch = True
source = MDAnalysis
plugins = Cython.Coverage
omit =
*/migration/*
*/MDAnalysis/tests/*
*/legacy/*
*/due.py
Expand Down
1 change: 1 addition & 0 deletions package/CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ Enhancements
convert between a parmed.Structure and MDAnalysis Universe (PR #2404)

Changes
* Removed `MDAnalysis.migration` (Issue #2490, PR #2496)
* The fasta2select now always assumes that the gap character in a sequence
is "-" (Issue #2448, PR #2457)

Expand Down
2 changes: 0 additions & 2 deletions package/MDAnalysis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,6 @@
# After Universe import
from .coordinates.MMTF import fetch_mmtf

from .migration.ten2eleven import ten2eleven

from .due import due, Doi, BibTeX

due.cite(Doi("10.25080/majora-629e541a-00e"),
Expand Down
Empty file.
Empty file.
33 changes: 0 additions & 33 deletions package/MDAnalysis/migration/fixes/fix_agcountmethods.py

This file was deleted.

34 changes: 0 additions & 34 deletions package/MDAnalysis/migration/fixes/fix_agmethods.py

This file was deleted.

34 changes: 0 additions & 34 deletions package/MDAnalysis/migration/fixes/fix_agmethods2.py

This file was deleted.

39 changes: 0 additions & 39 deletions package/MDAnalysis/migration/fixes/fix_agsetterpluralization.py

This file was deleted.

32 changes: 0 additions & 32 deletions package/MDAnalysis/migration/fixes/fix_calctorsions.py

This file was deleted.

34 changes: 0 additions & 34 deletions package/MDAnalysis/migration/fixes/fix_camelcase.py

This file was deleted.

34 changes: 0 additions & 34 deletions package/MDAnalysis/migration/fixes/fix_framenumberingzerobased.py

This file was deleted.

38 changes: 0 additions & 38 deletions package/MDAnalysis/migration/fixes/fix_framenumberingzerobased2.py

This file was deleted.

36 changes: 0 additions & 36 deletions package/MDAnalysis/migration/fixes/fix_mdaimports.py

This file was deleted.

25 changes: 0 additions & 25 deletions package/MDAnalysis/migration/fixes/fix_numframes.py

This file was deleted.

22 changes: 0 additions & 22 deletions package/MDAnalysis/migration/fixes/fix_selectatoms.py

This file was deleted.

Loading

0 comments on commit cd72f8b

Please sign in to comment.