We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11b6e14 commit acede46Copy full SHA for acede46
CHANGELOG.rst
@@ -6,3 +6,8 @@ Changelog
6
------------------
7
8
* First release on PyPI.
9
+
10
+0.2.0 (2024-10-11)
11
+------------------
12
13
+* Add support for pandas dataframe inputs.
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "treeffuser"
3
-version = "0.1.3"
+version = "0.2.0"
4
description = "Probabilistic predictions for tabular data, using diffusion models and decision trees."
5
authors = [
"Nicolas Beltran-Velez <nb2838@columbia.edu>",
0 commit comments