diff --git a/docs/changelog.qmd b/docs/changelog.qmd index a8585e13..5425614d 100644 --- a/docs/changelog.qmd +++ b/docs/changelog.qmd @@ -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. diff --git a/pixi.lock b/pixi.lock index 0dfb23b3..180bf2fe 100644 --- a/pixi.lock +++ b/pixi.lock @@ -10326,9 +10326,9 @@ packages: requires_python: '>=3.8' - kind: pypi name: pyfixest - version: 0.26.2 + version: 0.27.0 path: . - sha256: 60c0e14d34e65d71d1759e71fe88d0259783961f0213e7132a8afbc419e0f5e8 + sha256: b856e525ceea388d991df24bf214a9322de053c3edfc9514e1aae7f0af95654c requires_dist: - lets-plot>=4.0.0 - scipy>=1.6 @@ -10337,7 +10337,7 @@ packages: - 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 diff --git a/pyproject.toml b/pyproject.toml index 038f712e..80f5bc1c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" }, @@ -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",