Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SartajBhuvaji committed Feb 4, 2024
1 parent b8aea91 commit 3ee3dec
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion PYPI_README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
## About
- SDGnE (Synthetic Data Generation and Evaluation) is a Python package designed to generate synthetic data and evaluate its quality using neural network models.
- This tool is intended for developers and researchers who require synthetic datasets for testing and development.
- The current dittto version `v0.2.0` uses <i>Autoencoders</i> and <i>SMOTE</i> to generate synthetic data.
- The current dittto version `v1.0.0` uses <i>Autoencoders</i> and <i>SMOTE</i> to generate synthetic data.

## Getting Started
`pip install sdgne`
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
## About
- SDGnE (Synthetic Data Generation and Evaluation) is a Python package designed to generate synthetic data and evaluate its quality using neural network models.
- This tool is intended for developers and researchers who require synthetic datasets for testing and development.
- The current dittto version `v0.2.0` uses <i>Autoencoders</i> and <i>SMOTE</i> to generate synthetic data.
- The current dittto version `v1.0.0` uses <i>Autoencoders</i> and <i>SMOTE</i> to generate synthetic data.

## Getting Started
`pip install sdgne`
Expand Down
1 change: 0 additions & 1 deletion docs/README.md

This file was deleted.

4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
with codecs.open(os.path.join(here, "PYPI_README.md"), encoding="utf-8") as fh:
long_description = "\n" + fh.read()

VERSION = '0.2.2'
DESCRIPTION = 'Generates synthetic data'
VERSION = '1.0.0'
DESCRIPTION = 'Synthetic Data Generation and Evaluation'
LONG_DESCRIPTION = long_description
URL = "https://github.com/SartajBhuvaji"

Expand Down

0 comments on commit 3ee3dec

Please sign in to comment.