Daniel Giles
Daniel Giles
Annotation filters are not passed with the request when sorting is applied after filters. Filters can be reapplied after sorting, but this is not ideal.
Modified the behavior of the SIA service where it would upcase all format keywords. Modified to upcase keywords "ALL", "METADATA", and "GRAPHIC", otherwise the parameter is passed unchanged. The format...
### Description This pull request is adds functionality to read and write to a Table from the TDAT format as part of the Unified File Read/Write Interface and includes tests...
Fixes #1411. This PR adds a check to determine whether the dtypes of identically named columns can cast safely from one type to another (i.e. `float64` to `float32`), and removes...
Updating dependencies in pyproject.toml to work for different versions of python (major versions 3.9 to 3.13 tested). Fixes #1462, though this PR does not directly address the discussion. Instead, it...
Updating CI workflow to specify poetry version [as recommended.](https://python-poetry.org/docs/main/#ci-recommendations). Fixes #1421