Mal-analytics

Latest version: v0.3.0

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

Scan your dependencies

0.3.0

===================
Added
*****
* Wrappers for ``Connection::transaction``, ``Connection::commit`` and
``Connection::rollback``.
* An ``AnalyticsException`` that is the at the root of the exception
hierarchy for this package.

Changed
*******
* Only the query text is now inserted in the db, instead of the string
``define("<query>", "<optimizer>", <number>)``
* ``DatabaseManager::execute`` returns now the results using the
``fetchnumpy`` call of MonetDBLite
* Refactored the constructor of ``ProfilerObjectParser`` in order to
pass one dictionary with the limits.
* ``DatabaseManager::execute_query`` now accepts an argument that
collects parameters for the query. The semantics are identical to
``MonetdbLite::Cursor::execute``.
* Generalized the ``supervises_execution`` relation: It now expresses
the call graph between executions, not only the remote calls. The
relevant SQL table was renamed from ``supervises_execution`` to
``initiates_executions``. A ``remote`` boolean field was added to
this table to indicate if parent and child execution run on
different MonetDB sessions.

0.2.0

===================
Added
*****
* Some documentation
* More tests
* A user defined mnemonic label for queries
* Limits for the new tables
* New tables:

- query
- supervises_executions

* Support for distributed queries (Remote table)

0.1.0

===================
Added
*****
* DatabaseManager class. Instantiates a *singleton* object that
handles communication with the database.
* ProfilerObjectParser class. Code for parsing trace JSON objects.
* SQL script to create tables in the database.
* SQL scripts for dropping and adding constraints in order to
accelerate data loading.
* Functions to facilitate opening of compressed files
(currently supports .gz and .bz2 files).
* Test suite.

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.