Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restrict dependency version bounds #124

Merged
merged 2 commits into from
Nov 9, 2019
Merged

Restrict dependency version bounds #124

merged 2 commits into from
Nov 9, 2019

Commits on Nov 9, 2019

  1. Restrict dependency version bounds

    This pins AbstractFFTs and BinaryProvider to 0.5.x. Since FFTW reexports
    AbstractFFTs, breaking changes in AbstractFFTs propagates downstream via
    FFTW, as FFTW previously set only a lower bound on AbstractFFTs.
    ararslan committed Nov 9, 2019
    Configuration menu
    Copy the full SHA
    068e847 View commit details
    Browse the repository at this point in the history
  2. Update documentation regarding installation and loading

    The `importall` keyword no longer exists, and using functions from Pkg
    requires loading Pkg.
    ararslan committed Nov 9, 2019
    Configuration menu
    Copy the full SHA
    db206a6 View commit details
    Browse the repository at this point in the history