Skip to content

Commit

Permalink
Release v0.27.0 (#743)
Browse files Browse the repository at this point in the history
* bump version to 0.27.0

* relax tqdm requirements to 4.0.0
  • Loading branch information
s3alfisc authored Dec 15, 2024
1 parent ee5a097 commit a4272b0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/changelog.qmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## PyFixest 0.26.0 (In Development)
## PyFixest 0.27.0

- Adds support for Gelbach's (JoLe 2016) Regression Decomposition method using a `decompose()` method for `Feols`.
- Adds support for the multiple hypothesis correction by Westfall & Young via the `pf.wyoung()` function.
Expand Down
6 changes: 3 additions & 3 deletions pixi.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "pyfixest"
description = "Fast high dimensional fixed effect estimation following syntax of the fixest R package."
requires-python = ">= 3.9"
version = "0.26.2"
version = "0.27.0"
authors = [
{ name = "Alexander Fischer", email = "alexander-fischer1801@t-online.de" },
{ name = "Styfen Schär" },
Expand All @@ -18,7 +18,7 @@ dependencies = [
"numba>=0.58.0",
"seaborn>=0.13.2",
"tabulate>=0.9.0",
"tqdm==4.66.4",
"tqdm>=4.0.0",
"great-tables>=0.10.0",
"numpy>=1.19.0",
"narwhals>=1.13.3",
Expand Down

0 comments on commit a4272b0

Please sign in to comment.