Paul Gauthier
|
1d2ade748c
|
Updated the TempNamedDir usage to TemporaryDirectory in the setup.py file.
|
2024-07-09 16:08:43 +01:00 |
|
Paul Gauthier (aider)
|
f568c45f6b
|
Used TempNamedDir instead of tempfile.mkdtemp() to ensure the temporary directory is cleaned up after the subprocess completes.
|
2024-07-09 16:03:01 +01:00 |
|
Paul Gauthier (aider)
|
472ad976b8
|
Used a temporary named directory instead of /dev/null in setup.py.
|
2024-07-09 16:01:26 +01:00 |
|
Paul Gauthier
|
8256f611b4
|
Removed commented-out sys.exit() statement from setup.py .
|
2024-07-09 16:01:24 +01:00 |
|
Paul Gauthier (aider)
|
7db1c51919
|
Subprocess output was processed line-by-line to find and extract the PyTorch URL, and the subprocess was terminated as soon as the URL was found.
|
2024-07-09 16:00:29 +01:00 |
|
Paul Gauthier
|
72f0686c66
|
works
|
2024-07-09 15:59:45 +01:00 |
|
Paul Gauthier (aider)
|
a376f91de6
|
Extracted PyTorch URL from command output and printed it.
|
2024-07-09 15:30:38 +01:00 |
|
Paul Gauthier
|
c71d98f1b2
|
Installed PyTorch version 2.2.2 from the specified URL and exited the script.
|
2024-07-09 15:30:36 +01:00 |
|
Paul Gauthier (aider)
|
9a39f00c39
|
Remove --extra-index-url line from requirements.txt and conditionally install torch from the specified URL in setup.py.
|
2024-07-09 14:40:59 +01:00 |
|
Paul Gauthier
|
9fa70b4b05
|
Install the cpu-only version of torch
|
2024-07-09 09:37:10 +01:00 |
|
Paul Gauthier
|
4da073aa08
|
copy
|
2024-07-07 17:01:29 -03:00 |
|
Paul Gauthier
|
0f8a17e6af
|
Added Aider's contribution percentage to the release notes.
|
2024-07-07 13:23:30 -03:00 |
|
Paul Gauthier (aider)
|
365652b899
|
Accumulated lines written by authors with "(aider)" in their name and printed the percentage of lines edited by Aider in this release.
|
2024-07-07 13:22:21 -03:00 |
|
Paul Gauthier
|
ebd41533d1
|
Improved the formatting of the grand total output in the blame script.
|
2024-07-07 13:22:20 -03:00 |
|
Paul Gauthier (aider)
|
a619318dfe
|
Added percentage contribution for each author to the blame report.
|
2024-07-07 13:17:19 -03:00 |
|
Paul Gauthier (aider)
|
0153a18bff
|
Added grand total line count summary across all Python files.
|
2024-07-07 13:17:00 -03:00 |
|
Paul Gauthier (aider)
|
1a9adca83c
|
Implemented script to get commit author line counts for all Python files in the repository.
|
2024-07-07 13:16:21 -03:00 |
|
Paul Gauthier
|
238b8d018a
|
Added support for counting lines changed per author for a specified file since a given tag.
|
2024-07-07 13:16:19 -03:00 |
|
Paul Gauthier (aider)
|
1f57e24b47
|
Implemented the get_commit_authors function to retrieve the authors for each commit.
|
2024-07-07 13:10:33 -03:00 |
|
Paul Gauthier
|
e8a5af089f
|
Implemented a function to get all commit hashes since a specified tag and added a function to get the commit authors.
|
2024-07-07 13:10:31 -03:00 |
|
Paul Gauthier (aider)
|
d5de256796
|
Added command-line argument support to get commit hashes since a specified tag.
|
2024-07-07 13:05:21 -03:00 |
|
Paul Gauthier (aider)
|
f39fc5faa3
|
Implemented the get_all_commit_hashes_since_tag function in the scripts/blame.py file.
|
2024-07-07 13:05:01 -03:00 |
|
Paul Gauthier
|
abe779daa9
|
Removed unused imports and functions from the blame.py script.
|
2024-07-07 13:04:59 -03:00 |
|
Paul Gauthier
|
d6e78f8ca7
|
copy
|
2024-07-07 12:52:27 -03:00 |
|
Paul Gauthier
|
18c272b5d3
|
Added all litellm API_KEYS to docs
|
2024-07-07 11:29:05 -03:00 |
|
Paul Gauthier
|
5f14c3068c
|
set version to 0.43.1-dev
|
2024-07-07 10:21:09 -03:00 |
|
Paul Gauthier
|
f9d96ac45c
|
version bump to 0.43.0
|
2024-07-07 10:19:41 -03:00 |
|
Paul Gauthier
|
9cc03ac21d
|
copy
|
2024-07-07 10:14:59 -03:00 |
|
Paul Gauthier
|
440d087032
|
copy
|
2024-07-07 10:13:35 -03:00 |
|
Paul Gauthier
|
12eb203a6a
|
copy
|
2024-07-07 08:27:17 -03:00 |
|
Paul Gauthier
|
570519e91d
|
Fixed premature reference to self.root #801
|
2024-07-07 07:47:06 -03:00 |
|
Paul Gauthier
|
31e2c6d014
|
copy
|
2024-07-07 07:33:03 -03:00 |
|
Paul Gauthier
|
e8c8b5cb4a
|
copy
|
2024-07-07 07:32:57 -03:00 |
|
Paul Gauthier
|
2f5d3b4e00
|
copy
|
2024-07-07 07:29:55 -03:00 |
|
Paul Gauthier
|
1f53348459
|
fix links; added lint/test docs
|
2024-07-07 07:29:49 -03:00 |
|
Paul Gauthier
|
ba1c403f71
|
Fix links
|
2024-07-07 07:19:26 -03:00 |
|
Paul Gauthier
|
f8b000981b
|
updated upd docs script
|
2024-07-07 07:16:15 -03:00 |
|
Paul Gauthier
|
47961ef207
|
moved files to usage/
|
2024-07-07 07:15:43 -03:00 |
|
Paul Gauthier
|
59b3b6da0f
|
copy
|
2024-07-06 22:12:47 -03:00 |
|
Paul Gauthier
|
e93e310f1d
|
copy
|
2024-07-06 22:09:18 -03:00 |
|
Paul Gauthier
|
46374fb07a
|
Load .env from home, git, cwd, cmd line arg
|
2024-07-06 21:59:20 -03:00 |
|
Paul Gauthier
|
8a0480a56d
|
copy
|
2024-07-06 21:37:38 -03:00 |
|
Paul Gauthier
|
81649ac174
|
copy
|
2024-07-06 21:21:20 -03:00 |
|
Paul Gauthier
|
7209e5bd44
|
copy
|
2024-07-06 21:20:40 -03:00 |
|
Paul Gauthier
|
adb919a886
|
copy
|
2024-07-06 21:20:13 -03:00 |
|
Paul Gauthier
|
f7a88d4035
|
copy
|
2024-07-06 21:16:56 -03:00 |
|
Paul Gauthier
|
df55f8c814
|
copy
|
2024-07-06 21:06:50 -03:00 |
|
Paul Gauthier
|
4fba17c18b
|
switched langs table from html -> md
|
2024-07-06 18:56:33 -03:00 |
|
Paul Gauthier
|
e4c637724f
|
For /help, turn down the repo map
|
2024-07-06 17:11:24 -03:00 |
|
Paul Gauthier
|
66f7cfb38f
|
Set litellm.drop_params=True #805
|
2024-07-06 16:40:26 -03:00 |
|