Skip to content

Commit

Permalink
Prepare release (#51)
Browse files Browse the repository at this point in the history
* Update changelog

* Enable CI testing on Python 3.11
  • Loading branch information
hoechenberger authored Apr 5, 2023
1 parent 4a93d29 commit 1ac13c6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10"]
python-version: ["3.8", "3.9", "3.10", "3.11"]
os: [ubuntu-latest, windows-latest, macos-latest]

runs-on: ${{ matrix.os }}
Expand Down
6 changes: 3 additions & 3 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Changes
=======

development
-----------
v2023.1
--------

* Fix definition of `norm_cdf` psychometric function, by [Alex Forrence](https://github.com/aforren1)
* Fix various warnings and `DeprecationWarnings` coming from NumPy and xarray
* Ensure compatibility with latest from NumPy and xarray versions
* Add Thurstone scaling
* Minimal required Python version is now 3.8

Expand Down

0 comments on commit 1ac13c6

Please sign in to comment.