Mm-toolbox

Latest version: v0.2.1

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

Scan your dependencies

0.2.1

- Fix scipy requirement on general import, now isolates to linalg
- Linalg functionality limited to specific import only

v0.2.x
Changes/Upgrades
--------------------

- Numba: Complete coverage of [Numba's top-level functions](https://numba.readthedocs.io/en/stable/reference/numpysupported.html#other-functions) (with custom implementation if faster).

- Orderbook: Directly update BBA, ++Performance

- Candles: ++Performance

- Websocket: Fast websocket pool + auto swapping latency mechanism.

Notes
------
* Changed root folder from /mm_toolbox/src/ -> /src/mm_toolbox/ for easier poetry installation and specific imports
* Added __all__ to every __init__.py for easier * imports (inline with ruff suggestions)
* Removed black formatting
* Reduced dependencies, now shows prompts with requirements if needed. Goal is to reduce base dependencies as much as possible.

0.1.2

What's Changed
* v0.1.0 by beatzxbt in https://github.com/beatzxbt/mm-toolbox/pull/11
* v0.1.2 by beatzxbt in https://github.com/beatzxbt/mm-toolbox/pull/12


**Full Changelog**: https://github.com/beatzxbt/mm-toolbox/compare/v0.1.1...v0.1.2

0.1.1

- Full functioning base set of features, near 100% test coverage:
- Candles (Time, Tick, Volume)
- Logger (Text, Discord, Telegram)
- Moving Average (EMA, HMA)
- Numba (Partial coverage Array, Full coverage LinAlg)
- Orderbook (Standard array style)
- Ringbuffer (1D, 2D, Multi-Dim)
- Rounding
- Time (ISO8601 to-and-fro)
- Websocket (Payload integrity verification)
- Weights (EMA, Geometric)

- PyPI release (https://pypi.org/project/mm-toolbox/)
- Poetry dependency management

0.1.0

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.