Skip to content

COMPAT: Implement Timestamp.fromisocalendar #28115

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

Closed
TomAugspurger opened this issue Aug 23, 2019 · 1 comment · Fixed by #30395
Closed

COMPAT: Implement Timestamp.fromisocalendar #28115

TomAugspurger opened this issue Aug 23, 2019 · 1 comment · Fixed by #30395
Assignees
Labels
Datetime Datetime data dtype
Milestone

Comments

@TomAugspurger
Copy link
Contributor

https://docs.python.org/3.8/whatsnew/3.8.html#datetime / https://docs.python.org/3.8/library/datetime.html#datetime.datetime.fromisocalendar

Added new alternate constructors datetime.date.fromisocalendar() and datetime.datetime.fromisocalendar(), which construct date and datetime objects respectively from ISO year, week number and weekday; these are the inverse of each class’s isocalendar method. (Contributed by Paul Ganssle in bpo-36004.)

@TomAugspurger TomAugspurger added Datetime Datetime data dtype Python 3.8 labels Aug 23, 2019
@TomAugspurger TomAugspurger added this to the 0.25.2 milestone Aug 23, 2019
@TomAugspurger TomAugspurger modified the milestones: 0.25.2, Contributions Welcome Oct 3, 2019
@ShaharNaveh
Copy link
Member

take

@jreback jreback modified the milestones: Contributions Welcome, 1.0 Dec 26, 2019
@TomAugspurger TomAugspurger modified the milestones: Contributions Welcome, 1.0 Jan 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Datetime Datetime data dtype
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants