Rocco

Latest version: v1.4.1

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

Scan your dependencies

Page 1 of 10

1.4.1

What's Changed
**Full Changelog**: https://github.com/nolan-h-hamilton/ROCCO/compare/v1.3.4...v1.4.1

1.3.4

What's Changed
* Develop -> main by nolan-h-hamilton in https://github.com/nolan-h-hamilton/ROCCO/pull/37


**Full Changelog**: https://github.com/nolan-h-hamilton/ROCCO/compare/v1.2.0...v1.3.4

1.2.0

What's Changed
* Develop --> Main by nolan-h-hamilton in https://github.com/nolan-h-hamilton/ROCCO/pull/35


**Full Changelog**: https://github.com/nolan-h-hamilton/ROCCO/compare/v1.1.1...v1.2.0

1.1.1

What's Changed
* Handle Incorrect Input Format and Add Additional Data Transform + Optimization Features by nolan-h-hamilton in https://github.com/nolan-h-hamilton/ROCCO/pull/31
* Develop --> Main by nolan-h-hamilton in https://github.com/nolan-h-hamilton/ROCCO/pull/33


**Full Changelog**: https://github.com/nolan-h-hamilton/ROCCO/compare/v1.0.3...v1.1.1

1.0.3

**Full Changelog**: https://github.com/nolan-h-hamilton/ROCCO/compare/v1.0.2...v1.0.3

1.0.2

* Several substantial changes to the CLI and modules with according [documentation updates](https://nolan-h-hamilton.github.io/ROCCO/)
* Additional features for scaling and filtering samples' count data prior to scoring
* Multiple options to measure central tendency and dispersion during scoring:
* Central tendency: median(still default), trimmed mean via `scipy.stats.tmean`, general `np.quantile`, traditional mean, etc.
* Dispersion: median absolute deviation (still default), trimmed standard deviation via `scipy.stats.tstd`, iqr, etc.
* Post-scoring parametric-sigmoid transformation (`rocco.parsig()`, `--use_parsig`)
* Can be useful to promote integrality of solutions from the relaxation directly
* Split modules for obtaining read count tracks from BAM files (`readtracks.py`)
* ROCCO now relies exclusively on [OR-Tools](https://github.com/google/or-tools) to solve the relaxed optimization problem
* glop -- simplex method, ensures vertex solutions
* pdlp (default) -- first-order PDHG method scalable to massive problems. Minimal accuracy degradation in the context of ROCCO.

Page 1 of 10

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.