Skip to content

Tags: BiocPy/BiocFrame

Tags

0.7.3

Toggle 0.7.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Support creating biocframes with no rows but column names (#138)

bumps to v0.7.3

0.7.2

Toggle 0.7.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
rename files, bump version (#136)

0.7.1

Toggle 0.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
`BiocFrame` extends `BiocObject`, metadata is now a named list. (#134)

0.7.0

Toggle 0.7.0's commit message
bump biocutils to release

0.6.3

Toggle 0.6.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Rename actions, use trusted publisher workflow (#124)

0.6.2

Toggle 0.6.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Initialize from a `NamedList`& wrappers for combine and merge operati…

…ons (#118)

* Initialize from a `NamedList`
* Update tests and changelog

0.6.1

Toggle 0.6.1's commit message
Remove version upper limit for biocutils

0.6.0

Toggle 0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: remove Python 3.8 support (#115)

0.5.11

Toggle 0.5.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Execute code snippets in markdown (#109)

Use myst-nb to execute code snippets. Add section on polars integration.

0.5.10

Toggle 0.5.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix an issue when the frame is empty but `number_of_rows>0` (#106)

Also update tests.