Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

QoL Changes #140

Merged
merged 11 commits into from
Apr 14, 2024
Merged

QoL Changes #140

merged 11 commits into from
Apr 14, 2024

Conversation

logan-markewich
Copy link
Contributor

  • make loading many files more robust
    • added show_progress option
    • added error handling to avoid crashing when loading many files
    • use the actual status endpoint for checking job status, to avoid 404 logs/requests
  • Added CICD
    • linting
    • pre-commit
    • publishing
    • package building
    • tests (using token in GitHub secrets)
  • Added more tests
    • test that num_workers works
    • test that show_progress doesn't crash

Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@github-advanced-security
Copy link

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "llama-parse"
version = "0.4.0"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should we bump up the version?

Copy link
Contributor Author

@logan-markewich logan-markewich Apr 14, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Going to do that in a separate PR, just want to test the publishing flow on its own

@logan-markewich logan-markewich merged commit 0f2302f into main Apr 14, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants