Main improvements: - `sketch` parameter as part of `integrate()`. Other details: - Added sketching reference in README. - Removed defunct parameters in API and interpretation function. - Added mouse brain example with sketching.
1.4
Bug fix for issues https://github.com/brianhie/scanorama/issues/47 and https://github.com/brianhie/scanorama/issues/45
1.3
- Bug fix, `correct_scanpy()` no longer resets AnnData with different dimensional array
1.2
- Allow user to specify random seed on call to `correct()` and `integrate()`. Also uses the same random seed on each call.