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

Add ability to generate graphs based on correlations of sequences #25933 #35009

Merged
merged 19 commits into from
May 22, 2023

Commits on Jan 2, 2023

  1. Configuration menu
    Copy the full SHA
    abc6100 View commit details
    Browse the repository at this point in the history
  2. base test fix

    Bruno-TT committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    2798d32 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2023

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

Commits on Feb 7, 2023

  1. Configuration menu
    Copy the full SHA
    eb62214 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63572b6 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

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

Commits on May 1, 2023

  1. Configuration menu
    Copy the full SHA
    d8cc9f2 View commit details
    Browse the repository at this point in the history
  2. don't import from sage.all

    dimpase committed May 1, 2023
    Configuration menu
    Copy the full SHA
    7b6f3a0 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

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

Commits on May 3, 2023

  1. fix the linter once more

    fchapoton authored and dimpase committed May 3, 2023
    Configuration menu
    Copy the full SHA
    f6f4e40 View commit details
    Browse the repository at this point in the history
  2. fix the linter once more (sagemath#35552)

    <!-- Please provide a concise, informative and self-explanatory title.
    -->
    <!-- Don't put issue numbers in the title. Put it in the Description
    below. -->
    <!-- For example, instead of "Fixes sagemath#12345", use "Add a new method to
    multiply two integers" -->
    
    ### 📚 Description
    
    Fixing the linter workflow
    
    <!-- Describe your changes here in detail. -->
    <!-- Why is this change required? What problem does it solve? -->
    <!-- If this PR resolves an open issue, please link to it here. For
    example "Fixes sagemath#12345". -->
    <!-- If your change requires a documentation PR, please link it
    appropriately. -->
    
    ### 📝 Checklist
    
    <!-- Put an `x` in all the boxes that apply. It should be `[x]` not `[x
    ]`. -->
    
    - [x] The title is concise, informative, and self-explanatory.
    - [x] The description explains in detail what this PR is about.
    - [ ] I have linked a relevant issue or discussion.
    - [ ] I have created tests covering the changes.
    - [ ] I have updated the documentation accordingly.
    
    ### ⌛ Dependencies
    
    <!-- List all open PRs that this PR logically depends on
    - sagemath#12345: short description why this is a dependency
    - sagemath#34567: ...
    -->
    
    <!-- If you're unsure about any of these, don't hesitate to ask. We're
    here to help! -->
    dimpase committed May 3, 2023
    Configuration menu
    Copy the full SHA
    4140517 View commit details
    Browse the repository at this point in the history
  3. initial implementation start

    Bruno-TT authored and dimpase committed May 3, 2023
    Configuration menu
    Copy the full SHA
    93ccd70 View commit details
    Browse the repository at this point in the history
  4. base test fix

    Bruno-TT authored and dimpase committed May 3, 2023
    Configuration menu
    Copy the full SHA
    cfaf90d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    695160b View commit details
    Browse the repository at this point in the history
  6. Fixed doctest + improved docstring

    Bruno-TT authored and dimpase committed May 3, 2023
    Configuration menu
    Copy the full SHA
    e2b9db2 View commit details
    Browse the repository at this point in the history
  7. don't import from sage.all

    dimpase committed May 3, 2023
    Configuration menu
    Copy the full SHA
    b5260a7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2e17704 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    671f5fa View commit details
    Browse the repository at this point in the history
  10. improved test coverage

    Bruno-TT committed May 3, 2023
    Configuration menu
    Copy the full SHA
    270ff60 View commit details
    Browse the repository at this point in the history