Skip to content
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.

Tags: BiocPy/generics

Tags

0.1.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Define generic for pretty-printing objects inside a table. (#12)

* Define generic for pretty-printing objects inside a table.

Also define a function for formatting a table, so that we don't
have to rely on third-party libraries for our pretty-printing.

0.1.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Adapt package for Python 3.8 (#10)

- In addition updates github action to test the package from python 3.8 to 3.12. 
- Most changes deal with registering dispatchers for scipy's sparray.

0.1.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Support lists in combine generic (#7)

This updates the `combine` generic to delegate the call to `combine_seqs` if one of the elements in the object is a list. In addition, added a few tests for mis and match of supported types and updated documentation. Fixed a few docstrings for inconsistencies.

0.1.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Refactor combine with combine_seqs (#5)

Added a new generic to combine sequence-like objects. Add tests, documentation and update README.

0.0.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
more changes to `combine-*` generics (#3)

Add dispatchers for sparse, dense and pandas dataframes. the intent is `combine` is for 1-dimensional vectors and combine_rows and combine_cols are for 2-dimensional arrays/matrices.

0.0.2

chore: rename package to biocgenerics, update documentation

0.0.1

test: add dummy import test