Skip to content

Releases: m3dev/gokart

1.2.8

25 Mar 00:48
837742d
Compare
Choose a tag to compare

What's Changed

  • relax python upper constraint by @yokomotod in #357
  • Introducing Task Run Locking for Enhanced Concurrency Control in Gokart by @mski-iksm in #353
  • set gokart.TaskOnKart.complete_check_at_run default True by @mski-iksm in #358
  • bugfix: FeatherFileProcessor set wrong index by @kitagry in #359

New Contributors

Full Changelog: 1.2.7...1.2.8

1.2.7

06 Mar 08:59
7e10f82
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.2.6...1.2.7

1.2.6: Welcome python 3.12

16 Jan 10:19
2b33286
Compare
Choose a tag to compare

What's Changed

Feature

  • added @functools.wraps(run_func) to task_complete_check_wrapper by @mski-iksm in #337
  • changed RedisParams.redis_fail_on_collision to RedisParams.raise_task_lock_exception_on_collision by @mski-iksm in #341
  • set TaskOnKart.raise_task_lock_exception_on_collision as false by @mski-iksm in #342
  • support Python 3.12 by @kitagry in #325

Full Changelog: 1.2.5...1.2.6

1.2.5

21 Nov 05:30
5f37e57
Compare
Choose a tag to compare

What's Changed

  • Changed TargetOnKart.wrap_with_lock to TargetOnKart.wrap_with_run_lock by @mski-iksm in #332
  • Bump pyarrow from 12.0.0 to 14.0.1 by @dependabot in #334
  • Add complete_check_at_run parameter by @mski-iksm in #333
  • gokart.build(reset_register=False) can use PandasTypeConfig by @Hi-king in #335

Full Changelog: 1.2.4...1.2.5

1.2.4: Add ini file processor

26 Oct 01:37
96703a4
Compare
Choose a tag to compare

Add ini file processor #329 by @maronuu

1.2.3: mypy, set_encoding

11 Oct 11:26
a933055
Compare
Choose a tag to compare

Features

Fixes

1.2.2 Improve DX and reliability

02 Mar 11:45
2230028
Compare
Choose a tag to compare

Feature

  • Feature/ Runtime validation of TaskInstanceParameter() and ListTaskInstanceParameter() by subclass bound #305 @ujiuji1259

Developer Experience Improviment

Documentation

1.2.1: hotfix: set columns with list

01 Nov 06:25
ad8f190
Compare
Choose a tag to compare

Bug fixes

1.2.0: Drop Python 3.7 and Hide private params from logs

03 Aug 06:46
ba88726
Compare
Choose a tag to compare

Breaking change

Feature

Developer Experience Improvement

1.1.3: Suppress logs/log files and fixed some bugs

05 Jul 05:09
c5376e6
Compare
Choose a tag to compare