v0.1.7
- Fixed bug issue #26, which garbled string comments in
array_to_zmap()
. - Implemented enhancement issue #17. Created
gio.unmap_to_dataarray()
, putting the guts of the algorithm into its own library,unmap
, which is now a dependency ofgio
. The library only produces NumPy arrays, sogio
adds thexarray
wrapper and a couple of extra options.