Skip to content

v1.4.1

Compare
Choose a tag to compare
@colinpalmer colinpalmer released this 13 Jul 10:31
· 86 commits to master since this release
  • Add file names to mrcfile-header output
  • Improvements to validation functions (mrcfile-validate command and the
    mrcfile.validate() function):
    • Add a message with the file name of each file processed, to enable valid
      and invalid files to be identified.
    • Add a message confirming that valid files are valid.
    • Ensure that all files are processed when validating multiple files, even
      if some are invalid or raise exceptions on opening.
  • Add support for numpy 1.23 and Python 3.10 and 3.11