Skip to content

Commit

Permalink
update changelog and setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
RHammond2 committed Feb 6, 2024
1 parent 0810b72 commit 8928b2f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. If you make

## Unreleased - TBD

- Updated compatibility with Pandas datetime offsets. All uppercase offset strings representing
one hour or less have been replaced with the lowercase version. This stems from an update in the
Pandas frequency API that breaks in 2.2.0. See the below changes to update frequency settings
- N -> ns
- S -> s
- T -> min
- H -> h
- U -> us
- L -> ms
- Python 3.11 is now supported.
- Updates the dependency requirements to minimize the number of required packages, and have a more
expansive list of modifiers. Users can now use any combination of
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"pyproj>=3.5",
"shapely>=1.8",
"numpy>=1.24",
"pandas>=2.0",
"pandas>=2.2",
"pygam>=0.9.0",
"scipy>=1.7",
"statsmodels>=0.11; python_version<'3.11'",
Expand Down

0 comments on commit 8928b2f

Please sign in to comment.