Skip to content

Commit 1ff40b1

Browse files
authored
Merge pull request #115 from basf/master
update develop with recent release
2 parents 1a04803 + 0c5d024 commit 1ff40b1

3 files changed

Lines changed: 11 additions & 17 deletions

File tree

README.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -336,14 +336,11 @@ regressor.fit(X_train, y_train, max_epochs=50)
336336

337337
If you find this project useful in your research, please consider cite:
338338
```BibTeX
339-
@misc{thielmann2024mambularsequentialmodeltabular,
340-
title={Mambular: A Sequential Model for Tabular Deep Learning},
341-
author={Anton Frederik Thielmann and Manish Kumar and Christoph Weisser and Arik Reuter and Benjamin Säfken and Soheila Samiee},
342-
year={2024},
343-
eprint={2408.06291},
344-
archivePrefix={arXiv},
345-
primaryClass={cs.LG},
346-
url={https://arxiv.org/abs/2408.06291},
339+
@article{thielmann2024mambular,
340+
title={Mambular: A Sequential Model for Tabular Deep Learning},
341+
author={Thielmann, Anton Frederik and Kumar, Manish and Weisser, Christoph and Reuter, Arik and S{\"a}fken, Benjamin and Samiee, Soheila},
342+
journal={arXiv preprint arXiv:2408.06291},
343+
year={2024}
347344
}
348345
```
349346

docs/homepage.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -231,14 +231,11 @@ regressor.fit(X_train, y_train, max_epochs=50)
231231

232232
If you find this project useful in your research, please consider cite:
233233
```BibTeX
234-
@misc{thielmann2024mambularsequentialmodeltabular,
235-
title={Mambular: A Sequential Model for Tabular Deep Learning},
236-
author={Anton Frederik Thielmann and Manish Kumar and Christoph Weisser and Arik Reuter and Benjamin Säfken and Soheila Samiee},
237-
year={2024},
238-
eprint={2408.06291},
239-
archivePrefix={arXiv},
240-
primaryClass={cs.LG},
241-
url={https://arxiv.org/abs/2408.06291},
234+
@article{thielmann2024mambular,
235+
title={Mambular: A Sequential Model for Tabular Deep Learning},
236+
author={Thielmann, Anton Frederik and Kumar, Manish and Weisser, Christoph and Reuter, Arik and S{\"a}fken, Benjamin and Samiee, Soheila},
237+
journal={arXiv preprint arXiv:2408.06291},
238+
year={2024}
242239
}
243240
```
244241

mambular/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""Version information."""
22

33
# The following line *must* be the last in the module, exactly as formatted:
4-
__version__ = "0.2.1"
4+
__version__ = "0.2.2"

0 commit comments

Comments
 (0)