- Fixed a crashing bug in the
source_libpackage related to finding function AST node end lines in Python versions prior to 3.8.
- Fix computation of docstring start and end lines for Python 3.7 and add test for
_is_docstring_line. - Fix
end_linenoattribute error on Python versions earlier than 3.8. - Relax
openaidependency. - Remove
blackdependency and config. - Updated minimum supported Python version to 3.7.
- Revise development and documentation dependencies.
- Revise the Quick Start page of the documentation.
- Enhance the
MutantGeneratorclass to take the model as a parameter. - Add support for the
GPT-4omodel. - Refactor some modules.
- Update test workflows to support multiple OS and Python versions.
- Revise documentation.
- Add convenience imports in the
__init__.pymodule to simplify access to key classes. - Add PyPI installation instructions to the documentation.
- Add a PyPI badge to the documentation and
README.md.
- The first release.