Thomas Li
Thomas Li
- [ ] closes #47332 (Replace xxxx with the Github issue number) - [ ] [Tests added and passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#writing-tests) if fixing a bug or adding a new feature - [...
- [ ] closes #44027 (Replace xxxx with the Github issue number) - [ ] [Tests added and passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#writing-tests) if fixing a bug or adding a new feature - [...
# Background In pandas, we have a source directory structure that looks like this. ``` pandas pandas __init__.py ... _libs Extension modules ... ``` Usually, with setuptools, we build the...
Being able to use install_subdir is a nice feature to avoid having to list individual files with install_sources in the meson build file. However, sometimes there are files(e.g. test data),...
We should implement this method, since if it is unavailable, pip will call build_wheel to find the metadata. Since we don't support editable installs, if a project supports both meson...
I was looking through the LICENSE files and saw that meson-python is copyrighted by Quansight Labs. The main question that I have about this is: "Do I still own the...
It would be nice if meson-python tested downstream projects(e.g. pandas, scipy) to make sure changes here aren't unintentionally breaking them.
meson-python should provide a way to use the ``__version__`` attribute of a package as its version instead of using the version from meson. EDIT: for an extended description of this...
Generated graph looks correct. xref #8961. (Note: This is for the .pyx-> c phase for a target for pandas)  In pandas, we are including the generated .pxi as sources,...
- [ ] closes #30741 (Replace xxxx with the GitHub issue number) - [ ] [Tests added and passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#writing-tests) if fixing a bug or adding a new feature - [...