|
1 | 1 | # Changelog
|
2 | 2 |
|
3 |
| -## 5.32.0 - YYYY-MM-DD |
| 3 | +## 5.32.0 |
4 | 4 |
|
5 | 5 | ### What's Changed
|
6 |
| -- Initial docstring overhaul and a new test for better documentation and test coverage. by @JustinGilmer in #82 |
7 |
| -- Test new join functionality for improved data loading for windowed queries. by @JustinGilmer in #80 |
8 |
| -- Improve `arrow_to_dataframe` function for handling large amounts of columns, enhancing performance and usability. by @Jefflinf in #73 |
9 |
| -- Expand testing to include Python 3.11, ensuring compatibility and stability. by @JustinGilmer in #74 |
10 |
| -- Update exception handling to better support `RpcErrors`, improving error management and debugging. by @JustinGilmer in #72 |
11 |
| -- Introduce an option for specifying the schema of the returned data, allowing for more flexibility in data handling. by @TODO in #51 |
12 |
| -- Remove non-required dependencies and migrate to 'data' optional dependency for a lighter package and easier installation. by @JustinGilmer in #71 |
13 |
| -- New method to get first and last timestamps from `aligned_windows`, enhancing data analysis capabilities. by @Jefflinf in #70 |
14 |
| -- Add `to_timedelta` method for `pointwidth` class, providing more options for time-based data manipulation. by @Jefflinf in #69 |
| 6 | +- Initial docstring overhaul and a new test for better documentation and test coverage. by @JustinGilmer in [#82](https://github.com/pingthingsio/btrdb-python/pull/82) |
| 7 | +- Test new join logic for improved data loading for windowed queries. by @JustinGilmer in [#80](https://github.com/pingthingsio/btrdb-python/pull/80) |
| 8 | +- Improve `arrow_to_dataframe` function for handling large amounts of columns, enhancing performance and usability. by @Jefflinf in [#73](https://github.com/pingthingsio/btrdb-python/pull/73) |
| 9 | +- Expand testing to include Python 3.11, ensuring compatibility and stability. by @JustinGilmer in [#74](https://github.com/pingthingsio/btrdb-python/pull/74) |
| 10 | +- Update exception handling to better support `RpcErrors`, improving error management and debugging. by @JustinGilmer in [#72](https://github.com/pingthingsio/btrdb-python/pull/72) |
| 11 | +- Introduce an option for specifying the schema of the returned raw data, allowing for more flexibility in data handling. by @andrewchambers in [#51](https://github.com/pingthingsio/btrdb-python/pull/51) |
| 12 | +- Remove non-required dependencies and migrate to 'data' optional dependency for a lighter package and easier installation. by @JustinGilmer in [#71](https://github.com/pingthingsio/btrdb-python/pull/71) |
| 13 | +- New method to get first and last timestamps from `aligned_windows`, enhancing data analysis capabilities. by @Jefflinf in [#70](https://github.com/pingthingsio/btrdb-python/pull/70) |
| 14 | +- Add `to_timedelta` method for `pointwidth` class, providing more options for time-based data manipulation. by @Jefflinf in [#69](https://github.com/pingthingsio/btrdb-python/pull/69) |
15 | 15 |
|
16 | 16 | ### Fixed
|
17 |
| -- Fix `NoneType` error for `earliest/latest` for empty streams, ensuring reliability and error handling. by @Jefflinf in #64 |
18 |
| -- Correct integration tests where the time column is not automatically set as the index, improving test accuracy and reliability. by @JustinGilmer in #56 |
| 17 | +- Fix `NoneType` error for `earliest/latest` for empty streams, ensuring reliability and error handling. by @Jefflinf in [#64](https://github.com/pingthingsio/btrdb-python/pull/64) |
| 18 | +- Correct integration tests where the time column is not automatically set as the index, improving test accuracy and reliability. by @JustinGilmer in [#56](https://github.com/pingthingsio/btrdb-python/pull/56) |
19 | 19 |
|
20 | 20 | ### Deprecated
|
21 |
| -- FutureWarning for `streams_in_collection` to return `StreamSet` in the future, preparing users for upcoming API changes. by @Jefflinf in #60 |
| 21 | +- FutureWarning for `streams_in_collection` to return `StreamSet` in the future, preparing users for upcoming API changes. by @Jefflinf in [#60](https://github.com/pingthingsio/btrdb-python/pull/60) |
22 | 22 |
|
23 | 23 | **Full Changelog**: [GitHub compare view](https://github.com/PingThingsIO/btrdb-python/compare/v5.31.0...v5.32.0)
|
24 | 24 |
|
25 | 25 |
|
26 | 26 | ## 5.31.0
|
27 | 27 | ## What's Changed
|
28 |
| -* Release v5.30.2 by @youngale-pingthings in https://github.com/PingThingsIO/btrdb-python/pull/42 |
29 | 28 | * Have release script update pyproject.toml file by @youngale-pingthings in https://github.com/PingThingsIO/btrdb-python/pull/48
|
30 | 29 | * Provide option to sort the arrow tables by @justinGilmer in https://github.com/PingThingsIO/btrdb-python/pull/47
|
31 |
| -* [sc-25841] Remove 4MB limit for gRPC message payloads by @justinGilmer in https://github.com/PingThingsIO/btrdb-python/pull/49 |
| 30 | +* Remove 4MB limit for gRPC message payloads by @justinGilmer in https://github.com/PingThingsIO/btrdb-python/pull/49 |
32 | 31 | * Update documentation for arrow methods by @justinGilmer in https://github.com/PingThingsIO/btrdb-python/pull/50
|
33 | 32 | * Update from staging by @justinGilmer in https://github.com/PingThingsIO/btrdb-python/pull/54
|
34 | 33 | * Sort tables by time by default for any `pyarrow` tables. by @justinGilmer in
|
35 | 34 | * Fix deprecation warnings for pip installations. by @jleifnf in
|
36 | 35 |
|
| 36 | +**Full Changelog**: [GitHub compare view](https://github.com/PingThingsIO/btrdb-python/compare/v5.30.2...v5.31.0) |
| 37 | + |
37 | 38 | ## 5.30.2
|
38 | 39 | ### What's Changed
|
39 | 40 | * Update readthedocs to new yaml for testing. by @justinGilmer in https://github.com/PingThingsIO/btrdb-python/pull/40
|
|
0 commit comments