Skip to content

Commit e45fdaa

Browse files
committed
v0.0.7
1 parent 6ca533c commit e45fdaa

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

README.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ To install via pip, you can run the following command at the command line:
1717
**sygnet** requires:
1818

1919
numpy>=1.20
20-
torch>=1.11.0
20+
torch>=1.10.0
2121
scikit-learn>=1.0
2222
pandas>=1.4
2323
datetime
@@ -27,21 +27,28 @@ To install via pip, you can run the following command at the command line:
2727

2828
You can find a demonstration of **sygnet** under [examples/basic_example](examples/basic_example.ipynb).
2929

30-
### Current version: 0.0.4 (alpha release)
30+
### Current version: 0.0.7 (alpha release)
3131

3232
**Alpha release**: You should expect both functionality and pipelines to change (rapidly). Comments and bug reports are very welcome!
3333

3434
Changes:
3535

36+
* Update internal `train_*` functions to return losses and improve logging
37+
* Update `tune()` function
38+
39+
### Previous releases
40+
41+
**0.0.6 and 0.0.5**
42+
* Internal changes to improve code efficiency
43+
* Removes `sygnet_` from all submodule names
44+
* Lowers PyTorch requirement to 1.10 for compatability with OpenCE environments
45+
3646
**0.0.4**
3747
* Adds `tune()` function to run hyperparameter tuning
3848
* Adds model saving functionality to `SygnetModel.fit()`
3949
* Fixes various bugs
4050
* Improves documentation
4151

42-
43-
### Previous releases
44-
4552
**0.0.3**
4653
* Fixes column ordering issue when using mixed activation layer
4754
* Updates example

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ maintainers = [
1313
{name = "Maksim Zubok"},
1414
]
1515

16-
version = "0.0.6"
16+
version = "0.0.7"
1717
description = "Synthetic data using Generative Adversarial Networks"
1818
keywords = [
1919
"synthetic data",

0 commit comments

Comments
 (0)