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

Improve Windows compatibility (safe relative paths, no float128). #777

Merged
merged 11 commits into from
Jul 5, 2022

Commits on Jun 19, 2022

  1. Use safe relative paths.

    bdice committed Jun 19, 2022
    Configuration menu
    Copy the full SHA
    f21b2b3 View commit details
    Browse the repository at this point in the history
  2. Fix message.

    bdice committed Jun 19, 2022
    Configuration menu
    Copy the full SHA
    0aa23eb View commit details
    Browse the repository at this point in the history
  3. Remove float128 from tests because it doesn't exist on Windows builds…

    … of numpy.
    
    Instead, this is covered by the system-independent `longdouble` where supported.
    bdice committed Jun 19, 2022
    Configuration menu
    Copy the full SHA
    c6565da View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6d9eb6c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a675a22 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4ae33fe View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1191c9d View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2022

  1. Update changelog.

    bdice committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    6bbc6f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e0d131 View commit details
    Browse the repository at this point in the history
  3. Use xfail instead of skip.

    bdice committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    c142abd View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2022

  1. Configuration menu
    Copy the full SHA
    1f92507 View commit details
    Browse the repository at this point in the history