Enstat

Latest version: v0.9.7

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

Scan your dependencies

Page 2 of 5

0.9.1

What's Changed
* Switching installation by tdegeus in https://github.com/tdegeus/enstat/pull/28
* binned: allowing named arguments by tdegeus in https://github.com/tdegeus/enstat/pull/29


**Full Changelog**: https://github.com/tdegeus/enstat/compare/v0.9.0...v0.9.1

0.9.0

What's Changed
* Adding `binned` class by tdegeus in https://github.com/tdegeus/enstat/pull/27


**Full Changelog**: https://github.com/tdegeus/enstat/compare/v0.8.3...v0.9.0

0.8.3

**Full Changelog**: https://github.com/tdegeus/enstat/compare/v0.8.2...v0.8.3

0.8.2

**Full Changelog**: https://github.com/tdegeus/enstat/compare/v0.8.1...v0.8.2

0.8.1

**Full Changelog**: https://github.com/tdegeus/enstat/compare/v0.8.0...v0.8.1

0.8.0

Previously you had to
python
average = enstat.static(first=...)

Now restoring has a separate API:
python
average = enstat.static.restore(first=...)

or even
python
average = enstat.static.restore(**dict(other_average))

The latter can be useful when store:
python
for key, value in average:
...

Have fun!

Page 2 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.