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 fb2b2cc commit 453c0c8Copy full SHA for 453c0c8
docs/_static/versions.json
@@ -1,6 +1,7 @@
1
{
2
"development": "dev",
3
"stable": "stable",
4
+ "0.0.8": "0.0.8",
5
"0.0.7": "0.0.7",
6
"0.0.6": "0.0.6",
7
"0.0.5": "0.0.5",
rtdl/__init__.py
@@ -1,6 +1,6 @@
"""Revisiting Tabular Deep Learning."""
-__version__ = '0.0.9.dev0'
+__version__ = '0.0.9'
from .functional import geglu, reglu # noqa
from .modules import ( # noqa
0 commit comments