Skip to content

Commit a4272b0

Browse files
authored
Release v0.27.0 (#743)
* bump version to 0.27.0 * relax tqdm requirements to 4.0.0
1 parent ee5a097 commit a4272b0

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

docs/changelog.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## PyFixest 0.26.0 (In Development)
3+
## PyFixest 0.27.0
44

55
- Adds support for Gelbach's (JoLe 2016) Regression Decomposition method using a `decompose()` method for `Feols`.
66
- Adds support for the multiple hypothesis correction by Westfall & Young via the `pf.wyoung()` function.

pixi.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "pyfixest"
33
description = "Fast high dimensional fixed effect estimation following syntax of the fixest R package."
44
requires-python = ">= 3.9"
5-
version = "0.26.2"
5+
version = "0.27.0"
66
authors = [
77
{ name = "Alexander Fischer", email = "[email protected]" },
88
{ name = "Styfen Schär" },
@@ -18,7 +18,7 @@ dependencies = [
1818
"numba>=0.58.0",
1919
"seaborn>=0.13.2",
2020
"tabulate>=0.9.0",
21-
"tqdm==4.66.4",
21+
"tqdm>=4.0.0",
2222
"great-tables>=0.10.0",
2323
"numpy>=1.19.0",
2424
"narwhals>=1.13.3",

0 commit comments

Comments
 (0)