Torchsparsegradutils

Latest version: v0.1.3

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

Scan your dependencies

0.1.3

What's Changed
* A simple notebook aiming at comparing different solvers by tvercaut in https://github.com/cai4cai/torchsparsegradutils/pull/33
* Linting by mhubii in https://github.com/cai4cai/torchsparsegradutils/pull/54
* Added simple workarounds for gather_mm and segment_mm by tvercaut in https://github.com/cai4cai/torchsparsegradutils/pull/57
* Added .devcontainer setup and updated versions by theo-barfoot in https://github.com/cai4cai/torchsparsegradutils/pull/59
* Automated package deployment to PYPI by denproc in https://github.com/cai4cai/torchsparsegradutils/pull/48

New Contributors
* mhubii made their first contribution in https://github.com/cai4cai/torchsparsegradutils/pull/54
* denproc made their first contribution in https://github.com/cai4cai/torchsparsegradutils/pull/48

**Full Changelog**: https://github.com/cai4cai/torchsparsegradutils/compare/v0.1.2...v0.1.3

0.1.2

:bug: Fixes:

1. SparseMultivariateNormal Initialisation Warning: Addressed a user warning emerging from the SparseMultivariateNormal class initialisation due to arg_constraints not being defined.
2. Enhancements to PairwiseVoxelEncoder:
- Module Inheritance: Adjusted PairwiseVoxelEncoder to inherit from torch.nn.Module, aligning it more closely with PyTorch's expected behavior for neural network modules.
- Device Management: Implemented the _apply function in PairwiseVoxelEncoder. This change facilitates the movement of indices created during class initialization to a designated device using methods such as .to(device), .cpu(), or .cuda().
- Device Property: Introduced the .device attribute for PairwiseVoxelEncoder. This property provides users with insights regarding the device to which the encoder's indices are assigned.


Note: v.0.1.1 was abandoned due to a code typo error (arg_contraints instead of arg_constraints)

0.1.0

We welcome any feedback, suggestions, and contributions via our [issues page](https://github.com/cai4cai/torchsparsegradutils/issues).

For more details about this release, you can refer to the [Full Changelog](https://github.com/cai4cai/torchsparsegradutils/commits/v0.1.0).

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.