Skip to content

Releases: m3dev/gokart

1.4.3

01 Aug 09:31
418f36b
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.4.2...1.4.3

1.4.2: Bugfix: load_dill_with_pandas_backward_compatibility for specific environment

18 Jul 01:53
03e719b
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.4.1...1.4.2

1.4.1

11 Jul 13:32
e26b4ff
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.4.0...1.4.1

1.4.0

21 May 10:43
a31565e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.3.0...1.4.0

1.3.0

23 Apr 07:30
7a00e34
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.2.9...1.3.0

1.2.9

05 Apr 02:41
afb661c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.2.8...1.2.9

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