dfdx 0.10.0

Ergonomic auto differentiation in Rust, with pytorch like apis.
Documentation
on: [push, pull_request]

jobs:
  cargo-test:
    name: cargo-test

    runs-on: ${{ matrix.os }}
    strategy:
      matrix:
        os:
          - ubuntu-latest
          - macOS-latest
          - windows-latest

    steps:
      - uses: actions/checkout@v2
      - uses: actions-rs/toolchain@v1
        with:
          profile: minimal
          toolchain: stable
          override: true
      - uses: actions-rs/cargo@v1
        with:
          command: test