Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
recursivenodes
: Recursive, parameter-free, explicitly defined interpolation nodes for simplicesThis package includes one module level function, recursive_nodes()
, which returns
nodes for polynomial interpolation on the simplex in arbitrary dimensions.
The nodes have a few nice properties: they are explicitly constructed and fully symmetric, and their traces on edges are Lobatto-Gauss-Legendre nodes (or any other node set you wish to use). Among explicitly constructed nodes, they appear to have the best interpolation properties. You can find more details in the documentation, and even more in the preprint.
@misc{isaac2020recursive,
title={Recursive, parameter-free, explicitly defined interpolation nodes for simplices},
author={Tobin Isaac},
year={2020},
eprint={2002.09421},
archivePrefix={arXiv},
primaryClass={math.NA}
}
numpy
is needed for recursive_nodes()
.lebesgue
submodules requires scipy
.coverage
, pytest
and matplotlib
.sphinx
, sphinxcontrib-bibtex
, and sphinxcontrib-tikz
.FAQs
Recursively defined interpolation nodes for the simplex
We found that recursivenodes demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.