- fix gtf reading (fairliereese) - fix FutureWarning split.py (y9c) - add ignore_bad line to read_gtf to skip unparseable lines.
0.0.122
- genomicfeatures.genome_bounds can use a pyfaidx object as chromsizes - add option genome_bounds to only clip right out-of-bounds - genome_bounds bugfix: modified df in-place
0.0.121
- update numpy types - reformat with black - fix doctests
0.0.120
- fix error in null_types when a variable is pandas.StringDtype (mkanai)