- **(B)** Changed custom functions interface. If you've used them, you basically need to change `lambda **kw: kw["count"] != 1` to `lambda a, **kw: a[kw["count"] != 1]`.
0.13.3
- Minor README fix
0.13.2
- Fixed PyPI upload
0.13.1
- Updated links due to account renaming - Moved to trusted publishing
0.13.0
- Removed check for `json` availability - Improved README