moose
moose copied to clipboard
Secure distributed dataflow framework for encrypted machine learning and data processing
Bumps [black](https://github.com/psf/black) from 22.10.0 to 24.3.0. Release notes Sourced from black's releases. 24.3.0 Highlights This release is a milestone: it fixes Black's first CVE security vulnerability. If you run Black...
> Race Condition Enabling Link Following and Time-of-check Time-of-use (TOCTOU) | Details | | | ------------------- | ---------------------------------------------- | | Package | `remove_dir_all` | | Version | `0.5.3` | |...
using the newest patch of tokio ensures we never fall into the issue of https://github.com/advisories/GHSA-7rrj-xr53-82p7 note we weren't using the vulnerable code to begin with, this is just a precaution
> reject_remote_clients Configuration corruption | Details | | | ------------------- | ---------------------------------------------- | | Package | `tokio` | | Version | `1.21.2` | | URL | [https://github.com/tokio-rs/tokio/security/advisories/GHSA-7rrj-xr53-82p7](https://github.com/tokio-rs/tokio/security/advisories/GHSA-7rrj-xr53-82p7) | | Date...
Fix some typos in `tutorials/scientific-computing-multiple-players.ipynb`
This PR adds notes on Moose and implementing protocols in Moose that may be useful to future contributors. It is not complete/finished, just a first step. Note, there is some...
Under what name? `pymoose` is taken, so is `moose`
> ansi_term is Unmaintained | Details | | | ------------------- | ---------------------------------------------- | | Status | unmaintained | | Package | `ansi_term` | | Version | `0.12.1` | | URL...
@jvmncs suggests using scripts: - https://maturin.rs/project_layout.html#data - https://peps.python.org/pep-0621/#entry-points
Functions written with the eDSL should be callable from within other computations, regardless of whether they've been wrapped with the `pm.computation` decorator. For example, ```python @pm.computation def plus1(x: pm.Argument(alice, dtype=pm.float64):...