Skip to content

Commit bedd66e

Browse files
committed
Prepare for v0.4.0
1 parent 501b37a commit bedd66e

3 files changed

Lines changed: 14 additions & 3 deletions

File tree

HISTORY.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
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

conda/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

4040
about:
4141
home: "https://github.com/sdv-dev/CTGAN"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
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

2424
setup_requires = [

0 commit comments

Comments
 (0)