-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7253f44
commit 34adfa1
Showing
2 changed files
with
27 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,34 @@ | ||
# Changelog | ||
|
||
## 0.1.15 (2024-08-31) | ||
## 0.1.16 (2024-10-10) | ||
|
||
**Note:** This version has considerable breaking changes compared to the last version 0.1.15. It is recommended to use the new Phable website for documentation to help upgrade code from earlier versions. Fortunately, we are getting closer to a more stable 1.0.0 release. | ||
|
||
#### New Features | ||
|
||
* add Grid to Polars support | ||
* add new context managers for HaystackClient and HaxallClient | ||
* expose call() on HaystackClient | ||
* intro his_write_by_id() to HaystackClient | ||
* intro his_read_by_id() to HaystackClient | ||
* intro read_all() and rework read() on HaystackClient | ||
* add read_by_id method to HaystackClient | ||
* introduce HaxallClient | ||
* import data types using top level package | ||
#### Fixes | ||
|
||
* parse list of refs from json | ||
* make Number vals type float only | ||
* change point_write param from "dur" to "duration" | ||
#### Refactorings | ||
|
||
* improve test code for Client | ||
* enhance json parsing | ||
#### Others | ||
* rename Client to HaystackClient | ||
* change HaystackClient's his_write_by_ids() input parameters | ||
* change HaystackClient's his_read_by_ids() input parameters | ||
* improve conversion methods to pandas | ||
* remove HaystackClient's his_read() | ||
* rework how HaystackClient is initialized | ||
* rework errors raised by client classes | ||
* return empty Grid for HaystackClient.close() | ||
#### Docs | ||
|
||
* verify error raised for failed commit | ||
* intro [website](https://phable.dev) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters