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

Albu demo new life #11

Merged
merged 32 commits into from
Apr 4, 2024
Merged

Albu demo new life #11

merged 32 commits into from
Apr 4, 2024

Conversation

dKosarevsky
Copy link
Collaborator

  • update packages versions
  • st.cache -> st.cache_data
  • clarify main
  • upd readme app link

@dKosarevsky dKosarevsky self-assigned this Mar 25, 2024
Copy link

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

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

Hey @dKosarevsky - I've reviewed your changes and they look great!

Here's what I looked at during the review
  • 🟡 General issues: 1 issue found
  • 🟢 Security: all looks good
  • 🟢 Testing: all looks good
  • 🟢 Complexity: all looks good
  • 🟢 Docstrings: all looks good

Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment to tell me if it was helpful.

@@ -10,7 +10,7 @@
import yaml


@st.cache
@st.cache_data
Copy link

Choose a reason for hiding this comment

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

question (performance): Replacing '@st.cache' with '@st.cache_data' might need justification.

Ensure '@st.cache_data' aligns with the intended caching strategy, especially regarding mutability and performance.

@dKosarevsky dKosarevsky merged commit 03de8be into master Apr 4, 2024
1 check passed
@dKosarevsky dKosarevsky deleted the albu-demo-new-life branch April 4, 2024 00:30
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.

1 participant