-
This is a feature request to make it possible to construct `RootOf`s containing `RootOf`s like so:
``` python
from sympy import Poly, RootOf
from sympy.abc import x,y
aroot = RootOf(x**7 + x + 1, 0,…
-
BPO | [7132](https://bugs.python.org/issue7132)
--- | :---
Nosy | @ezio-melotti, @davidchambers
*Note: these values reflect the state of the issue at the time it was migrated and might not reflect th…
-
Currently, in order to subset a cohort based on visit type (ER, inpatient, etc) we need to create different 'visit' cohorts and use cohortSubset operators on it. The problem is that making visit coho…
-
The intricate tapestry of music composition, a complex interplay of artistic expression and technical expertise, has long been considered an exclusive domain of human creativity. However, the rise of…
-
As per [Wiki documentation](https://github.com/SEMICeu/Core-Person-Vocabulary/wiki), this proposal is divided into **_I - submitter name and affiliation, portal; II - service or software product repre…
-
### Problem
1. Ken on server A created an issue to Lennon's repository on server B.
2. Mandy on server B is a contributor to Lennon's repository.
3. Oprah on server C is also a contributor to Lenon…
-
## Summary
Cleans up potentially dangerous inconsistencies in `Coins` and `DecCoins` by establishing a multiset model for semantics and a normalization policy.
## Problem Definition
`Coin…
-
Now that we have found some problems related to circular dependencies in Tiger (see #403) related to having both shoreline clipped and non-clipped geometries, and althought it's almost solved, I would…
-
We've been growing our test data set to about 2.5k rules in the policy set, which is making calls to the enforcer quite slow. Is there something that can be done to speed things up, or did I just pick…
-
Is there documentation or a paper available that explains the parameters involved in creating a HyperGridTransform object?
```python
class HyperGridTransform:
def __init__(self, num_bins=4…