Skip to content

1.1.0

Latest

Choose a tag to compare

@orbeckst orbeckst released this 22 Jan 22:14
· 1 commit to master since this release
e20c1a2

New minor release with enhancements and fixes.... and a new logo!

Supported environments

This is a pure Python package and should be available on all platforms.

  • supports Python 3.11 - 3.14
  • dropped support for Python 3.9 and 3.10 as per SPEC0

Notable Changes

  • added MRC file writing support (#108)
  • Grid now accepts binary operations with any operand that can be broadcasted to the grid's shape according to numpy broadcasting rules (PR #142)
  • Grid now allows forcing MRC/CCP4 maps to be read as volumes even when the header indicates they are stacks of 2D images. (#150)
  • tests and test datafiles are now included in the distribution; its size increased to ~5MB (#156)

Detailed changes by PR

New Contributors

Full Changelog: 1.0.2...1.1.0