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

Remove some circular imports in sage.rings, sage.symbolic #35594

Merged
merged 16 commits into from May 7, 2023

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! -->
    Dima Pasechnik committed May 3, 2023
    Configuration menu
    Copy the full SHA
    4140517 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. Fix some imports from sage.symbolic

    mkoeppe authored and dimpase committed May 4, 2023
    Configuration menu
    Copy the full SHA
    b9e1575 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f2f073d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7672d2a View commit details
    Browse the repository at this point in the history
  4. sage.symbolic: Docstring cosmetics

    mkoeppe authored and dimpase committed May 4, 2023
    Configuration menu
    Copy the full SHA
    65f66ac View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6f2daaf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1a64d4f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5270495 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e11ed32 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4547279 View commit details
    Browse the repository at this point in the history
  10. sage.symbolic: Docstring cosmetics

    mkoeppe authored and dimpase committed May 4, 2023
    Configuration menu
    Copy the full SHA
    12c5bb7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    399c1f1 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    fbf7716 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2fb5ca1 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    69df1ef View commit details
    Browse the repository at this point in the history