Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update changelog (#85) #86

Merged
merged 1 commit into from
Apr 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 16 additions & 15 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,39 +1,40 @@
# Changelog

## 5.32.0 - YYYY-MM-DD
## 5.32.0

### What's Changed
- Initial docstring overhaul and a new test for better documentation and test coverage. by @JustinGilmer in #82
- Test new join functionality for improved data loading for windowed queries. by @JustinGilmer in #80
- Improve `arrow_to_dataframe` function for handling large amounts of columns, enhancing performance and usability. by @Jefflinf in #73
- Expand testing to include Python 3.11, ensuring compatibility and stability. by @JustinGilmer in #74
- Update exception handling to better support `RpcErrors`, improving error management and debugging. by @JustinGilmer in #72
- Introduce an option for specifying the schema of the returned data, allowing for more flexibility in data handling. by @TODO in #51
- Remove non-required dependencies and migrate to 'data' optional dependency for a lighter package and easier installation. by @JustinGilmer in #71
- New method to get first and last timestamps from `aligned_windows`, enhancing data analysis capabilities. by @Jefflinf in #70
- Add `to_timedelta` method for `pointwidth` class, providing more options for time-based data manipulation. by @Jefflinf in #69
- 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)
- Test new join logic for improved data loading for windowed queries. by @JustinGilmer in [#80](https://github.com/pingthingsio/btrdb-python/pull/80)
- 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)
- Expand testing to include Python 3.11, ensuring compatibility and stability. by @JustinGilmer in [#74](https://github.com/pingthingsio/btrdb-python/pull/74)
- Update exception handling to better support `RpcErrors`, improving error management and debugging. by @JustinGilmer in [#72](https://github.com/pingthingsio/btrdb-python/pull/72)
- 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)
- 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)
- 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)
- 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)

### Fixed
- Fix `NoneType` error for `earliest/latest` for empty streams, ensuring reliability and error handling. by @Jefflinf in #64
- Correct integration tests where the time column is not automatically set as the index, improving test accuracy and reliability. by @JustinGilmer in #56
- 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)
- 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)

### Deprecated
- FutureWarning for `streams_in_collection` to return `StreamSet` in the future, preparing users for upcoming API changes. by @Jefflinf in #60
- 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)

**Full Changelog**: [GitHub compare view](https://github.com/PingThingsIO/btrdb-python/compare/v5.31.0...v5.32.0)


## 5.31.0
## What's Changed
* Release v5.30.2 by @youngale-pingthings in https://github.com/PingThingsIO/btrdb-python/pull/42
* Have release script update pyproject.toml file by @youngale-pingthings in https://github.com/PingThingsIO/btrdb-python/pull/48
* Provide option to sort the arrow tables by @justinGilmer in https://github.com/PingThingsIO/btrdb-python/pull/47
* [sc-25841] Remove 4MB limit for gRPC message payloads by @justinGilmer in https://github.com/PingThingsIO/btrdb-python/pull/49
* Remove 4MB limit for gRPC message payloads by @justinGilmer in https://github.com/PingThingsIO/btrdb-python/pull/49
* Update documentation for arrow methods by @justinGilmer in https://github.com/PingThingsIO/btrdb-python/pull/50
* Update from staging by @justinGilmer in https://github.com/PingThingsIO/btrdb-python/pull/54
* Sort tables by time by default for any `pyarrow` tables. by @justinGilmer in
* Fix deprecation warnings for pip installations. by @jleifnf in

**Full Changelog**: [GitHub compare view](https://github.com/PingThingsIO/btrdb-python/compare/v5.30.2...v5.31.0)

## 5.30.2
### What's Changed
* Update readthedocs to new yaml for testing. by @justinGilmer in https://github.com/PingThingsIO/btrdb-python/pull/40
Expand Down
41 changes: 41 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,47 @@
Changelog
=========

5.32.0
------

What's Changed
^^^^^^^^^^^^^^
- 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>`_
- Test new join logic for improved data loading for windowed queries. by @JustinGilmer in `#80 <https://github.com/pingthingsio/btrdb-python/pull/80>`_
- Improve :code:`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>`_
- Expand testing to include Python 3.11, ensuring compatibility and stability. by @JustinGilmer in `#74 <https://github.com/pingthingsio/btrdb-python/pull/74>`_
- Update exception handling to better support :code:`RpcErrors`, improving error management and debugging. by @JustinGilmer in `#72 <https://github.com/pingthingsio/btrdb-python/pull/72>`_
- 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>`_
- 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>`_
- 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>`_
- 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>`_

Fixed
^^^^^
- 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>`_
- 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>`_

Deprecated
^^^^^^^^^^
- 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>`_

**Full Changelog**: `GitHub compare view <https://github.com/PingThingsIO/btrdb-python/compare/v5.31.0...v5.32.0>`_


5.31.0
------
What's Changed
^^^^^^^^^^^^^^
* Have release script update pyproject.toml file by @youngale-pingthings in https://github.com/PingThingsIO/btrdb-python/pull/48
* Provide option to sort the arrow tables by @justinGilmer in https://github.com/PingThingsIO/btrdb-python/pull/47
* Remove 4MB limit for gRPC message payloads by @justinGilmer in https://github.com/PingThingsIO/btrdb-python/pull/49
* Update documentation for arrow methods by @justinGilmer in https://github.com/PingThingsIO/btrdb-python/pull/50
* Update from staging by @justinGilmer in https://github.com/PingThingsIO/btrdb-python/pull/54
* Sort tables by time by default for any ``pyarrow`` tables. by @justinGilmer in
* Fix deprecation warnings for pip installations. by @jleifnf in

**Full Changelog**: `GitHub compare view <https://github.com/PingThingsIO/btrdb-python/compare/v5.30.2...v5.31.0>`_

5.30.2
------
What’s Changed
Expand Down
Loading