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 invariants commands in global namespace #37223

Merged
merged 2 commits into from
Feb 13, 2024

Conversation

GiacomoPope
Copy link
Contributor

This PR removes the depreciated invariants from #28064 (2019). It's been long enough and we should declutter the tab-autocomplete from these very specific functions.

As an aside, I'm not sure why we have:

from . import monsky_washnitzer

Instead of importing objects from this module, but I have not worked with this myself so am loathed to modify this without further input from the community.

@fchapoton
Copy link
Contributor

one failing doctest needs to be fixed

@GiacomoPope
Copy link
Contributor Author

New push fixes the doctest by including an import.

I'm not sure why absolute_igusa_invariants_wamelen() is being tested in the doctests of igusa_clebsch_invariants() instead of absolute_igusa_invariants_wamelen() itself... But rather than change this I just fixed it.

Copy link

github-actions bot commented Feb 4, 2024

Documentation preview for this PR (built with commit 5453456; changes) is ready! 🎉

vbraun pushed a commit to vbraun/sage that referenced this pull request Feb 7, 2024
sagemathgh-37223: Remove invariants commands in global namespace
    
This PR removes the depreciated invariants from sagemath#28064 (2019). It's been
long enough and we should declutter the tab-autocomplete from these very
specific functions.

As an aside, I'm not sure why we have:

```py
from . import monsky_washnitzer
```

Instead of importing objects from this module, but I have not worked
with this myself so am loathed to modify this without further input from
the community.
    
URL: sagemath#37223
Reported by: Giacomo Pope
Reviewer(s): Frédéric Chapoton
@vbraun vbraun merged commit cdd42d4 into sagemath:develop Feb 13, 2024
19 of 20 checks passed
@GiacomoPope GiacomoPope deleted the deprecation-28064 branch March 6, 2024 16:25
@mkoeppe mkoeppe added this to the sage-10.3 milestone Mar 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants