Skip to content

Commit

Permalink
REL: v0.1.0a117
Browse files Browse the repository at this point in the history
  • Loading branch information
danielballan committed Mar 28, 2024
1 parent 487e30f commit 1369d48
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11 deletions.
22 changes: 12 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,24 @@ Write the date in place of the "Unreleased" in the case a new version is release

# Changelog

## Unreleased
## v0.1.0a117

### Added

* Support specifying the format that uploaded data will be stored in.
* Support storing uploaded tabular data in CSV format.
* Added a new HTTP endpoint, `PATCH /api/v1/table/partition/{path}`
- Support for specifying the format that uploaded data will be stored in.
- Support for storing uploaded tabular data in CSV format.
- A new HTTP endpoint, `PATCH /api/v1/table/partition/{path}`
supporting appending rows to a tabular dataset.
* Added a new method `DataFrameClient.append_partition`.

### Removed

### Changed
- A new method `DataFrameClient.append_partition`.
- Support for registering Groups and Datasets _within_ an HDF5 file
- Tiled version is logged by server at startup.

### Fixed

- Critical regression that broke `tiled serve directory ...` CLI.

### Other

* Updated the pydantic version in the pyproject.toml. Now the allowed versions are >2.0.0 - <3.0.0 .
- Updated the pydantic version in the pyproject.toml. Now the allowed versions are >2.0.0 - <3.0.0 .
- Changes to prepare for upcoming numpy 2.0 release
- Changes to address deprecations in FastAPI
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.2"
services:
tiled:
image: ghcr.io/bluesky/tiled:v0.1.0a116
image: ghcr.io/bluesky/tiled:v0.1.0a117
environment:
- TILED_SINGLE_USER_API_KEY=${TILED_SINGLE_USER_API_KEY}
ports:
Expand Down

0 comments on commit 1369d48

Please sign in to comment.