v0.4.0 - 2022-11-10
This version introduces several new enhancements:
- Support to python 3.8
- Migrating to Tensorflow 2.0
- New pipeline, namely
VAE
, a Variational AutoEncoder model.
Issues resolved
- Add python 3.8 – Issue #342 by @sarahmish
- VAE (Variational Autoencoders) pipeline implementation – Issue #349 by @dyuliu
- Add masking option for
regression_errors
– Issue #352 by @dyuliu - Changes in TadGAN for tensorflow 2.0 – Issue #161 by @lcwong0928
- Add an automatic dependency checker – Issue #320 by @sarahmish
- TadGAN
batch_size
cannot be changed – Issue #313 by @sarahmish