Skip to content

v0.8.14

Compare
Choose a tag to compare
@bmaranville bmaranville released this 09 Feb 23:05
· 968 commits to master since this release

For windows, download Refl1D-0.8.14-exe.zip and extract the archive. Go to the extracted directory and click on refl1d_gui.bat. This will open a dialog saying that the application is untrusted with a "Don't run" button at the bottom. Click on "more info" and a "Run anyway" button will appear.

Use pip install refl1d wxpython to install Refl1D in your python environment.

2021-02-09 v0.8.14

  • numba included in windows zipped executable
  • use numba rather than C++ for fast polymer calculations
  • wheels now built with stable ABI (one wheel per platform for all Python > 3.2)
  • drop py27 support for compiled modules
  • tolerance adjusted on polymer_test to account for sensitivity to input parameters
  • display of chisq in plot window works again
  • fix selection mask for load4 to work on theta and lambda as well as Q and R
  • use github actions to build wheels and deploy

See CHANGES.rst for complete history.