- Eliminate unsound code
- Remove several unnecessary dependencies
- Internal refactoring
- Add documentation for
Frame
struct - Replace
hawktracer
withtracing
crate
- Revert changes in downsampling in 0.3.4 which changed its behavior
- Bump num-derive to 0.4
- Fix cases of unsoundness (#14)
- Slight optimizations for downsampling
- Add
row_cropped
androw_slice_cropped
methods to get rows without padding - Make
RowsIter
andRowsIterMut
return rows without right-side padding for greater consistency/predictability - Fix clippy lints
- Add
rows_iter_mut
method toPlane
- Split into separate repository
- Remove unused rayon dependency
- Fix some clippy lints