Skip to content

Commit 8d113eb

Browse files
committed
v0.0.12
1 parent b1ed051 commit 8d113eb

File tree

6 files changed

+15
-7
lines changed

6 files changed

+15
-7
lines changed

README.md

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,22 +29,30 @@ To install via pip, you can run the following command at the command line:
2929

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

32-
### Current version: 0.0.9 (alpha release)
32+
### Current version: 0.0.12 (alpha release)
3333

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

36-
Changes:
36+
Minor documentation updates including README.
37+
38+
### Previous releases
39+
40+
**0.0.11**
41+
42+
* Bug fix in sampling method
43+
44+
**0.0.10**
45+
46+
* Minor patch to allow for conda-forge release
47+
48+
**0.0.9**
3749

3850
* Rewrite of main interface and underlying functions
3951
* Bulding models now structured in terms of hidden "blocks"
4052
* Added self-attention mechanism
4153

42-
### Previous releases
43-
4454
**0.0.8**
4555

46-
Changes:
47-
4856
* Update `tune()` to provide no k-fold cross validation as default
4957
* Update numpy dependency to fix pre-processing bug
5058

32 KB
Binary file not shown.

dist/sygnet-0.0.11.tar.gz

5.45 MB
Binary file not shown.
32.1 KB
Binary file not shown.

dist/sygnet-0.0.12.tar.gz

5.45 MB
Binary file not shown.

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.11"
16+
version = "0.0.12"
1717
description = "Synthetic data using Generative Adversarial Networks"
1818
keywords = [
1919
"synthetic data",

0 commit comments

Comments
 (0)