-
I don't know if this request is out of scope for daff, but a really nice feature for a "scientific diff" would be to enable floating point support, perhaps with an appropriate CLI switch or function c…
-
Notebooks are useful for quick insights, inline-documentation and exploration (because they maintain state between cells), but often poses challenges for productionization.
To productionize noteboo…
-
Looks like it works only with the first page in TIFF.
I wish there could be a page parameter for parseTIFF().
-
I think we need a what is on this topic
-
Is there a way in voila to have a data input field or an upload button to upload a data file (csv, json, ...)? Similarly, is there a way to provide a download of processed data (csv, json, ...)?
Vo…
-
**Title of the talk/workshop**
Creating Secure OTPs: Best Practices
**Abstract of the talk/workshop**
I will be presenting on "Creating Secure OTPs: Best Practices." Initially, I'll discuss the i…
-
I downloaded the 638655-record iNaturalist dataset and found 3 fields with full scientific names:
"scientificName" (here called 1)
"scientificName" (here called 2)
"species" (here called 3)
If I c…
-
Zuzana from EURAXESS:
_It is possible to switch from the Temporary protection visa to the Long-term residence permit for the purpose of scientific research, but the application must be personally s…
-
Outlining areas of the code base v1.0.0 that stand to be documented better.
**Documentation gaps:**
- Outline preprocessing steps in MestreNova to generate integral tables from raw spectra and for…
-
### Description
```python
import jax.numpy as jnp
jnp.set_printoptions(suppress=True)
print(jnp.full((3, 3), fill_value=109000000, dtype=jnp.float32))
```
outputs
```text
[[1.e+08 1.e+08 1…