Skip to content

Releases: MDAnalysis/GridDataFormats

Release 1.0.2

21 Oct 21:46
21032fb
Compare
Choose a tag to compare

Patch level release with the same functionality as 1.0.0/1.0.1.

Changes

  • supports Python 3.12

See CHANGELOG for details, including any changes of interest to developers and maintainers.

Full Changelog: 1.0.1...1.0.2

Release 1.0.1

25 May 20:49
4bb99a5
Compare
Choose a tag to compare

The 1.0.1 release fixes installation requirements and ensures that the package can only be installed under compatible versions of Python and numpy (following NEP 29). Everything else is exactly as for Release 1.0.0.

Conda packages are only created for 1.0.1 so the 1.0.0 release notes are repeated here:

Release 1.0.0 (applies to 1.0.1, too)

First API-stable release of GridDataFormats. Following semantic versioning, backwards incompatible changes will only be made in release 2.0.0.

The release has the same functionality as 0.7.0 except that the deprecated ccp4 module was removed; ccp4/mrc files are read with a more robust wrapper around the mrcfile library.

Highlights

  • API stable (mature)
  • Python 3.8+ only
  • follows NEP29

See CHANGELOG for details.

Release 1.0.0

21 May 07:51
Compare
Choose a tag to compare

First API-stable release of GridDataFormats. Following semantic versioning, backwards incompatible changes will only be made in release 2.0.0.

The release has the same functionality as 0.7.0 except that the deprecated ccp4 module was removed; ccp4/mrc files are read with a more robust wrapper around the mrcfile library.

Highlights

  • API stable (mature)
  • Python 3.8+ only
  • follows NEP29

See CHANGELOG for details.

0.7.0

21 Feb 06:48
Compare
Choose a tag to compare

New features and bug fixes.

Highlights

  • Add py3.10 support (issue #101 )
  • use mrcfile library for MRC/CCP4 file parsing and deprecate the old CCP4 code (#83, fixes #76 )
  • improved docs for core.Grid (issue #69)

Full Changelog: 0.6.0...0.7.0

0.6.0

10 Oct 11:42
899bc74
Compare
Choose a tag to compare

New minor release with new features and bug fixes. Please see CHANGELOG for details.

What's Changed

New Contributors

Full Changelog: 0.5.0...0.6.0

v0.5.0

16 May 17:54
Compare
Choose a tag to compare

New features and bug fixes.

Highlights:

  • dropped official support for Python 3.4 (supported: 2.7 and >= 3.5)
  • Allow parsing DX files by NAMD's GridForces module (new typequote keyword, #58)
  • New keyword argument Grid(grid=<file>, file_format=<str>) to set file format when reading from a file (#33)
  • Better input handling when constructing a Grid object (#59)

Note that this might be the last release before a 1.0 and an API freeze.

v0.4.1

06 Apr 20:28
Compare
Choose a tag to compare

bug fixes

v0.4.0

17 Jan 21:54
Compare
Choose a tag to compare

New feature that should increase interoperability with visualization tools such as PyMOL (see #35 for details).

v0.3.3

13 May 22:18
Compare
Choose a tag to compare

Maintenance release:

  • no changes in functionality (only tempdir package added directly to simplify conda packaging)

v0.3.2

12 Dec 01:38
Compare
Choose a tag to compare

Import of scipy.ndimage is optional and absence of scipy will not prevent a module import.