- docs: update basins section - docs: cleanup build process
0.61.3
- fix: TypeError when of R_HOME is not set
0.61.2
- ref: migrate from rpy2 to custom wrapper around R and Rscript binary - setup: remove extra [lme4] and rpy2 requirement
0.61.1
- fix: properly catch warnings for determining bad event image for fmt_tdms - fix: make sure integer features are always written as uint, and for that introduce `dclab.rtdc_dataset.writer.FEATURES_UINT32` and `dclab.rtdc_dataset.writer.FEATURES_UINT64` - setup: support numpy 2
0.61.0
- BREAKING: removed the `feat_anc_ml` module and with it all functionalities related to loading machine learning features from .modc files (236) - fix: do not attempt to load S3 data when the endpoint seems wrong - enh: improve availability check for S3 basin data - enh: improve availability check for HTTP basin data - enh: improve availability check for HDF5 basin data - enh: cache list of features available via all basins - enh: speed up feature retrieval for non-ancillary features - ref: replace `np.string_` with `np.bytes_`
0.60.9
- build: build with macos-latest and macos-13 images