杜世橋 Du Shiqiao
杜世橋 Du Shiqiao
**Description** OS: Ubuntu 20.04 Python: 3.10.4 PyArmor: 7.4.2 1. create a venv and install pyarmor ```sh python3.10 -m venv venv venv/bin/pip install pyarmor ``` 2. Prepare a python file (`main.py`)...
This PR fixes parallel cmdstanpy execution during cross validation with `threads` or `processes` mode. cmdstanpy has a global tmp directory and it outputs all the result files to the same...
I found Cython is still included in the install dependencies. https://github.com/facebook/prophet/blob/95b1741d447c7283363475a63f1ceceaec2981c9/python/requirements.txt#L1 My understanding is that it is required for pystan2. As of Prophet 1.1 the backend is completely moved to...
- rustc 1.63.0 (4b91a6ea7 2022-08-08) - rust-analyzer v0.3.1186  As is shown in the picture, the return type of dyn Fn trait objects is not correctly inferred. `v` in `test_myfn_dyn`...
I added an API to set [HiGHS options](https://www.maths.ed.ac.uk/hall/HiGHS/HighsOptions.html) to the `HighsProblem` struct. This solves #18 . Currently the API is not safe enough, we can still add invalid key and...
### Polars version checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://pypi.org/project/polars/) of...
### System information - OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Debian 12 - Flax, jax, jaxlib versions (obtain with `pip show flax jax jaxlib`: flax 0.8.1, orbax-checkpoint 0.5.3...
version 0.7.0 was released about two months ago in the crates.io but on GitHub the latest version is still 0.6.0. It's better to put 0.7.0 tag and update release in...
If I add type hints to `get` or `post` etc like, ``` python class API(FlaskView): def get(self) -> str: return "OK" ``` it gives the following error. ``` ValueError: Function...
Suppose we specified a table in config file but it has not been created yet when logstash is started. It would be great that the input-plugin can automatically start listening...