Peppy

Latest version: v0.40.7

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

Scan your dependencies

Page 2 of 7

0.35.4

Fixed
- Fixed disabling rich progress on small datasets bug
- Disabled progressbar if object variable `progressbar` is set False

0.35.3

Fixed
- Returning `NaN` value in initialization project from pandas df

0.35.2

Fixed
- Returning `NaN` value within `to_dict` method was fixed and method now returns `None` instead

0.35.1

Changed
- Organization of test files. Separated unittests from smoketests.

Fixed
- The root cause of `np.nan` values showing up in Pandas dataframes. Replaced the values with None right after reading the database, which made it possible to remove all custom `np.nan` to `None` converters used later in the code.
- Typing in some methods.
- Code redundancy in fixtures in conftest.

Added
- New test cases with test data

0.35.0

Changed

- Optimized converting Projects to and from dict. Now, `to_dict(extended=True)` returns only essential properties to save space and time.
- Small refactors.

Fixed

- Initialization of `peppy.Project` from `pandas.DataFrame`. Now `from_pandas()` can receive sample table, subsample table and config file
- Multiple bugs introduced during initialization of the project with custom index column names

Added
- New test cases and test data

0.34.0

Changed

- Way of initialization project from dictionary. Now it's possible as follows: `Project().from_dict()`

Fixed

- Fix error that was raised when duplicated sample in `sample_table` had different read types (single-end mixed with paired-end).

Added

- Feature of initializing `peppy.Project` from `pandas.DataFrame`

Page 2 of 7

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.