Releases: ppfeister/sylva
Sylva v0.1.2
What's changed...
- More convenient developer API (now properly documented on MkDocs)
- Properly embedded captcha-solving proxy service (using hotfix for Chromium 126 rather than 127)
- Generally improved user experience and fault tolerances
Docker image is recommended : docker run -it sylva/sylva --help
For other installation options, reference the Sylva MkDocs.
Sylva v0.1.1
Fatal error relating to string interpolation on systems running Python 3.10 discovered and fixed by @SpiritGun91 in #4.
This patch is being published to make this fix available on PyPI and to test new release workflows.
For installation options, reference the Sylva MkDocs.
AAR: Workflows work! Automatic deployments to PyPI, DockerHub, and ghcr for all proper releases, and DockerHub and ghcr for previews.
Sylva v0.1.0
Sylva is now at it's first point of viability.
While not complete, and not yet a full major release (v1.0.0), all basic search-related functionality is fully operational. Search results are currently displayed to the user as the returned DataFrame.
For installation options, reference the Sylva MkDocs.