Pycubexr

Latest version: v2.0.0

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

Scan your dependencies

2.0

====================

- Uses NumPy to accelerate parsing and calculation.
- **Breaking change:** returns data as NumPy arrays


- Includes a fix to read CUBE files written by CubeWriter 4.8 that sometimes come with incorrect checksums.
- Includes a bugfix, that switches the paramaters of `convert_to_inclusive` and `convert_to_exclusive` in the `value`
and `mean` function of `MetricValues`, so that the names and the functions match.
The new and also correct signatures are now:
`mean(self, cnode: CNode, convert_to_exclusive: bool = False, convert_to_inclusive: bool = False)`
`value(self, cnode: CNode, convert_to_exclusive: bool = False, convert_to_inclusive: bool = False)`

1.2.2

======================

Includes a bugfix, that switches the paramaters of `convert_to_inclusive` and `convert_to_exclusive` in the `value`
and `mean` function of `MetricValues`, so that the names and the functions match.

The new and also correct signatures are now:
`mean(self, cnode: CNode, convert_to_exclusive: bool = False, convert_to_inclusive: bool = False)`
`value(self, cnode: CNode, convert_to_exclusive: bool = False, convert_to_inclusive: bool = False)`

1.2.1

======================

- Includes a fix to read CUBE files written by CubeWriter 4.8 that sometimes come with incorrect checksums.

1.2

====================

Includes some bug fixes and the following new features:

- Support for Python 3.9 and 3.10
- CNode parameters
- File/module information

1.1

====================

- Includes some bug fixes and optimizations, such as improved memory usage and performance.
- Added su

1.0

====================

- First official release of pyCubexR Python package to read the Cube4 (.cubex) file format.

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.