Releases: bmritz/ai-ghostfunctions
Releases · bmritz/ai-ghostfunctions
v0.6.1
v0.6.0
Changes
📦 Dependencies
- Bump urllib3 from 2.0.3 to 2.0.5 (#130) @dependabot
- Bump cfgv from 3.3.1 to 3.4.0 (#127) @dependabot
- Bump aiohttp from 3.8.4 to 3.8.5 (#100) @dependabot
- Bump coverage from 7.2.7 to 7.3.1 (#125) @dependabot
- Bump certifi from 2023.5.7 to 2023.7.22 (#105) @dependabot
- Bump sphinx from 7.0.1 to 7.1.1 in /docs (#104) @dependabot
- Bump actions/setup-python from 4.6.1 to 4.7.0 (#95) @dependabot
- Bump packaging from 23.0 to 23.1 (#63) @dependabot
- Bump tomlkit from 0.11.7 to 0.11.8 (#67) @dependabot
- Bump actions/setup-python from 4.6.0 to 4.6.1 (#77) @dependabot
- Bump rich from 13.3.4 to 13.4.2 (#80) @dependabot
- Bump pyupgrade from 3.3.1 to 3.8.0 (#87) @dependabot
- Bump sphinx from 6.2.0 to 7.0.1 in /docs (#72) @dependabot
- Bump myst-parser from 1.0.0 to 2.0.0 in /docs (#83) @dependabot
v0.5.0
v0.4.0
Changes
- closes #47: Add in the ability to call ghostfunctions with non-keyword arguments (#59) @bmritz
- Feature/57-parse-strings-correctly (#58) @bmritz
📦 Dependencies
- Bump argcomplete from 2.1.2 to 3.0.8 (#52) @dependabot
- Bump virtualenv from 20.21.1 to 20.23.0 in /.github/workflows (#49) @dependabot
- Bump virtualenv from 20.21.0 to 20.23.0 (#54) @dependabot
- Bump nox from 2022.11.21 to 2023.4.22 (#43) @dependabot
- Bump soupsieve from 2.4 to 2.4.1 (#42) @dependabot
- Bump actions/setup-python from 4.5.0 to 4.6.0 (#37) @dependabot
- Bump pip from 23.1 to 23.1.1 in /.github/workflows (#39) @dependabot
- Bump virtualenv from 20.20.0 to 20.22.0 in /.github/workflows (#38) @dependabot
- Bump filelock from 3.10.7 to 3.12.0 (#45) @dependabot
- Bump sphinx from 5.3.0 to 6.2.0 in /docs (#46) @dependabot
- Bump rich from 13.3.3 to 13.3.4 (#44) @dependabot
- Bump nox from 2022.11.21 to 2023.4.22 in /.github/workflows (#40) @dependabot
v0.3.1
Changes
Fixes:
#35 Support Multi line docstrings. Multiline docstrings are now properly commented in the prompt sent to OpenAI
📦 Dependencies
- Bump pypa/gh-action-pypi-publish from 1.6.4 to 1.8.5 (#17) @dependabot
- Bump coverage from 7.2.2 to 7.2.3 (#28) @dependabot
- Bump codecov/codecov-action from 3.1.1 to 3.1.2 (#31) @dependabot
- Bump pip from 23.0.1 to 23.1 in /.github/workflows (#32) @dependabot
- Bump pytest from 7.2.2 to 7.3.1 (#33) @dependabot
v0.3.0
Changes
- 12 parse the returned string into a python object (#24) @bmritz
- 15 investigate adding type annotations to the default prompt (#23) @bmritz
📦 Dependencies
- Bump pre-commit from 3.2.1 to 3.2.2 (#21) @dependabot
- Bump ipython from 8.11.0 to 8.12.0 (#20) @dependabot
- Bump openai from 0.27.2 to 0.27.4 (#25) @dependabot
- Bump poetry from 1.4.0 to 1.4.2 in /.github/workflows (#18) @dependabot
v0.2.0
v0.1.0
Changes
- No changes