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

fix: fine tuning before 1.0.0 release #267

Merged
merged 48 commits into from
Oct 14, 2024

Conversation

grantdfoster
Copy link
Contributor

@grantdfoster grantdfoster commented Oct 14, 2024

Description

This PR fine tunes the project before the 1.0.0 release.

  • removes requirements.txt and setup.py in favor of a pyproject.toml file. we were getting alerts in the console about the former strategy being deprecated
  • removes watchfiles as it was not behaving entirely as expected when used with PM2. now the auto-update functionality restarts PM2 processes when the code is updated, instead of relying on watchfiles
  • updates Makefile accordingly
  • drops similarity score of tweets to 60 as it was observed that prior similarity score was too aggressive
  • cleans up unused imports

Signed commits

  • Yes, I signed my commits.

@grantdfoster grantdfoster enabled auto-merge (squash) October 14, 2024 01:23
@grantdfoster grantdfoster self-assigned this Oct 14, 2024
@Luka-Loncar Luka-Loncar self-requested a review October 14, 2024 20:40
@grantdfoster grantdfoster merged commit 4e6ff03 into main Oct 14, 2024
3 checks passed
@grantdfoster grantdfoster deleted the fix--fine-tuning-before-release branch October 14, 2024 20:42
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.

3 participants