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

Update to the latest simba version. #761

Merged
merged 6 commits into from Aug 25, 2020
Merged

Update to the latest simba version. #761

merged 6 commits into from Aug 25, 2020

Commits on Aug 25, 2020

  1. Add the ::ith constructor for vectors.

    This initializes a vectors to zero except the i-th element set to a given value.
    sebcrozet committed Aug 25, 2020
    Copy the full SHA
    6300d34 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    7c69cbf View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    46d1cf2 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    a6962df View commit details
    Browse the repository at this point in the history
  5. Run cargo fmt.

    sebcrozet committed Aug 25, 2020
    Copy the full SHA
    a8f73cb View commit details
    Browse the repository at this point in the history
  6. CI: don't eanble --all-features when running the tests.

    This would enable the libm_force feature which results in less accurate results causing some tests to fail.
    sebcrozet committed Aug 25, 2020
    Copy the full SHA
    b96181f View commit details
    Browse the repository at this point in the history