Pyndl

Latest version: v1.2.3

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

Scan your dependencies

Page 5 of 6

0.3.3

Pyndl does no longer support Python 3.4 since pandas does not support it anymore. We recommend upgrading your Python installation to at least 3.5!

0.3.2

fixes zenodo meta data

0.3.1

Minor release which mainly fixes maintaining issues.

* use `pycodestyle` instead of `pep8`
* add meta information for [zenodo](https://zenodo.org/)

0.3.0

- gzipped event files (solves 68)
- harmonize dict_ndl and ndl (solves 75)
- replace docopt with dependecy (solves 71)
- improve readme (solves 80)
- improve alpha attribute in dict_ndl (solves 73)

If you want to reuse old event files please gzip them in order to use them with the new code.

The following list contains the API changes in the format old function call above and new function call below:


activation.activation(event_list, ...)
=> activation.activatoin(events, ...)

ndl.events(...)
=> ndl.events_from_file(...)

ndl.ndl(event_path, ...)
=> ndl.ndl(events, ..., verbose=False)

ndl.dict_ndl(event_list, ...)
=> ndl.dict_ndl(events, ..., verbose=False)

ndl.slice_list(..., sequence)
=> ndl.slice_list(..., len_sublists)

0.2.7

- makes activation function consistent with the output of ndl and dict_ndl
- dict_ndl no longer produces NaNs for cue-outcome combinations which did not occur if `make_data_array=True`
- dimensions of the output matrix of activation was changed to outcomes, events

0.2.6

* fixes bug with missing cues in unseen events
* deletes temporary files after use

Page 5 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.