Skip to content

v6.10.1 - Ovis & Mississippi

Compare
Choose a tag to compare
@BBC-Esq BBC-Esq released this 30 Nov 18:53
· 31 commits to main since this release
a268e6f

Added/Removed Vision Models

Documentation Scraper

  • Now using watchdog for more accurate updates on the number of pages scraped.

Misc.

  • Started using the great ruff library to fix my code.

Upgrading from v6.9.x (will not work with prior versions):

To upgrade from a prior version without losing your databases, downloaded models, etc., do the following:

  • Download the source code for this release.
  • Take all files ending in .py and copy them, overwriting your pre-existing files. MAKE SURE and keep your current config.yaml.
  • Copy any files in the Assets folder and replace any ones in your current Assets folder.
  • Do the same for any files in the CSS folder.
  • Activate your virtual environment and run the following command to uninstall any & all dependencies.
    • pip freeze > requirements_uninstall.txt && pip uninstall -r requirements_uninstall.txt -y && del requirements_uninstall.txt
    • run python setup_windows.py