science
Here are 1,563 public repositories matching this topic...
-
Updated
Aug 11, 2020
-
Updated
Aug 4, 2020 - Jupyter Notebook
PR #11510 introduced some method to fixing the problems that the dsolve faced to solve systems of ODEs. But, it has already been solved by the solvers added in the past few months.
We want to remove the PR but there are some test cases added in the PR that can be used to check the current functionality added. We want test cases added in `te
A mindmap summarising Machine Learning concepts, from Data Analysis to Deep Learning.
-
Updated
May 30, 2020
Papers about deep learning ordered by task, date. Current state-of-the-art papers are labelled.
-
Updated
Dec 21, 2019
astropy/astropy#9468 highlighted that there are code snippets in docstrings that are not actually picked up during doctesting. I strongly feel that shouldn't be the case, we should skip any such testing in very rare occasions.
I tag this as a coordinates issue, but they may be other sub packages affected by the same problem.
-
Updated
Aug 19, 2020 - JavaScript
I am suggesting adding up another feature which will be either a standalone or a part of an advanced search. I suggest adding up a tool which will permit to select a given area. A user can predefine searchable objects by their type (like dwarfs, blue giants and the like) and magnitude (all objects of the apparent/absolute magnitude, for example, 13). When search is done, the search box would list
DeepVariant is an analysis pipeline that uses a deep neural network to call genetic variants from next-generation DNA sequencing data.
-
Updated
Jul 24, 2020 - Python
Version of Singularity:
3.0.3
Expected behavior
Some progress or update information during the creation of the SIF file.
Actual behavior
During "Creating SIF file..." step, the console does not produce any visible output for the user - but does create the resulting file eventually.
Steps to reproduce behavior
I was executing a few “larger” builds through the bui
Don't bunde the data
A list of computer-science readings I recommend
-
Updated
Jan 17, 2020
Open-source software for volunteer computing and grid computing.
-
Updated
Aug 19, 2020 - PHP
Repository for the CWL standards. Use https://cwl.discourse.group/ for support
-
Updated
Jul 3, 2020 - Python
Renders papers from arXiv as responsive web pages so you don't have to squint at a PDF.
-
Updated
Aug 19, 2020 - Python
Performance Software for Cyclists, Runners and Triathletes
-
Updated
Aug 18, 2020 - C++
I'll show a brief program below. The program demonstrates unclear/consistent behavior of the size, width and height arguments when creating a new Rect. Using the argparse module, the user can easily create a rectangle using the size argument. When the program isn't given any argument, the width and height argument of Rect() are used and then the the proper size is used for the rectangle, if the
A rust drawing library for high quality data plotting for both WASM and native, statically and realtimely
-
Updated
Aug 15, 2020 - Rust
Data intensive science for everyone.
-
Updated
Aug 19, 2020 - Python
I've noticed whilst using the Parser function with .dlseed file type that the error 'First byte of data must be in [0-9<]' occurs when an incorrect directory name is entered. This can make it hard to identify whether your file type is corrupt, or that you've entered a wrong directory name
I'd like to make the developers aware, so they can include an error line that identifies an incorrect direc
We either do this all ourselves or do some reordering somewhere, I forget. But we should use the LaTeXML option now! brucemiller/LaTeXML#1044
PYBOSSA is the ultimate crowdsourcing framework (aka microtasking) to analyze or enrich data that can't be processed by machines alone.
-
Updated
Aug 4, 2020 - Python
Improve this page
Add a description, image, and links to the science topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the science topic, visit your repo's landing page and select "manage topics."


I just noticed the
Randomstdlib has anUnsafeViewtype for filling arrays. With the new layout optimizations, this should no longer be necessary. We should try using the normal SubArray type for this. If it's still too slow/complex, then at least the type can be made safe by holding the underlying array directly instead of aPtr.