Skip to content

Releases: intive-DataScience/tbats

Fix numeric precision issues that caused box-cox transformation to fail

17 Apr 10:22
Compare
Choose a tag to compare

Added __version__ to __init__

09 Dec 07:37
Compare
Choose a tag to compare
1.1.2

Added __version__ to init file

Updated project dependencies

05 Oct 07:56
Compare
Choose a tag to compare
1.1.1

Updated dependencies.

Changed method of thread spawning

27 Jul 14:14
Compare
Choose a tag to compare

Added ability to specify the way new processes are spawned. Changed default spawning method from system default to spawn.

Security release - bleach vulnerability

31 Mar 07:20
Compare
Choose a tag to compare
1.0.10

Updated requirements and readme

Non-parallel processing

08 Jan 15:01
Compare
Choose a tag to compare

When one specifies n_jobs=1 then no subprocesses shall be triggered and no parallelization will happen.

Issue fixes

05 Aug 07:43
Compare
Choose a tag to compare
  • Upgrating depenencies due to urllib3 vulnerability CVE-2019-11324
  • Fixing #7
  • Fixing #6
  • Fixed long_description_content_type

Upgraded dependencies due to vulnerabilities found in Jinja

15 Apr 07:11
Compare
Choose a tag to compare

Upgrating depenencies due to Jinja2 vulnerability found: In Pallets Jinja before 2.10.1, str.format_map allows a sandbox escape.

Pool closing

18 Jan 09:41
Compare
Choose a tag to compare

Added second pool closing code to prevent OS open file issues.

Bug-fixes

18 Jan 09:30
Compare
Choose a tag to compare

Fixed pools not being closed #3 (thank you)
Fixed numerical computation issues in Inverse Box-Cox