Skip to content

Commit

Permalink
Merge pull request #126 from lvgig/develop
Browse files Browse the repository at this point in the history
V1.0.0 changes into main
  • Loading branch information
davidhopkinson26 authored Jul 24, 2023
2 parents a393710 + a3a2d9d commit 7e541bc
Show file tree
Hide file tree
Showing 9 changed files with 343 additions and 924 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
- name: Lint with ruff
uses: chartboost/ruff-action@v1
with:
version: 0.0.275

- name: Lint with black
if: always()
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,15 @@ Subsections for each version can be one of the following;

Each individual change should have a link to the pull request after the description of the change.

1.0.0 (2023-07-24)
------------------

Changed
^^^^^^^
- now compatible with pandas>=2.0.0 `#123 <https://github.com/lvgig/tubular/pull/123>`_
- DateDifferenceTransformer no longer supports 'Y' or 'M' units `#123 <https://github.com/lvgig/tubular/pull/123>`_


0.3.8 (2023-07-10)
------------------

Expand Down
Loading

0 comments on commit 7e541bc

Please sign in to comment.