* introducing zlib.dll from conda forge libzlib and removing z*.lib files fixes 104
0.5.1
* fixing tests removing np.NaN to work with latest numpy version. * updating zlib windows libs and h files to 1.3.1 fixes 100
0.5.0
* fixing bug when writing an object column filtered so that the first row has not index 0
0.4.9
* conda forge of 0.4.8 failed due to missing file in source distribution, adding file to manifest and releasing again, otherwise no changes.
0.4.8
* Updated code to work with Cython 3.0.0, earlier versions no longer supported. * Including dll files in pyreadr folder and putting them as package data for windows, this solves issue 72. For unix no package data meaning no dll files but also no .c translated files in the wheel.