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

🚀 Release 0.2.7 #46

Merged
merged 34 commits into from
Oct 19, 2023
Merged

🚀 Release 0.2.7 #46

merged 34 commits into from
Oct 19, 2023

Conversation

dkedar7
Copy link
Owner

@dkedar7 dkedar7 commented Oct 18, 2023

Features

  • New component: Table
  • Fast components are callable to update attributes. For example, to update the page_size attribute of Table, do Table(page_size=20). At the same time, Fast Components can also be used as non-callable objects.
  • Pandas DataFrame is rendered as a Table.
  • "About" button displays the function docstring as markdown. A new utility function to extract the function docstring has been incorporated for this feature. This is, however, still experimental.
  • Change app run routing. Closes change routing for better compatibility with dash workspaces #39
  • Documentation updates, new "Usage Patterns" page.
  • New tests.
  • Fast Dash now also supports Python 3.11.

Deprecations

  • Support for Python 3.7 has been deprecated.

dkedar7 added 30 commits August 5, 2023 13:58
Display Pandas DF as Table
[Docs] New page: Usage patterns.
@codecov
Copy link

codecov bot commented Oct 19, 2023

Codecov Report

Attention: 11 lines in your changes are missing coverage. Please review.

Comparison is base (77fe24c) 92.08% compared to head (47f6e63) 92.32%.
Report is 1 commits behind head on release.

Additional details and impacted files
@@             Coverage Diff             @@
##           release      #46      +/-   ##
===========================================
+ Coverage    92.08%   92.32%   +0.23%     
===========================================
  Files            4        4              
  Lines          670      717      +47     
===========================================
+ Hits           617      662      +45     
- Misses          53       55       +2     
Files Coverage Δ
fast_dash/__init__.py 100.00% <100.00%> (ø)
fast_dash/fast_dash.py 84.80% <75.00%> (+2.22%) ⬆️
fast_dash/Components.py 96.17% <89.18%> (-0.30%) ⬇️
fast_dash/utils.py 87.95% <85.36%> (-0.11%) ⬇️

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dkedar7 dkedar7 merged commit 2e05a80 into release Oct 19, 2023
@dkedar7 dkedar7 deleted the stage branch October 19, 2023 06:31
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.

change routing for better compatibility with dash workspaces
1 participant