πŸ“Œ Changelog

Version 0.3.0

Fixed in version 0.3.0:

  • Grid overlap leading to incorrect PBC (#4).

Added in version 0.3.0:

  • Support for configuration files in CLI (#11).

  • Support for clipping energy values (#10).

Version 0.2.0

Changed in version 0.2.0:

  • Storing scheme for energy voxels. They are now stored as (individual) plain .npy files (#8).

Removed in version 0.2.0:

  • moxel.visualize since PyVista already provides a simple way to visualize voxels (#9).

  • load_json() which was needed by batch_clean().

  • batch_clean() since it is no longer necessary to β€œclean” voxels due to new storing scheme.

Version 0.1.2

Added in version 0.1.2:

  • moxel.utils.load_json()

  • Documentation for the CLI.

Removed in version 0.1.2:

  • moxel.utils.get_names()

Version 0.1.1

  • Performance enhancements proposed by @fxcoudert. See PR #2, #3.

  • Fix bug in moxel.visualize where plots didn’t render.

Version 0.1.0

Changed in version 0.1.0:

Added in version 0.1.0:

  • moxel.utils.batch_clean()

  • moxel.visualize.plot_voxels_pv() for faster visualization.

  • Optional parameter n_jobs for specifying number of cores.

Removed in version 0.1.0:

  • Easy imports, such as from moxel import Grid.

  • moxel.utils.batch_clean_and_merge()