Move code handling special values into a separate file out of the GDX class. We now precalculate SPECIAL_VALUES and NUMPY_SPECIAL_VALUES (lists of special values), GDX_TO_NP_SVS and NP_TO_GDX_SVS (dictionaries which do conversions between the GDX world and the Python world and back).
I also tried to speedup the convert_np_to_gdx_svs/convert_gdx_to_np_svs functions and I will verify this in a bit.
Move code handling special values into a separate file out of the GDX class. We now precalculate SPECIAL_VALUES and NUMPY_SPECIAL_VALUES (lists of special values), GDX_TO_NP_SVS and NP_TO_GDX_SVS (dictionaries which do conversions between the GDX world and the Python world and back).
I also tried to speedup the convert_np_to_gdx_svs/convert_gdx_to_np_svs functions and I will verify this in a bit.