Skip to content

det-lab/TimeGAN-Static

Repository files navigation

TimeGAN

Release Build status codecov Commit activity License

A fork of https://github.com/jsyoon0823/TimeGAN that implements static features and snapshotting

Installing this software

You can install this software into a Python 3.9 - 3.10 environment with

pip install timegan

Creating a singularity container

Creeating a singularity container is currently supported with apptainer

apptainer build 'envname'.sif env.def

And can be tested by running "pip list" to check for proper timegan installation:

apptainer shell 'envname'.sif
pip list

Developing this code

To finalize the set-up for publishing to PyPi or Artifactory, see here. For activating the automatic documentation with MkDocs, see here. To enable the code coverage reports, see here.

Releasing a new version

  • Create an API Token on Pypi.
  • Add the API Token to your projects secrets with the name PYPI_TOKEN by visiting this page.
  • Create a new release on Github.
  • Create a new tag in the form *.*.*.

For more details, see here.


Repository initiated with fpgmaas/cookiecutter-poetry.