Skip to content

CLN: unify some fused types #43824

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

Merged
merged 5 commits into from
Oct 1, 2021
Merged

CLN: unify some fused types #43824

merged 5 commits into from
Oct 1, 2021

Conversation

mzeitlin11
Copy link
Member

Change summary:

  • numeric -> numeric_t
    • This replaces usages of asof_t
  • numeric + object -> numeric_object_t
    • This replaces usages of algos_t, join_t, reshape_t
  • i64 + u64 + f32 + f64 -> iu_64_floating_t (don't love this name, suggestions welcome)
    • This replaces groupby_t
  • iu_64_floating_t + object -> iu_64_floating_obj_t

@mzeitlin11 mzeitlin11 added Internals Related to non-user accessible pandas implementation Clean labels Sep 30, 2021
@@ -20,15 +20,14 @@ from numpy cimport (
cnp.import_array()


cdef extern from "src/headers/cmath" namespace "std":
cdef extern from "../src/headers/cmath" namespace "std":
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Without this added ../, these changes made the build fail for me locally due to not being able to find this file. Not sure why importing from dtypes instead of util would cause this to happen, but importing from ../ is now consistent with the import on L33

@jreback jreback added this to the 1.4 milestone Oct 1, 2021
@jreback
Copy link
Contributor

jreback commented Oct 1, 2021

@jbrockmendel if comments.

@jbrockmendel
Copy link
Member

LGTM

@jreback jreback merged commit b4a8e5f into pandas-dev:master Oct 1, 2021
@mzeitlin11 mzeitlin11 deleted the cln_fused branch October 1, 2021 18:25
gasparitiago pushed a commit to gasparitiago/pandas that referenced this pull request Oct 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Clean Internals Related to non-user accessible pandas implementation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants