Releases: osm3000/LangLearnCopilot
Releases · osm3000/LangLearnCopilot
v0.3.1
What's Changed
Making the saving functions more permissive:
- If
Noneis given as a file name, then they will not save to a file - They will return the formatted data --> useful during the deployment
Pull request: #14
Full Changelog: v0.3.0...v0.3.1
Save to Anki format
New updates. Results of #7
Features:
- Save to Anki format, for both phrases and words
Minor:
- Updating flake8 version
v0.2.0 is up: Mannnyyy modifications
Major
- Adding the webpage parsing functionality, with a new example to demonstrate it
- Unifying the datatypes in the whole project to depend on the ones defined in the newly created datatypes.py
- Add language as an argument to the generators and the prompts
Minor
- Enabling mypy finally in the workflow
- Updating the README
- Updating the existing examples to work with poetry run instead of the current hack with adding the library to the sys path
- Update the metadata of the package in pyproject.toml file.
First release 🥳🎉
First release of my LangLearnCopilot package :))))
Final testing
v0.1.1-a.10 Fixing a mistake