Silvimetric

Latest version: v1.3.1

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

Scan your dependencies

Page 1 of 3

1.3.1

What's Changed
* Kmann/task_graph by kylemann16 in https://github.com/hobuinc/silvimetric/pull/107
* Convert docs to jupyterbook by hobu in https://github.com/hobuinc/silvimetric/pull/108
* docs and peripherals fixes by kylemann16 in https://github.com/hobuinc/silvimetric/pull/109


**Full Changelog**: https://github.com/hobuinc/silvimetric/compare/1.3.0...1.3.1

1.3.0

What's Changed
* Added FUSION metrics by bmcgaughey1 in https://github.com/hobuinc/silvimetric/pull/70
* Update quickstart.rst: correct missing flags by danielrode in https://github.com/hobuinc/silvimetric/pull/100
* Stability update by kylemann16 in https://github.com/hobuinc/silvimetric/pull/104
* Kmann/dep fix by kylemann16 in https://github.com/hobuinc/silvimetric/pull/106

* Dask distributed is disabled for now *

New Contributors
* danielrode made their first contribution in https://github.com/hobuinc/silvimetric/pull/100

**Full Changelog**: https://github.com/hobuinc/silvimetric/compare/1.2.3...1.3.0

1.2.3

What's Changed
* Fix data type handling bug by kylemann16 in https://github.com/hobuinc/silvimetric/pull/94


**Full Changelog**: https://github.com/hobuinc/silvimetric/compare/1.2.2...1.2.3

1.2.2

What's Changed
* Add colab link to main page of docs by kylemann16 in https://github.com/hobuinc/silvimetric/pull/88
* Avert RTD Upcoming breakage by j9ac9k in https://github.com/hobuinc/silvimetric/pull/89
* Make use of Pandas Extensions and TileDB from_pandas method by kylemann16 in https://github.com/hobuinc/silvimetric/pull/86
* version bump by kylemann16 in https://github.com/hobuinc/silvimetric/pull/93


**Full Changelog**: https://github.com/hobuinc/silvimetric/compare/1.2.1...1.2.2

1.2.1

What's Changed
* Fixing context handling for python 3.11+ by kylemann16 in https://github.com/hobuinc/silvimetric/pull/85


**Full Changelog**: https://github.com/hobuinc/silvimetric/compare/1.2.0...1.2.1

1.2.0

What's Changed
* Switch to DataFrames and add Metrics Filters by kylemann16 in https://github.com/hobuinc/silvimetric/pull/84

- We've changed from using mainly numpy ndarrays to pandas DataFrames. This change makes data much easier to manipulate, filter, and pass around efficiently.
- You can now add Filters to a Metric that allow you to manipulate point data before it arrives at the main Metric Method. Eg. You want to remove any point data that doesn't have a NumberOfReturns less than 2. Only point data with NumberOfReturns >= 2 will be passed to the Metric.
- You can now specify Attribute dependencies for a Metric, which indicates to SilviMetric that this Metric requires this Attribute to operate. The database makes sure that all Attribute dependencies are satisfied at creation, and Shatter will now raise an exception if the data you are trying to ingest doesn't have the required Attribute.
- Extract has been simplified, thanks in large part to the switch to DataFrames.


- **Full Changelog**: https://github.com/hobuinc/silvimetric/compare/1.1.1...1.2.0

Page 1 of 3

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.