Expelliarmus

Latest version: v1.1.12

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

Scan your dependencies

1.1.7

In this release we have some new features:
- it is possible to read a file in windows expressed in milliseconds, using the new `read_time_window()` generator.
- it is possible to save a NumPy array to DAT, EVT2 and EVT3 formats. EVT3 saving does not support events vectorization yet, but this is usually not an issue in terms of file size, since few recordings take advantage of vectorization in general.
- new benchmarking data!

1.1.1

In this release:
- `Muggle` has been merged with `Wizard`.
- C code has been _hugely_ improved, providing a substantial performance bump and more robustness.

1.0.5

Now two classes are available: `Wizard` allows to read files entirely and to cut them to a desired duration; `Muggle` allows to read a file in chunks when it is too big to fit in memory.

1.0.3

Now, thanks to `Muggle`, you can read a large file in chunks! Since a simple *muggle* cannot use magic, even less a powerful spell such as *expelliarmus*, he/she needs to read the file a little bit at time!
`Muggle` employs a generator method that allows to read `nevents_per_chunk` events at time from the file.

Now, it is possible also to easily change the order of the coordinates: by specifying a different _dtype_, one can change the order of timestamps, polarity and coordinates. This feature has still to be refined, though, bu the C code is perfectly capable of doing that.

1.0.2

In this release:
- `read_FILETYPE` functions to read DAT, EVT2 and EVT3 to structured NumPy arrays.
- multiplatform testing on Ubuntu, MacOS and Windows.
- `cut_FILETYPE` functions that lets you choose the minimum recording duration to which you want to limit a certain recording (see README).
- CI pipeline set thanks to biphasic.

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.