* Fix issues 108 109 and merges 110 120 * Remove requirements.txt, add docs/rtd-pip-requirements, update .travis.yaml * Add support for running at sites where data is locally visible (e.g., nersc) * Add support for reading spArc and spFlat calibration files. * Add CalibrationTutorial notebook. * Add bosssky script. * Fix some issues with python3 and astropy < 2.
0.3.0
------------------
* Update for python 3.x
0.2.8
------------------
* Fix issues 29 103 and addresses 106 * Add support for reading raw image data and plug map files. * Add warnings about not using numpy 1.10.0 or 1.10.1.
0.2.7
------------------
* Fix issues 92 94 96 97 100 * Add support for reading per-exposure flux calibration and correction vectors. * Add plot functions for per-fiber data vs fiber number or focal-plane position. * Add a plug_map attribute to spPlate, spFrame, spCFrame. * FrameFile infers the spectrograph index and whether flux calibration has been applied. * bossdata infers MJD when possible. * bossplot option "--camera" renamed to "--band".
0.2.6
------------------
* Fix issues 67 74 86 * The ``camera`` arg to ``SpecFile.get_valid_data`` (and related methods) should now be ``b1``, ``b2``, ``r1``, ``r2`` instead of ``blue`` or ``red``. * New options for the ``get_valid_data`` methods: ``use_ivar``, ``use_loglam``, ``fiducial_grid``.