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

Infer reactions #266

Merged
merged 40 commits into from
Sep 27, 2022
Merged

Infer reactions #266

merged 40 commits into from
Sep 27, 2022

Commits on Jul 15, 2021

  1. files added and changed

    skeating committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    430f796 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2021

  1. fix strict include build

    skeating committed Jul 16, 2021
    Configuration menu
    Copy the full SHA
    f07dd77 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2022

  1. add rr converter

    skeating committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    2a2861f View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2022

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

Commits on Aug 10, 2022

  1. started tests for new funcs

    skeating committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    924a58e View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2022

  1. Configuration menu
    Copy the full SHA
    671c9aa View commit details
    Browse the repository at this point in the history
  2. added tests for decompose

    skeating committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    39d8669 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2022

  1. sorting decompose

    skeating committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    fddf359 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2022

  1. testing derivatives

    skeating committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    ae64773 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2022

  1. test deriv minus

    skeating committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    0b76a84 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2022

  1. power and divide

    skeating committed Aug 20, 2022
    Configuration menu
    Copy the full SHA
    efb6911 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2022

  1. Configuration menu
    Copy the full SHA
    68ae4f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db1bf5e View commit details
    Browse the repository at this point in the history
  3. put in all tests

    skeating committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    6c81d71 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2022

  1. working hidden vars example

    skeating committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    814dfd1 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2022

  1. sorting more

    skeating committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    9a58dd3 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2022

  1. Configuration menu
    Copy the full SHA
    1ce90a0 View commit details
    Browse the repository at this point in the history
  2. further analysis

    skeating committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    cbb8338 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2022

  1. catch dxdt != ode

    skeating committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    0fb3eca View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2022

  1. sorted create term

    skeating committed Sep 3, 2022
    Configuration menu
    Copy the full SHA
    70f8eed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b0f0cdc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    65bebf7 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2022

  1. Configuration menu
    Copy the full SHA
    327ce76 View commit details
    Browse the repository at this point in the history
  2. numbers for z

    skeating committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    6403774 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2022

  1. sort param initial value

    skeating committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    2881c7b View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2022

  1. Configuration menu
    Copy the full SHA
    3e1a36f View commit details
    Browse the repository at this point in the history
  2. detect k-x-y

    skeating committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    1d0bb0e View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2022

  1. replace -x+y with y-x

    skeating committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    02876ab View commit details
    Browse the repository at this point in the history
  2. replace k+w-x with z+w

    skeating committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    47acf53 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2022

  1. sorted k+v-x-y

    skeating committed Sep 10, 2022
    Configuration menu
    Copy the full SHA
    b790290 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2022

  1. adding k-x+w-y

    skeating committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    06be5cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd42507 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2022

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

Commits on Sep 17, 2022

  1. fix issues on win gha

    skeating committed Sep 17, 2022
    Configuration menu
    Copy the full SHA
    370e969 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df98d67 View commit details
    Browse the repository at this point in the history
  3. dont use std::to_string

    skeating committed Sep 17, 2022
    Configuration menu
    Copy the full SHA
    a7056ee View commit details
    Browse the repository at this point in the history
  4. catch errors now

    skeating committed Sep 17, 2022
    Configuration menu
    Copy the full SHA
    d8c9565 View commit details
    Browse the repository at this point in the history
  5. c++ 20 fixes

    skeating committed Sep 17, 2022
    Configuration menu
    Copy the full SHA
    12806b7 View commit details
    Browse the repository at this point in the history
  6. missed one char *

    skeating committed Sep 17, 2022
    Configuration menu
    Copy the full SHA
    6927356 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2022

  1. - plug leaks

    fbergmann committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    536ad07 View commit details
    Browse the repository at this point in the history