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

Recurrences #26

Merged
merged 22 commits into from Aug 28, 2019
Merged

Recurrences #26

merged 22 commits into from Aug 28, 2019

Commits on Apr 11, 2019

  1. Combinatorial_class: Added new methods, changed some methods from abs…

    …tract to standard implementations
    Unnar committed Apr 11, 2019
    Configuration menu
    Copy the full SHA
    8d1a384 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2019

  1. Resolved merge conflict

    Unnar committed Jun 6, 2019
    Configuration menu
    Copy the full SHA
    c4b432f View commit details
    Browse the repository at this point in the history
  2. ProofTree nodes can now calculate objects of length using the recurre…

    …nce implied by the ProofTree
    Unnar committed Jun 6, 2019
    Configuration menu
    Copy the full SHA
    6ee8f7c View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2019

  1. Fixed infinite recursions

    Unnar committed Jun 7, 2019
    Configuration menu
    Copy the full SHA
    ac5db98 View commit details
    Browse the repository at this point in the history
  2. Recurrence relation now assumes all previous terms are 0 if they were…

    … not computed earlier. Added parameter to ensure_terms for expanding extra terms each time and added docstrings.
    Unnar committed Jun 7, 2019
    Configuration menu
    Copy the full SHA
    25b39d3 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2019

  1. Changed ensure_terms to expand 100 terms each time by default. Added …

    …base cases to compositions
    Unnar committed Jun 14, 2019
    Configuration menu
    Copy the full SHA
    fa3c962 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' of github.com:PermutaTriangle/comb_spec_search…

    …er into recurrences
    Unnar committed Jun 14, 2019
    Configuration menu
    Copy the full SHA
    2b45203 View commit details
    Browse the repository at this point in the history
  3. Updated CHANGELOG

    Unnar committed Jun 14, 2019
    Configuration menu
    Copy the full SHA
    258d77d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    934e52a View commit details
    Browse the repository at this point in the history
  5. Fixed pep8 and isort errors

    Unnar committed Jun 14, 2019
    Configuration menu
    Copy the full SHA
    a277bb5 View commit details
    Browse the repository at this point in the history
  6. Remove from_string method

    enadeau committed Jun 14, 2019
    Configuration menu
    Copy the full SHA
    226bae4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    74ba049 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'recurrences' of github.com:PermutaTriangle/comb_spec_se…

    …archer into recurrences
    Unnar committed Jun 14, 2019
    Configuration menu
    Copy the full SHA
    a6d2d27 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2019

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

Commits on Aug 28, 2019

  1. Configuration menu
    Copy the full SHA
    c2edd19 View commit details
    Browse the repository at this point in the history
  2. make pytest run doctests

    enadeau committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    c71d3ac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    55b8a89 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    333af02 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a039349 View commit details
    Browse the repository at this point in the history
  6. fixed bug in caching terms

    enadeau committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    8e03c44 View commit details
    Browse the repository at this point in the history
  7. typo in CHANGELOG

    enadeau committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    035b630 View commit details
    Browse the repository at this point in the history
  8. typos in readme

    enadeau committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    ee5c5f1 View commit details
    Browse the repository at this point in the history