Skip to content

Tags: TimeEval/GutenTAG

Tags

v1.5.0

Toggle v1.5.0's commit message

Verified

This tag was signed with the committer’s verified signature.
SebastianSchmidl Sebastian Schmidl
Release v1.5.0: Python version updates

Fixes:
- Improve configuration parser error messages #62

Maintenance:
- Add support for new Python versions 3.12 and 3.13 #64
- Remove support for old Python versions 3.7 and 3.8 #63
- Update CI dependencies #59, #60, #65

v1.4.2

Toggle v1.4.2's commit message

Verified

This tag was signed with the committer’s verified signature.
SebastianSchmidl Sebastian Schmidl
Release v1.4.2: CI and publishing maintenance

Maintenance:
- Update CI dependencies #51, #52
- Use trusted publishing to publish to PyPI #57

v1.4.1

Toggle v1.4.1's commit message

Verified

This tag was signed with the committer’s verified signature.
SebastianSchmidl Sebastian Schmidl
Release v1.4.1: New Home for GutenTAG in the TimeEval organization

Features:

- GutenTAG is now part of the TimeEval organization; We updated all references and links 366bbb4
- Nesting of trends #27

Fixes:

- Custom input BO type conversion #31
- Amplitude bell size calculation for all possible input lengths #50

Maintenance:

- dependency updates #28, #29, #34, #36, #38, #39, #40, #41, #42, #43, #44, #45, #46, #47, #48
- development tooling #32
- more tests for the custom input BO #33

v1.4.0

Toggle v1.4.0's commit message

Verified

This tag was signed with the committer’s verified signature.
SebastianSchmidl Sebastian Schmidl
Release v1.4.0: Use existing time series as base oscillation

Features:

- Use an existing time series (CSV file) as base oscillation in GutenTAG #6, #26
- Renamed _Creepy Anomaly_ to _Creeping Anomaly_ #17, #18

Fixes:

- Removed usage of deprecated Pandas APIs #23

Development improvements:

- Version updates of GitHub Actions dependencies #19, #20, #21, #22, #25

v1.3.0

Toggle v1.3.0's commit message

Verified

This tag was signed with the committer’s verified signature.
SebastianSchmidl Sebastian Schmidl
Release v1.3.0: Additional base oscillations (BOs) and Python API for…

… BOs

Features:

- new base oscillation types:
  - cosine
  - square
  - sawtooth
  - dirichlet
  - mls (maximum length sequence)
- new Python API (gutenTAG.api) with support for BO generation

Development improvements:

- refactoring of base oscillation and anomaly kind classes
- infrastructure move to GitHub #7
- automatically update GitHub Actions #16

v1.2.1rc1

Toggle v1.2.1rc1's commit message

Verified

This tag was signed with the committer’s verified signature.
SebastianSchmidl Sebastian Schmidl
Release Candidate v1.2.1rc1: test CI build and publish

v1.2.0

Toggle v1.2.0's commit message

Verified

This tag was signed with the committer’s verified signature.
SebastianSchmidl Sebastian Schmidl
Release 1.2.0: Advanced ECG generation, positioning algorithm, and mu…

…ltiple breaking generation fixes

Features:

- improved AddOn loading
- demo paper reference in documentation
- more configuration options for ECG generation
- better dependency version specification using ">=" instead of "==.*"

Fixes:

- BO random_walk: removed boundary effects in smoothing
- BO ecg: fixed sampling parameter usage of neurokit2 library
- anomaly extremum: improved context window definition
- anomaly pattern: correctly scale snippet to avoid jumps
- positioning algorithm
- bumped joblib version to prevent CVE-2022-21797

v1.1.0

Toggle v1.1.0's commit message

Verified

This tag was signed with the committer’s verified signature.
SebastianSchmidl Sebastian Schmidl
Release 1.1.0: Python API, iterative generation, fixed seeding and po…

…lynomial BO

v1.0.0

Toggle v1.0.0's commit message

Verified

This tag was signed with the committer’s verified signature.
SebastianSchmidl Sebastian Schmidl
Release 1.0.0: First stable release of GutenTAG

v0.2.0

Toggle v0.2.0's commit message

Verified

This tag was signed with the committer’s verified signature.
SebastianSchmidl Sebastian Schmidl
Release 0.2.0: Publish to pypi and support for Python 3.7 until 3.10