Releases: legendu-net/aiutil
Releases · legendu-net/aiutil
v0.89.0
Commits
- 0f9fe92: add a function rename_dir to auto rename all pdf files in the dir (Ben Du) #446
- 1fa41f4: bump up version (Ben Du) #446
- b607ba2: cache processed (renamed) pfds (Ben Du) #446
- 751a4cf: update deps (Ben Du) #446
- 9690a53: add a function to normalize the name of a path (Ben Du) #446
- b56cc6a: bump up version (Ben Du) #446
Development Build
Commits
- 0f9fe92: add a function rename_dir to auto rename all pdf files in the dir (Ben Du) #446
- 1fa41f4: bump up version (Ben Du) #446
- b607ba2: cache processed (renamed) pfds (Ben Du) #446
- 751a4cf: update deps (Ben Du) #446
- 9690a53: add a function to normalize the name of a path (Ben Du) #446
- b56cc6a: bump up version (Ben Du) #446
v0.87.1
v0.87.0
v0.86.1
v0.85.0
Commits
- 24d5053: Bump black from 24.2.0 to 24.3.0 (dependabot[bot]) #413
- 22e1f5a: Bump pillow from 10.2.0 to 10.3.0 (dependabot[bot]) #414
- 83688ec: Bump idna from 3.6 to 3.7 (dependabot[bot]) #415
- 7353d64: Bump sqlparse from 0.4.4 to 0.5.0 (dependabot[bot]) #416
- 100b93b: Bump tqdm from 4.66.2 to 4.66.3 (dependabot[bot]) #417
- dd760c1: Update .gitpod.yml (Ben Chuanlong Du) #418
- b7b70e1: Merge branch 'main' into dev (Ben Chuanlong Du) #419
- ff94e7c: Merge branch 'dev' into dependabot/pip/tqdm-4.66.3 (Ben Chuanlong Du) #417
- 31ea64f: Merge branch 'dev' into dependabot/pip/idna-3.7 (Ben Chuanlong Du) #415
- f46698b: Merge branch 'dev' into dependabot/pip/pillow-10.3.0 (Ben Chuanlong Du) #414
- 03f6555: Merge branch 'dev' into dependabot/pip/black-24.3.0 (Ben Chuanlong Du) #413
- 09a4f30: Merge branch 'main' into dev (Ben Chuanlong Du) #420
- fe267fd: Bump jinja2 from 3.1.3 to 3.1.5 (dependabot[bot]) #428
- aa0f180: 1. add IDX configure; 2. update github workflow configs; 3. add poetry config (longendu) #430
- 5d1d0d3: update deps (longendu) #430
- 61d854b: Merge branch 'main' into dev (Ben Chuanlong Du) #430
- b971235: update poetry lock command (longendu) #430
- ce19d3f: Merge branch 'dev' of https://github.com/legendu-net/aiutil into dev (longendu) #430
- fc24f4b: format python files (longendu) #430
- b58eb15: update dev.nix (longendu) #432
- 8de0284: update dev.nix (longendu) #433
- 49ac132: update dev.nix (longendu) #434
- a8f713a: migrate from poetry to uv (longendu) #435
- 46fc027: update github actions wf to use uv (longendu) #435
- b10f036: 1. fix linting issues; 2. remove poetry (longendu) #435
- 135f0a2: bump up version (longendu) #435
- 0d3f5eb: Merge branch 'main' into dev (Ben Chuanlong Du) #435
- da6406f: update lint.yml (longendu) #435
- aedb9cc: Merge branch 'dev' of https://github.com/legendu-net/aiutil into dev (longendu) #435
- 76f6053: update lint.yml (longendu) #435
- c801132: fix typo in lint.yml (longendu) #435
- 6a019af: add deps (longendu) #435
- be64751: update dev.nix (longendu) #435
- 889288c: clean up test (longendu) #435
- 2c9b1a3: fix lint issues (longendu) #435
- 32e1e48: format code (longendu) #435
- 74e5ecc: add build backend (longendu) #435
- 4ff9f30: update dev.nix; update uv.lock (longendu) #436
- 319af68: add trace_dir_upwards (longendu) #437
- efb171e: bump up version (longendu) #437
- 9b8e4a5: fix pathlib issue; bump up version (longendu) #437
- 25c3f98: format code (longendu) #437
v0.83.0
Commits
- c72e6e1: Bump urllib3 from 2.0.5 to 2.0.6 (dependabot[bot]) #395
- 5f21d51: Bump urllib3 from 2.0.6 to 2.0.7 (dependabot[bot]) #397
- b9ac677: Merge branch 'main' into dev (Ben Chuanlong Du) #396
- db9f4b8: Bump pypdf from 3.16.1 to 3.17.0 (dependabot[bot]) #398
- da8fff4: Merge branch 'main' into dev (Ben Chuanlong Du) #399
- 2bb51b2: Bump cryptography from 41.0.4 to 41.0.6 (dependabot[bot]) #400
- fa1fb58: Bump paramiko from 3.3.1 to 3.4.0 (dependabot[bot]) #402
- dcf82b6: Bump fonttools from 4.42.1 to 4.43.0 (dependabot[bot]) #404
- 7dc6b5b: Bump jinja2 from 3.1.2 to 3.1.3 (dependabot[bot]) #405
- f9efadf: Merge branch 'dev' into dependabot/pip/fonttools-4.43.0 (Ben Chuanlong Du) #404
- acbe172: Merge branch 'main' into dev (Ben Chuanlong Du) #406
- 71f816a: Bump pillow from 10.0.1 to 10.2.0 (dependabot[bot]) #407
- de1d7bb: add next_weekday and this_weekday (Ben Du) #412
- a488d7a: remove dep on ydata-profiling (Ben Du) #412
- b60cf14: support python 3.12 (Ben Du) #412
- a2bd828: format code (Ben Du) #412
- 2568845: fix importing (Ben Du) #412
- e352f23: Merge branch 'main' into dev (Ben Chuanlong Du) #412
v0.82.0
Commits
- f015442: slight refactor hdfs.py (Ben Du) #386
- 34d6882: Update shell.py (Ben Chuanlong Du) #387
- 25b6f58: Update shell.py (Ben Chuanlong Du) #388
- 772d582: remove non-needed imports (Ben Du) #386
- ddf093a: Merge branch 'main' into dev (Ben Chuanlong Du) #386
- 15a6ed8: refactor count_path (Ben Du) #386
- 342f087: Merge branch 'dev' of https://github.com/legendu-net/aiutil into dev (Ben Du) #386
- 9df6442: Update shell.py (Ben Chuanlong Du) #389
- b6d3c69: update docstring (Ben Du) #390
- 233de53: use | instead of Union (Ben Du) #390
- 80081e0: fix issues (Ben Du) #390
- e70f62c: format code (Ben Du) #390
- 64103df: Union -> | (Ben Du) #391
- b120cd8: Merge branch 'main' into dev (Ben Chuanlong Du) #390
- 5208094: format code (Ben Du) #391
- b09a815: Merge branch 'dev' of https://github.com/legendu-net/aiutil into dev (Ben Du) #391
- fd6bca8: format code (Ben Du) #391
- c90fbbb: Merge branch 'main' into dev (Ben Chuanlong Du) #391
- bf07809: clean up code (Ben Du) #391
- 4597551: Merge branch 'dev' of https://github.com/legendu-net/aiutil into dev (Ben Du) #391
- b164c30: PyPDF2 -> pypdf (Ben Du) #392
- bffed1e: Bump cryptography from 41.0.3 to 41.0.4 (dependabot[bot]) #393
- 7ef27cc: update deps (Ben Du) #394
- e2861ea: Merge branch 'main' into dev (Ben Chuanlong Du) #394