Skip to content

Commit e27b872

Browse files
orbeckstIAlibay
andauthored
removed CCP4 module (#110)
* removed CCP4 module - fix #107 and #50 - removed CCP4.py and test_CCP4.py - updated docs - updated CHANGELOG * Update CHANGELOG Co-authored-by: Irfan Alibay <IAlibay@users.noreply.github.com> Co-authored-by: Irfan Alibay <IAlibay@users.noreply.github.com>
1 parent 2c72933 commit e27b872

7 files changed

Lines changed: 2 additions & 417 deletions

File tree

CHANGELOG

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ The rules for this file:
1919

2020
Changes
2121

22+
* deprecated and buggy CCP4 module was removed (#107, #50)
2223
* gridDataFormats now follows NEP29 (#102)
2324
* removed support for Python 2.7 and Python <3.8 (#102)
2425

doc/source/gridData/formats.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,3 @@ Format-specific modules
5050
formats/OpenDX
5151
formats/gOpenMol
5252
formats/mrc
53-
formats/CCP4

doc/source/gridData/formats/CCP4.rst

Lines changed: 0 additions & 3 deletions
This file was deleted.

gridData/CCP4.py

Lines changed: 0 additions & 328 deletions
This file was deleted.

gridData/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,8 @@
110110
from . import OpenDX
111111
from . import gOpenMol
112112
from . import mrc
113-
from . import CCP4 # remove in 1.0.0
114113

115-
__all__ = ['Grid', 'OpenDX', 'gOpenMol', 'mrc', 'CCP4']
114+
__all__ = ['Grid', 'OpenDX', 'gOpenMol', 'mrc']
116115

117116
from ._version import get_versions
118117
__version__ = get_versions()['version']

gridData/mrc.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
Reading of MRC/CCP4 volumetric files (`MRC2014 file format`_) using
1212
the mrcfile_ library [Burnley2017]_.
1313
14-
This implementation replaces the :mod:`CCP4` module.
15-
1614
.. _mrcfile: https://mrcfile.readthedocs.io/
1715
.. _`MRC2014 file format`: http://www.ccpem.ac.uk/mrc_format/mrc2014.php
1816

0 commit comments

Comments
 (0)