scikit-xray v0.0.5

New Functionality

  • X-Ray Speckle Visibility Spectroscopy PR 293

  • Fitting 1-time correlation data to ISF equation, PR 295

  • Kymograph (aka waterfall plot), PR 306

API Changes

  • weighted_nnls_fit() was removed from skxray.core.fitting.xrf_model. Weighted nnls fitting was combined into nnls_fit(), which includes weights as a new argument.

  • extract_label_indices() is a helper function for labeled arrays and was moved to its new home in skxray.core.roi from skxray.core.correlation

Other updates

  • PR 316: Do a better job isolating dependencies so that our “optional” packages truly are optional

  • PR 319: Use latest lmfit version published to scikit-xray anaconda.org channel in travis build

  • PR 326: Add quick start guide and note about testing

  • PR 327: Pin to lmfit 0.8.3 in conda recipe

  • PR 332: Correct the equation in the one-time correlation docstring

  • PR 333: Update readme with new examples in scikit-xray-examples