Heinz-Alexander Fuetterer

Results 24 issues of Heinz-Alexander Fuetterer

## Description This PR is my approach to implement a paginated (JSON) APIDataSet, as described in #1525. This is my first PR to this project. ## Development notes I added...

Hi there, if this is already possible, please close the issue. It would be nice to be able to generate "compare URLs" for the tagged versions and releases, to be...

question

Hi @mloesch, thank you for this great library. I would like to know: - What is the status of this project? - Is it still actively maintained? - Do you...

This PR modernizes the ruff configuration to work with ruff >= v0.2. It gets rid of these warnings: ``` $ ruff frictionless tests warning: `ruff ` is deprecated. Use `ruff...

Hi, this is my first PR to the project. Please let me know, if I missed anything. This PR modernizes the ruff configuration to work with ruff >= v0.2. It...

Hi @deepcharles, this is my first PR to the project. I have read the contributor guide. I did not create an issue first, because the changes proposed are trivial. What...

Type: CI

I tested `BERTopic` on my machine and in my fork using Python 3.12. May I suggest adding 3.10, 3.11, 3.12 to `setup.py` and the GitHub actions CI job?

This PR proposes the following changes: - remove `setup.py` based project setup - use modern python project setup with `pyproject.toml` - add optional dependency group `test`, can be installed with...

This PR proposes the following changes: - add [pytest-xdist](https://github.com/pytest-dev/pytest-xdist) - run pytest tests in parallel, which decreases testing times (roughly 45 minutes before vs 20 minutes now) Ref: https://pytest-xdist.readthedocs.io/en/stable/distribution.html