Tamás Nepusz

Results 691 comments of Tamás Nepusz

I've started addressing an issue similar to this in #489; my use-case is that I have a large codebase spanning several repositories where the docstrings are Google-styled but they use...

I managed to compile `pyoxy` embedding Python 3.11 on macOS with the following modifications to `cpython-3.11.8+20240224-aarch64-apple-darwin-pgo-full.tar.zst`: 1. I used `ar -xv libpython3.11 deepfreeze.o` to extract the missing `deepfreeze.o` file from...

Related: it seems like the same issue also affects Python 3.12. Furthermore, `PYTHON.json` for Python 3.12 mistakenly lists `Hacl_Hash_SHA2` as a system library. I'll try to file a separate PR...

#312 filed to fix additional issues in `PYTHON.json` for Python 3.12. It is best to review and merge #311 and #312 together.

This still seems to be an issue in PyOxidizer 0.19.0, although the exception is now different, at least on my Mac: ``` installing files to [...]/pyoxidizer-test/./build/x86_64-apple-darwin/debug/install Python path configuration: PYTHONHOME...

I think I figured it out. The problem is that if you set `include_distribution_sources` to `False`, this sets the `add_include` property of _all_ Python module source objects represented by a...

:+1: (same as my pull request #79 - I did not notice this one).

I'm not sure I understand the question; how would you calculate the standard error?

Ah, okay, these formulae are not implemented in `plfit` yet.

Well, it's not impossible but it definitely needs a bit of work. Right now all the functions in `plfit.c` work with an array of doubles. (This is because the primary...