File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# History
22
3+ ## v0.4.0 - 2021-02-24
4+
5+ Maintenance relese to upgrade dependencies to ensure compatibility with the rest
6+ of the SDV libraries.
7+
8+ Also add a validation on the CTGAN ` condition_column ` and ` condition_value ` inputs.
9+
10+ ### Improvements
11+
12+ * Validate condition_column and condition_value - Issue [ #124 ] ( https://github.com/sdv-dev/CTGAN/issues/124 ) by @fealho
13+
314## v0.3.1 - 2021-01-27
415
516### Improvements
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ requirements:
2626 - scikit-learn >=0.23,<1
2727 - pytorch >=1.4,<2
2828 - torchvision >=0.5.0,<1
29- - rdt >=0.2.10 ,<0.5
29+ - rdt >=0.4.0 ,<0.5
3030 run :
3131 - packaging
3232 - python >=3.6,<3.9
@@ -35,7 +35,7 @@ requirements:
3535 - scikit-learn >=0.23,<1
3636 - pytorch >=1.4,<2
3737 - torchvision >=0.5.0,<1
38- - rdt >=0.2.10 ,<0.5
38+ - rdt >=0.4.0 ,<0.5
3939
4040about :
4141 home : " https://github.com/sdv-dev/CTGAN"
Original file line number Diff line number Diff line change 1818 'scikit-learn>=0.23,<1' ,
1919 'torch>=1.4,<2' ,
2020 'torchvision>=0.5.0,<1' ,
21- 'rdt>=0.2.10 ,<0.5' ,
21+ 'rdt>=0.4.0 ,<0.5' ,
2222]
2323
2424setup_requires = [
You can’t perform that action at this time.
0 commit comments