File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717
1818# The following line *must* be the last in the module, exactly as formatted:
1919
20- __version__ = "1.5 .0"
20+ __version__ = "1.6 .0"
2121
Original file line number Diff line number Diff line change 11[tool .poetry ]
2- name = " mambular "
2+ name = " deeptabular "
33
4- version = " 1.5.1 "
4+ version = " 1.6.0 "
55
66
77description = " A python package for tabular deep learning with mamba blocks."
88authors = [" Anton Thielmann" , " Manish Kumar" , " Christoph Weisser" ]
99readme = " README.md"
10- packages = [{ include = " mambular " }]
10+ packages = [{ include = " deeptabular " }]
1111
1212[build-system ]
1313requires = [" poetry-core" ]
@@ -38,10 +38,10 @@ docformatter = "^1.4"
3838
3939
4040[tool .poetry .urls ]
41- homepage = " https://github.com/basf/mamba-tabular "
42- documentation = " https://mambular .readthedocs.io/en /"
43- repository = " https://github.com/basf/mamba-tabular "
44- package = " https://pypi.org/project/mambular /"
41+ homepage = " https://github.com/OpenTabular/DeepTabular "
42+ documentation = " https://deeptabular .readthedocs.io/"
43+ repository = " https://github.com/OpenTabular/DeepTabular "
44+ package = " https://pypi.org/project/deeptabular /"
4545
4646
4747# code quality tools
@@ -57,7 +57,7 @@ venv = ".venv"
5757[tool .ruff ]
5858line-length = 120
5959target-version = " py310"
60- exclude = [" *.ipynb" , " mambular /arch_utils/mamba_utils.mamba_orginal.py" ]
60+ exclude = [" *.ipynb" , " deeptabular /arch_utils/mamba_utils.mamba_orginal.py" ]
6161
6262[tool .ruff .lint ]
6363select = [
You can’t perform that action at this time.
0 commit comments