Skip to content

Commit

Permalink
Migrated the Factor class from BiocFrame. (#7)
Browse files Browse the repository at this point in the history
This has been slightly modified so that the codes are now a (signed integer)
NumPy array, and the levels are a string NumPy array. The idea is to always
use type-enforcing NumPy arrays internally instead of lists of arbitrary stuff.
  • Loading branch information
LTLA authored Nov 7, 2023
1 parent a9c07db commit 47aba98
Show file tree
Hide file tree
Showing 12 changed files with 731 additions and 121 deletions.
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ testing =
setuptools
pytest
pytest-cov
pandas

[options.entry_points]
# Add here console scripts like:
Expand Down
Loading

0 comments on commit 47aba98

Please sign in to comment.