Changelog¶
Version 0.3.0 - 0.3.2¶
Provide a base
BiocObjectclass similar to theAnnotatedclass in Bioconductor. The class providesmetadataslot, accessors and validation functions.Renaming code files to follow pep guidelines
Update Github actions and workflow to the new biocsetup versions
Changes to improve
NamedList,Namesclassesget name at index
delete method for namedlist/names
add is_unique
add lint errors
linting documentation, typehints etc
Version 0.2.3¶
Improve robustness of
show_as_cell()to long strings, strings with newlines, and non-iterable objects.
Version 0.2.2¶
Fix
is_list_of_type()so that they work correctly with NumPy’s masked arrays.
Version 0.2.1¶
Added a
which()function to get the indices of truthy values.
Version 0.2.0¶
chore: Remove Python 3.8 (EOL)
precommit: Replace docformatter with ruff’s formatter
Version 0.1.7¶
Added a
dtype=option tomatch()to control the output array type.
Version 0.0.1¶
First release of the package.