Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
Update changelog and ask for it in the PR template (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
xhochy authored Sep 23, 2020
1 parent 882e152 commit 2405b49
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<!--
Thank you for pull request.
Below are a few things we ask you kindly to self-check before getting a review. Remove checks that are not relevant.
-->
Checklist
* [ ] Added a `CHANGELOG.md` entry
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ Starting with 0.5, we will follow the following versioning scheme:
* We bump MINOR on breaking changes.
* We increase PATCH otherwise.

0.6.0
-----

* Use `binary_contains_exact` if available from `pyarrow` instead of our own numba-based implementation.
* Provide two more consistent accessors:
* `.fr_strx`: Call efficient string functions on `fletcher` arrays, error if not available.
* `.fr_str`: Call string functions on `fletcher` and `object`-typed arrays, convert to `object` if no `fletcher` function is available.
* Add a numba-based implementation for `strip`, `slice`, and `replace`.
* Support `LargeListArray` as a backing structure for lists.
* Implement `isnan` ufunc.

0.5.1
-----

Expand Down

0 comments on commit 2405b49

Please sign in to comment.