Thomas Li

Results 48 issues of 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 - [...

Timezones
Dependencies

- [ ] 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 - [...

Build
CI
Release

# 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...

enhancement
question

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),...

enhancement

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...

enhancement

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.

tests
CI

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...

enhancement

Generated graph looks correct. xref #8961. (Note: This is for the .pyx-> c phase for a target for pandas) ![image](https://user-images.githubusercontent.com/47963215/200083372-14e27211-770d-4f29-8c92-d1a8809941ea.png) 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 - [...

Build