📌 Changelog
Version 0.1.2
Added in version 0.1.2:
Documentation for the ⌨️ Command Line Interface.
Removed in version 0.1.2:
moxel.utils.get_names()
Version 0.1.1
Add performance enhancements proposed by @fxcoudert. See PR #2, #3.
Fix bug in
moxel.visualizewhere plots didn’t render.
Version 0.1.0
Changed in version 0.1.0:
moxel.utils.voxels_from_files()andmoxel.utils.voxels_from_dir()Now they store the names of the materials as a
list, so users don’t need to do it.Parameter
out_pathnamenow must be specified (no longer optional).
The usage of the CLI is now
moxel <command>instead ofpython -m moxel.
Added in version 0.1.0:
moxel.visualize.plot_voxels_pv()for faster visualization.Optional parameter
n_jobsfor specifying number of cores.
Removed in version 0.1.0:
Easy imports, such as
from moxel import Grid.moxel.utils.batch_clean_and_merge()