-
As igraph is now a non-optional dependency, would it be possible to remove a lot of the infrastructure involved in switching it on and off?
At present, we run a "no-igraph" CI job but it actually d…
-
For each case below, develop a jupyter notebook that calculates the diffraction pattern for a Gaussian XFEL pulse at 8 keV photon energy.
- [x] A wire ( 100 nm diameter) -> https://github.com/PaNOS…
-
Implement "hybrid" parser blending sequential information and MI, so the extend of blending could be made configurable, with "maximum sequential" mode producing "sequential parse" and "maximum MI" mod…
-
We must implement inverse power law distance simulations into the `SpatialPanner` object.
```python
class SpatialPanner(Effect):
"""Main page of the application."""
def __init__(self, …
-
**Is your feature request related to a problem? Please describe.**
I'd like to be able to insert to a nearest neighbor data structure.
**Describe the solution you'd like**
For the project I'm wor…
-
After the pom.xml's dependencies are flattened, it would be nice if the plugin allowed you to order the dependencies (to make it easier to read).
-
Dear @yinyunie ,
When running main.py file (after finishing all the above installations), i met an error about the ChamferDistance file.
I also run the chamfer_distance.py file alone but still met t…
-
A lot of the methods in this package are widely useful outside of image manipulation.
In ecology and geospatial fields there are uses for methods like `label_components` and `feature_distance` but…
-
I would like to use seconds, I can see how it is done from other posts but Vue tells me that 'date-fns/distance_in_words_to_now' dependency was not found and I cannot npm install it either, it just f…
-
## Marching cubes
Simple, but flawed by ambiguous cases and cannot reproduce sharp features. Also, no specification of how to handle LOD across regions of different detail. Naive implementations of…