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

Bump version to 1.12.1a1 #26409

Merged
merged 17 commits into from Mar 27, 2024
Merged

Conversation

oscarbenjamin
Copy link
Contributor

@oscarbenjamin oscarbenjamin commented Mar 26, 2024

References to other Issues or PRs

This is a hotfix prerelease as a temporary fix for gh-26273

Brief description of what is fixed or changed

Other comments

Release Notes

NO ENTRY

@sympy-bot
Copy link

sympy-bot commented Mar 26, 2024

Hi, I am the SymPy bot. I'm here to help you write a release notes entry. Please read the guide on how to write release notes.

  • No release notes entry will be added for this pull request.
Click here to see the pull request description that was parsed.
<!-- Your title above should be a short description of what
was changed. Do not include the issue number in the title. -->

#### References to other Issues or PRs
<!-- If this pull request fixes an issue, write "Fixes #NNNN" in that exact
format, e.g. "Fixes #1234" (see
https://tinyurl.com/auto-closing for more information). Also, please
write a comment on that issue linking back to this pull request once it is
open. -->

This is a hotfix prerelease as a temporary fix for gh-26273

#### Brief description of what is fixed or changed


#### Other comments


#### Release Notes

<!-- Write the release notes for this release below between the BEGIN and END
statements. The basic format is a bulleted list with the name of the subpackage
and the release note for this PR. For example:

* solvers
  * Added a new solver for logarithmic equations.

* functions
  * Fixed a bug with log of integers. Formerly, `log(-x)` incorrectly gave `-log(x)`.

* physics.units
  * Corrected a semantical error in the conversion between volt and statvolt which
    reported the volt as being larger than the statvolt.

or if no release note(s) should be included use:

NO ENTRY

See https://github.com/sympy/sympy/wiki/Writing-Release-Notes for more
information on how to write release notes. The bot will check your release
notes automatically to see if they are formatted correctly. -->

<!-- BEGIN RELEASE NOTES -->
NO ENTRY
<!-- END RELEASE NOTES -->

@oscarbenjamin oscarbenjamin added this to the SymPy 1.12 milestone Mar 26, 2024
@asmeurer
Copy link
Member

Feel free to close #26408 and delete the branch.

@oscarbenjamin
Copy link
Contributor Author

I think we also need gh-26386

@asmeurer
Copy link
Member

asmeurer commented Mar 26, 2024

We'll definitely want python 3.13 and numpy 2.0 fixes for 1.12.1. I don't know if they are necessary for this quick-fix alpha, but if it doesn't take any extra time to add them I guess it's not a problem.

@oscarbenjamin oscarbenjamin added the Releasing Issues relating to the automated release scripts. Use milestones to block issues on a release. label Mar 26, 2024
@oscarbenjamin
Copy link
Contributor Author

Also included gh-26112

@sympy-bot
Copy link

sympy-bot commented Mar 26, 2024

🟠

Hi, I am the SymPy bot. I've noticed that some of your commits add or delete files. Since this is sometimes done unintentionally, I wanted to alert you about it.

This is an experimental feature of SymPy Bot. If you have any feedback on it, please comment at sympy/sympy-bot#75.

The following commits add new files:

If these files were added/deleted on purpose, you can ignore this message.

Copy link

github-actions bot commented Mar 26, 2024

Benchmark results from GitHub Actions

Lower numbers are good, higher numbers are bad. A ratio less than 1
means a speed up and greater than 1 means a slowdown. Green lines
beginning with + are slowdowns (the PR is slower then master or
master is slower than the previous release). Red lines beginning
with - are speedups.

Significantly changed benchmark results (PR vs master)

· Did not find results for commit upstream/master

Significantly changed benchmark results (master vs previous release)

       before           after         ratio
     [41d90958]       [a00718ba]
     <sympy-1.11.1^0>                 
-         768±3μs          475±1μs     0.62  solve.TimeSparseSystem.time_linear_eq_to_matrix(10)
-        2.19±0ms          875±4μs     0.40  solve.TimeSparseSystem.time_linear_eq_to_matrix(20)
-     4.34±0.02ms      1.28±0.01ms     0.30  solve.TimeSparseSystem.time_linear_eq_to_matrix(30)

Full benchmark results can be found as artifacts in GitHub Actions
(click on checks at the top of the PR).

@oscarbenjamin
Copy link
Contributor Author

Looks like this is working. I expect CI to pass. The generate release files will be in the release workflow and can be uploaded to PyPI.

I'm going to bed though.

@oscarbenjamin
Copy link
Contributor Author

I'm just running local tests with this before uploading.

@oscarbenjamin
Copy link
Contributor Author

Also including gh-26269

@oscarbenjamin
Copy link
Contributor Author

I've just pushed this as 1.12.1a1 to PyPI:
https://pypi.org/project/sympy/#history

@oscarbenjamin oscarbenjamin merged commit 6d28cd9 into sympy:1.12 Mar 27, 2024
66 checks passed
@oscarbenjamin oscarbenjamin deleted the pr_bump_version_1.12.1a1 branch March 27, 2024 14:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Releasing Issues relating to the automated release scripts. Use milestones to block issues on a release.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants