cdf
Here are 46 public repositories matching this topic...
Move Screwdriver.cd from proposal to incubating folder
We should probably put the Zenodo badge in README (and probably in the top-level docs; really we need to update the how-to-cite.) This should be pretty quick, clicking on the DOI badge on Zenodo gives the HOWTO. Our general (all-versions) DOI is 10.5281/zenodo.3252523
Is your feature request related to a problem? Please describe.
Currently, pysat can be used as a dependency for other packages. However, building unit tests on these higher-level packages may rely on existing pysat unit tests or test instruments. This test files are not currently in the pip version of pysat, which has resulted in errors when relying on pip for external CI testing (eg, see
- A guide on the task contract from an author perspective
- What env cars get exposed, what paths can be expected, etc.
- Best practices on development loops and debugging
Should be in tektoncd/pipeline
/kind documentation
Library for performing multiphase simulations (based on the Shan-Chen model) in complicated geometries (i.e. porous media 3D images)
-
Updated
Jan 28, 2020 - MATLAB
The Continuous Delivery Foundation (CD.Foundation) Charter
-
Updated
Dec 11, 2019
C++ version of Ted Dunning's merging t-digest
-
Updated
Dec 27, 2019 - C++
It almost seems as if we need a "bold" version of this that can withstand being shrunk to favicon sizes. Am I the only one that feels that it's hard to see this well?
Perhaps this is where using the black logo makes more sense, but I do enjoy color favicons.
We need a CONTRIBUTING.md file to describe the license for repository content.
This will be a collaborative effort between @goneall, @tsteenbe, @CASTResearchLabs and @kaywilliams.
Thomas will provide boilerplate contributing.md file
Philippe-Emmanuel will provide information on how to edit content model content (JSON files) and rebuild model, documentation, and visuals.
Kay will work
-
Updated
Oct 24, 2019 - Python
CDF Special Interest Group on Security - secure access, policy control, privacy, auditing, explainability and more!
-
Updated
Jan 28, 2020
Some methods to sampling data points from a given distribution.
-
Updated
Jan 7, 2020 - Python
Build fails sometimes even when relevant code is unchanged. Can be adhoc fixed by wiping build environment and then rebuilding. https://readthedocs.com/projects/cognite-cognite-replicator/builds/
Simple extension to Distributions.jl to incorporate interpolated PDFs
-
Updated
Oct 22, 2019 - Julia
Multivariate quantile function from discrete approximation of continuous probability distribution function
-
Updated
Oct 23, 2018 - R
Statistics library for Dart
-
Updated
Oct 30, 2019 - Dart
A data structure for accurate on-line accumulation of rank-based statistics.
-
Updated
Jan 3, 2020 - Python
Improve this page
Add a description, image, and links to the cdf topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cdf topic, visit your repo's landing page and select "manage topics."


It could be nice to augment the
Steptype with a timeout duration, after which time the step fails with some unique status/message.To support this we could pass the timeout value to the entrypoint binary, which would start a timer when step execution starts, and stop executing and raise a timeout error if execution doesn't finish in time.
If this is interesting to people it should be a pr