Jan Range
Jan Range
Hello! I'm new to PySindy and I'm really impressed with the library so far. I'm trying to recover a symbolic expression of a closure model that was found by a...
**What steps does it take to reproduce the issue?** The `openapi` endpoint provided by Payara results in an internal server error in version 6.0. For example, the endpoint does not...
The badge for tests did not work due to a name change in the workflow. This PR fixes it. On this occasion, we could clean up some of the unused...
> [!IMPORTANT] > This PR is still a draft and work in progress **Overview** This PR introduces the [mkdocs-material](https://squidfunk.github.io/mkdocs-material/) to pyDataverse, which serves as a modern substitution for ReadTheDocs. It...
The entire API is currently implemented in `api.py`, which consists of almost 3k lines. This makes maintenance, extension, and gaining a general overview difficult. It would be beneficial to separate...
This is a follow up from last weeks front-end meeting where I presented a small example of how plugins could be integrated within an SPA. You can re-watch it on...
**Overview** This PR addresses the issue reported at https://github.com/datalad/datalad-dataverse/issues/320, where metadata sent via NativeApi.replace_datafile wasn’t updating the file metadata correctly. The problem arose because the jsonData payload needs to be...
**Overview of the Feature Request** The Data Access API supports a range header to request specific parts of a file to download, which is useful for many applications. Having this...
As noted in #216, the process for modifying the metadata of a dataset has malfunctioned due to multiple values being sent to `json`. This PR resolves the problem and includes...
Issue #224 addressed the problem of the local test runner using containers failing due to various reasons. The current implementation hard-coded `DV_VERSION=6.3`, which is not sustainable with newer versions. This...