Rockverse

Latest version: v1.1.1

Safety actively analyzes 723717 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

1.1.1

Changed

- ``dualenergyct`` module renamed to ``dect``.
- ``rc`` module merged into ``configure`` module.
- Added ``config_context`` context manager for runtime configurations.

1.0.0

**Major change**: RockVerse data migrated to Zarr 3.0.

Added

- Version checks for main dependencies at module import time.
- VoxelImage class
- Now can handle complex floating-point data.
- ``VoxelImage.__setitem__`` implemented and is always MPI collective.
- General function to execute in MPI rank 0 and broadcast exceptions.
- Dual energy inversion
- Handles arbitrary PDFs for standard materials, not only Gaussian.
- Segmentation array is now optional.

Changed

- VoxelImage class
- No longer directly inherits from Zarr array. Zarr array attributes and
methods in the VoxelImage class are now only accessible through the
class attribute ``VoxelImage.zarray``. Old Python scripts will crash if
not updated.
- ``VoxelImage.collective_getitem`` is deprecated and has been removed.
``VoxelImage.__getitem__`` is now always MPI collective. For non-collective
get item, access ``VoxelImage.zarray`` instead. For non-collective set item,
set ``VoxelImage.zarray`` instead.
- ``VoxelImage.save`` is now ``VoxelImage.copy`` and can save a re-chunked
copy to any Zarr store.
- Restricted to 3D arrays for performance; other ndims coming soon.
- tqdm bars now output to stdout by default.
- Dual energy CT processing
- Fully remodeled to use Zarr 3. No backward compatibility with RockVerse
versions < 1.0.
- Removed mandatory Gaussian distributions for the CT attenuation at
standard materials. Now accepts arbitrary probability density functions.

0.3.5

Added

- GPU general runtime config class.
- GPU support for sphere pack generator.
- GPU support for parallel voxel image math.

Changed

- VoxelImage ``copy_from_array`` method changed to ``from_array``.

0.3.3

Fixed

- Pinning Zarr and Matplotlib versions.
- Minor bugs in voxel image orthogonal viewer.

0.3.0

Added
- Monte Carlo Dual Energy CT

0.2.0

Added
- Digital rock features
- Region module
- Region class
- Sphere class
- Cylinder class
- VoxelImage histogram
- Orthogonal Viewer

Fixed
- Zarr parameters not being passed to VoxelImage create function.

Page 1 of 2

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.