Anton Kozyriev
Anton Kozyriev
[Numeric] LU decomposition (and elimination).
@siriak implementation is ready!
@siriak, talking about decomposition: [Numeric] Singular Value Decomposition (+ pseudoinverse matrix algorithm, homogeneous linear equations elimination algorithm, cuz they're related to the SVD-decomposition)
Hey @siriak, what do you think about Matrix (Tensor) data structure with corresponding operators, like element-wise arithmetics, multiplication, determinant, invert e.t.c?
@jrieke, the PR has no automatically assigned reviewers. Is this ok, or I messed up something while creating the PR?
Hey, @sfc-gh-jcarroll, thank you, I'm glad you found this submission worthy! PWA technology will allow Streamlit web applications to unlock functions similar to native apps, such as adding the app...
@jrieke, good point. It is possible to load a PWA within an iframe. Still, in this case, browser features like Service Workers, Push Notifications, and the Cache API will not...
@sfc-gh-jcarroll I just finished testing the framework from the `*.whl` file on my local machine (Ubuntu 22.04), and everything works as intended, from installation to the custom metadata setup. So...
@sfc-gh-jcarroll I deployed my [Streamlit project](https://github.com/antonAce/streamlit-ds-courses) into the [Community Cloud](https://antonace-streamlit-ds-courses-introduction-ob1hnp.streamlit.app/), and I've noticed it's already PWA-enabled with the predefined app manifest on the local `/-/build/manifest.json` route. And so, to read...
@sfc-gh-jcarroll Thank you for the update! I will stay tuned for the following discussions on the feature from the cloud team. I think the problem with the current manifest on...