Skip to content

Releases: sdv-dev/DeepEcho

v0.8.1

Choose a tag to compare

@sarahmish sarahmish released this 12 Feb 21:12

v0.8.1 - 2026-02-12

New Features

  • In verbose mode, make the prefix of the progress bar fixed-length - Issue #182 by @fealho

Maintenance

  • Update license information in pyproject.toml to use new format - Issue #173 by @pvk-developer

v0.8.0

Choose a tag to compare

@rwedge rwedge released this 16 Jan 21:09

v0.8.0 - 2026-01-16

Bugs Fixed

Maintenance

  • Update bandit dependency - Issue #178 by @rwedge
  • Support Python 3.14 - Issue #174 by @gsheni
  • Update macOS workflow runner following runner deprecation - Issue #172 by @rwedge
  • Fix workflows running out of disk space - Issue #170 by @rwedge
  • Remove support for Python 3.8 - Issue #166 by @fealho
  • Add workflow to release DeepEcho on PyPI - Issue #155 by @gsheni
  • Update python set up step in workflows to use latest python version - Issue #139 by @frances-h

v0.7.0 - 2025-02-13

Choose a tag to compare

@amontanez24 amontanez24 released this 14 Feb 01:38

Maintenance

v0.6.1 - 2024-10-22

Choose a tag to compare

@amontanez24 amontanez24 released this 22 Oct 17:51

Bugs Fixed

  • Pip check fails with pip==24.2 on minimum tests - Issue #130 by @amontanez24
  • Cap numpy to less than 2.0.0 until DeepEcho supports - Issue #117 by @gsheni

Internal

Maintenance

  • Add support for numpy 2.0.0 - Issue #118 by @R-Palazzo
  • Only run unit and integration tests on oldest and latest python versions for macos - Issue #110 by @R-Palazzo

v0.6.0 - 2024-04-10

Choose a tag to compare

@amontanez24 amontanez24 released this 11 Apr 02:19

This release adds support for Python 3.12!

Maintenance

Bugs Fixed

  • Fix make check candidate - Issue #91 by @R-Palazzo
  • Fix minimum version workflow when pointing to github branch - Issue #99 by @R-Palazzo

v0.5.0 - 2023-11-13

Choose a tag to compare

@lajohn4747 lajohn4747 released this 13 Nov 18:26

This release updates the PAR's model progress bar to show loss values and time elapsed (verbose option).

New Features

v0.4.2 - 2023-07-25

Choose a tag to compare

@amontanez24 amontanez24 released this 27 Jul 18:12

This release drops support for Python 3.7 and adds support for Python 3.11.

Maintenance

v0.4.1 - 2023-05-02

Choose a tag to compare

@amontanez24 amontanez24 released this 02 May 18:09

This release adds support for Pandas 2.0 and PyTorch 2.0!

Maintenance

v0.4.0 - 2023-01-10

Choose a tag to compare

@amontanez24 amontanez24 released this 10 Jan 23:20

This release adds support for python 3.10 and 3.11. It also drops support for python 3.6.

Maintenance

v0.3.0 - 2021-11-15

Choose a tag to compare

@fealho fealho released this 15 Nov 15:49

This release adds support for Python 3.9 and updates dependencies to ensure compatibility with the rest of the SDV ecosystem.

  • Add support for Python 3.9 - Issue #41 by @fealho
  • Add pip check to CI workflows internal improvements - Issue #39 by @pvk-developer
  • Add support for pylint>2.7.2 housekeeping - Issue #33 by @fealho
  • Add support for torch>=1.8 housekeeping - Issue #32 by @fealho