-
-
- For people using OpenDP, SmartNoise, etc. what is the proper citation format, e.g. for academic papers
-
-
There is an issue with the DPS5005s (at least the three I tested so far) resulting in output voltage drops at high currents. If outputting 6V (according to UI settings and UI feedback) and drawing 1.2…
-
Tweaking some example code from the tests:
```
lf = pl.LazyFrame(
{"A": [1, 2, 3, 4], "B": ["x", "x", "y", None]},
schema={"A": pl.Int32, "B": pl.String},
)
context…
-
- #1669 fixes nightly
but both of us think it is a bit hacky.
Chuck needs to invest some time just to understand how it's working, and how it could work, but that shouldn't hold up something tha…
-
From a fresh directory, ran `cargo init`, and updated `Cargo.toml`:
```
$ cat Cargo.toml
[package]
name = "docs"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at ht…
-
I was wondering if you still have time to maintain this project.
There seems to be several forks (@art103, @kohrar ,..) which are moving it forward by it's own way.
Maybe it would be better to uni…
-
- Depends on #337
----
Port samples covariance notebook: https://github.com/opendp/smartnoise-samples/blob/master/analysis/covariance.ipynb
-
Hello guys. I would like to ask your opinion about SCPI support for opendps.
SCPI (Standard Commands for Programmable Instruments) is industrial standard for controlling of measuring equipment and…