* Fix namespace issue with embedded records (scottbelden in PR 266) * Check that scale and precision are integers (scottbelden in PR 267) * Add a sanity check that the input to `writer` is not a single record (scottbelden in PR 260)
0.21.4
* Build OSX wheels (scottbelden in PR 255)
0.21.3
* Check schema equality before calling match_schema (scottbelden in PR 247) * Fix load_schema when the parent schema had multiple child schemas (lsyarn in PR 249)
0.21.2
* Fix issue where supplied reader_schema wasn't being parsed (scottbelden in PR 245)
0.21.1
* Ensure aliases are a list (scottbelden in PR 241) * Ensure a namespaced name is used when writing with tuples (scottbelden in PR 240)
0.21.0
* Remove `acquaint_schema` and replace it with `parse_schema` (scottbelden in PR 237)