Releases: worldbank/REaLTabFormer
Releases · worldbank/REaLTabFormer
v0.2.1
What's Changed
- Update default epochs to 1000 and add note about optimal stopping cri… by @avsolatorio in #85
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- Feat/update requirements and use Python 3.8 as supported minimum version by @avsolatorio in #83
Full Changelog: v0.1.7...v0.2.0
v0.1.7
What's Changed
- Use 'int64' and bump version to v0.1.7 by @avsolatorio in #76
Full Changelog: v0.1.6...v0.1.7
v0.1.6
What's Changed
- Fix docs sphinx-autoapi version and run action on push to main by @avsolatorio in #54
- Update docs requirements by @avsolatorio in #55
- Remove use of .view when casting timestamp to int by @avsolatorio in #72
- Bump version to v0.1.6 by @avsolatorio in #73
Full Changelog: v0.1.5...v0.1.6
v0.1.5
What's Changed
- Apply patches and build new release by @avsolatorio in #53
Full Changelog: v0.1.4...v0.1.5
v0.1.4
What's Changed
- Resolves #32: Auto-detect available device when cuda is not present by @avsolatorio in #34
- Resolves #31: Only attempt to cast numeric values to pd.Int64Dtype type by @avsolatorio in #35
- Add pathlib import to readme example by @cbusenbu in #39
- Resolves #37: Use explicit optim="adamw_torch" to suppress deprecation warning by @avsolatorio in #41
- Bump version for release v0.1.4 by @avsolatorio in #50
New Contributors
Full Changelog: v0.1.3...v0.1.4
v0.1.3
What's Changed
- Include Documentation by @g4brielvs in #20
- Add accelerate dependency and bump version for release v0.1.3 by @avsolatorio in #25
New Contributors
- @g4brielvs made their first contribution in #20
Full Changelog: v0.1.2...v0.1.3
v0.1.2
What's Changed
- Support bert encoder by @avsolatorio in #1
- Fixes #6: Don't fail when tables have no numeric data by @avsolatorio in #7
- Update version for release 0.1.2 by @avsolatorio in #19
New Contributors
- @avsolatorio made their first contribution in #1
Full Changelog: v0.1.1...v0.1.2
Public REaLTabFormer release
This release contains the code used for the REaLTabFormer paper on ArXiv.
Install the package through pip.
pip install realtabformer==0.1.1
Citation
Please cite our work if you use the REaLTabFormer in your projects or research.
@article{solatorio2023realtabformer,
title={REaLTabFormer: Generating Realistic Relational and Tabular Data using Transformers},
author={Solatorio, Aivin V. and Dupriez, Olivier},
journal={arXiv preprint arXiv:2302.02041},
year={2023}
}
Full Changelog: https://github.com/avsolatorio/RealTabFormer/commits/v0.1.1