Skip to content

BUG: Distutils patch to allow for 2 as a minor version (!)#20296

Merged
charris merged 1 commit intonumpy:maintenance/1.21.xfrom
charris:backport-20155
Nov 4, 2021
Merged

BUG: Distutils patch to allow for 2 as a minor version (!)#20296
charris merged 1 commit intonumpy:maintenance/1.21.xfrom
charris:backport-20155

Conversation

@charris
Copy link
Copy Markdown
Member

@charris charris commented Nov 3, 2021

Backport of #20155.

The float representation of e.g. 14.2 is not exact, leading to a minor
version number of int(1.999999) == 1 in the original code.

The float representation of e.g. 14.2 is not exact, leading to a minor
version number of int(1.999999) == 1 in the original code.
@charris charris added 00 - Bug 08 - Backport Used to tag backport PRs labels Nov 3, 2021
@charris charris added this to the 1.21.4 release milestone Nov 3, 2021
@charris charris merged commit 496c9c0 into numpy:maintenance/1.21.x Nov 4, 2021
@charris charris deleted the backport-20155 branch November 4, 2021 00:24
@charris charris changed the title BUG: Distuils patch to allow for 2 as a minor version (!) BUG: Distutils patch to allow for 2 as a minor version (!) Nov 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

00 - Bug 08 - Backport Used to tag backport PRs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants