------------------- - Fixed a bug in misc_utils.py that caused find_peaks() to crash when it tried to refine an empty set of features.
0.1.11
------------------- - Limited the number of lines to try to pair during overlap fitting (to 20 from blue and 15 from the red side). This addresses a bug whereby overlap fitting would stall indefinitely if there were too many pairs of lines to try.
0.1.10
------------------- - Removed peakutils requirement. Updated astropy and scipy dependencies.
0.1.9
------------------- - Removed requirements.txt. Placed requirements directly into install_requires in setup.py
0.1.8
------------------- - Hotfix for a bug in ``find_feature_wavelengths`` where the function would work only if the features were marked as belonging to fiber 1. Changed ``find_feature_wavelengths`` so that it assumes all the features come from a single fiber.
0.1.7
------------------- - Added ``min_num_matches``, ``global_scale_spacing``, ``initial_mad_clip``, ``final_mad_clip`` as possible options for the config files.