science
Here are 1,966 public repositories matching this topic...
-
Updated
Oct 11, 2021
-
Updated
Oct 11, 2021 - Jupyter Notebook
See this issue sympy/sympy#11044 . That issue was fixed in PR sympy/sympy#11566. Though no test case was added for the lambdify.
What needs to be done?
Add test case that this works just fine:
>>> from sympy import MatrixSymbol, lambdify
>>> x = MatrixSymbol('x', 3, 1)
>>> f = lambdify(x, x.T*x)Test case needs to
-
Updated
May 30, 2020
-
Updated
Dec 21, 2019
astropy.cosmology has WMAP 5, 7, and 9, but not 3.
The realizations are defined in https://github.com/astropy/astropy/blob/main/astropy/cosmology/parameters.py
Information for WMAP 3's parameters is in http://adsabs.harvard.edu/abs/2003ApJS..148..175S
star trails
Description
This little branch adds an interesting "wow" effect by not blanking frames. You can configure a key
-
Updated
Oct 11, 2021 - JavaScript
-
Updated
Oct 11, 2021 - 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
-
Updated
Sep 20, 2021
-
Updated
Oct 11, 2021 - Python
What is the feature ?
I'm trying out this library for the first time and there's some places where it would be delightful to have shorthand functions:
- Shorthand functions for Pos:
Pos::top_right,Pos::bottom_right,Pos::bottom_centeretc.. - Short way to set colors for components. Currently, lots of boilerplate is required for e.g. white-on-black plotos
- a cool start would b
-
Updated
Oct 12, 2021 - PHP
Don't bunde the data
-
Updated
Oct 11, 2021 - Standard ML
-
Updated
Sep 19, 2021 - Common Workflow Language
Follow redirects
If you paste in a t.co link, or whatever, it should follow it.
-
Updated
Oct 12, 2021
instead of keeping the manually coded duplicate functionality in the AI class.
For example used here: Revolutionary-Games/Thrive#2536 (comment)
Should be pretty easy refactor to do.
-
Updated
Oct 11, 2021 - Python
-
Updated
Oct 12, 2021 - Python
We should add an option to be able to pass in an existing matplotlib Figure and list of Axes objects to PPSD.plot() as PPSD.plot(..., fig=None, axes=None) like we have for many other plotting routines. The purpose is to make it easier to make figures that have different PPSDs plotted in various subplots/axes. Compare [this post on discourse](https://discourse.obspy.org/t/plotting-ppsd-of-a
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."


It is nowhere in the v1.7 except for the CHANGELOG. Nor is it in the v1.8.
I think it should be both in the nthreads() section (both manual and Base) and in the note (manual) about starting Julia with more than one thread.
It does appear in the Command line options section of the manual.