Skip to content

Tags: BiocPy/DelayedArray

Tags

0.6.2

Toggle 0.6.2's commit message
Updated GHA workflows, switched to trusted publishing. 

0.6.1

Toggle 0.6.1's commit message
Updated CHANGELOG. 

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 (#65) 

0.5.3

Toggle 0.5.3's commit message
Backfilled the changelog with all of our changes. 

0.5.2

Toggle 0.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Support dtype= and copy= arguments in __array__(), as required by num… …py 2. (#64)

0.5.1

Toggle 0.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add support for more numpy functions to dense and sparse `DelayedArra… …ys` (#62) Update tests and documentation

0.5.0

Toggle 0.5.0's commit message
Exported the converter from chunk shape to a SimpleGrid. Also explained the various choices for the cost factor, now that we have to document the converter's arguments.

0.4.0

Toggle 0.4.0's commit message
Added buffer_size= option to apply_over_* functions for convenience. This just gets passed along to the block size/shape chooser functions if the block size/shape is not explicitly supplied to the apply* function. Also renamed memory= to buffer_size as it is more self-explanatory.

0.3.5

Toggle 0.3.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Support masking throughout the various operations and methods. (#57) This preserves masks throughout each operation, and introduces an 'is_masked' generic to allow callers to determine whether there might be masked values during the extraction process.

0.3.4

Toggle 0.3.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixes to support Python 3.8 (#55) - Switch list to List annotation from typing - Use the package installed utility function - Update GitHub action to run tests from Python 3.8 - 3.12