Releases: m3dev/gokart
Releases · m3dev/gokart
1.8.0
What's Changed
- feat: use gokart worker by @hiro-o918 in #402
- chore(deps): bump tornado from 6.4.1 to 6.4.2 by @dependabot in #407
- update readthedocs setting by @kitagry in #408
- doc: add sphinx-rtd-theme by @kitagry in #409
- doc: link mypy_plugin.rst from index.rst by @kitagry in #410
- feat: add serializable parameter by @hiro-o918 in #411
- docs: add description about gokart.SerializableParameter by @hiro-o918 in #412
- feat: make worker skip running task when it is completed by @hiro-o918 in #406
Full Changelog: 1.7.0...1.8.0
1.7.0
What's Changed
- Breaking change: Don't extract value from 1-length dict by @mski-iksm in #399
- Bump werkzeug from 3.0.3 to 3.0.6 by @dependabot in #404
- feat: infer type of parameter when user doesn't specify type by @kitagry in #403
Full Changelog: 1.6.1...1.7.0
1.6.1
What's Changed
- fix: handle default type for
DateMinuteParameter
by @hiro-o918 in #396
Full Changelog: 1.6.0...1.6.1
1.6.0
1.5.0
1.4.3
What's Changed
- feat: add mypy plugin by @hiro-o918 in #384
- feat: update plugin overcomes conflicting parameter types by @hiro-o918 in #386
- chore: add tests for gokart parameters by @hiro-o918 in #389
Full Changelog: 1.4.2...1.4.3
1.4.2: Bugfix: load_dill_with_pandas_backward_compatibility for specific environment
What's Changed
- Bump setuptools from 69.5.1 to 70.0.0 by @dependabot in #383
- fix load_dill_with_pandas_backward_compatibility() bug by @mski-iksm in #382
Full Changelog: 1.4.1...1.4.2
1.4.1
What's Changed
- Bump tornado from 6.4 to 6.4.1 by @dependabot in #377
- Bump urllib3 from 1.26.18 to 1.26.19 by @dependabot in #378
- Bump certifi from 2024.2.2 to 2024.7.4 by @dependabot in #379
- Bump zipp from 3.18.1 to 3.19.1 by @dependabot in #380
- Load DataFrame cache with backward compatibility by @ujiuji1259 in #381
Full Changelog: 1.4.0...1.4.1
1.4.0
What's Changed
- setting priority random by @mski-iksm in #376
- remove
tqdm
dependency by @hirosassa in #373 - remove tqdm dependency from pyproject.toml and poetry.lock by @hirosassa in #374
Full Changelog: 1.3.0...1.4.0
1.3.0
What's Changed
- bugfix: output_paths type is wrong by @kitagry in #366
- add type aware flatten method instead of
luigi.task.flatten
by @kitagry in #362 - Bump idna from 3.6 to 3.7 by @dependabot in #367
- remove debug print by @mski-iksm in #369
- Use
dill
instead ofpickle
for processing.pkl
files by @maronuu in #354
Full Changelog: 1.2.9...1.3.0