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

Use Info not Print in Decomposition #3792

Merged
merged 1 commit into from
Dec 20, 2019

Conversation

ThomasBreuer
Copy link
Contributor

Up to now, DecompositionInt and Decomposition used Print
for showing a message whenever a new prime had to be chosen because
the matrix in question was singular modulo the current prime.

Meanwhile I have several real-world examples where this happens, which I want to use in package tests,
and I think it is better to omit these messages by default, that is, to use Info instead of Print.

Text for release notes

The functions Decomposition and DecompositionInt do no longer just print a message
whenever a new prime has to be chosen because the matrix in question is singular modulo the current prime.
If one wants to see this message, one can set the info level of InfoZLattice to at least 1.

Up to now, `DecompositionInt` and `Decomposition` used `Print`
for showing a message whenever a new prime had to be chosen because
the matrix in question was singular modulo the current prime.

Meanwhile I have several real-world examples where this happens,
which I want to use in package tests,
and I think it is better to omit these messages by default,
that is, to use `Info` instead of `Print`.
@ThomasBreuer ThomasBreuer added topic: library release notes: to be added PRs introducing changes that should be (but have not yet been) mentioned in the release notes kind: general proposed change labels Dec 20, 2019
@coveralls
Copy link

coveralls commented Dec 20, 2019

Coverage Status

Coverage increased (+0.01%) to 84.694% when pulling 056e4d8 on ThomasBreuer:TB_Decomposition_Info into 8399021 on gap-system:master.

@ThomasBreuer ThomasBreuer merged commit 709264a into gap-system:master Dec 20, 2019
@ThomasBreuer ThomasBreuer deleted the TB_Decomposition_Info branch December 20, 2019 12:11
@PaulaHaehndel PaulaHaehndel self-assigned this Feb 17, 2021
@PaulaHaehndel PaulaHaehndel added release notes: added PRs introducing changes that have since been mentioned in the release notes and removed release notes: to be added PRs introducing changes that should be (but have not yet been) mentioned in the release notes labels Feb 17, 2021
@PaulaHaehndel PaulaHaehndel removed their assignment Feb 17, 2021
@fingolfin fingolfin added release notes: not needed PRs introducing changes that are wholly irrelevant to the release notes and removed release notes: added PRs introducing changes that have since been mentioned in the release notes labels Aug 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind: general proposed change release notes: not needed PRs introducing changes that are wholly irrelevant to the release notes topic: library
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants