cython
Here are 443 public repositories matching this topic...
While discussing ways to avoid cache sync on irc @ThomasWaldmann came up with a simple idea how to use current borg to measure how much transfers a simple chunk based "store cache into the repository" approach would take.
The basic idea is to see if using mostly existing code to store the chunk cache into the repository can produce good enough results to further investigate.
The basic idea i
AFAICT they are equivalent. Found a usage of PyObject_str here and it looks like the optimization isn't made in other places where we just do str(x).
I was happy to see that the usage of PyUnicode_Join was unnecessa
Prefer a new enough pip. Not sure if we want them to build the wheel/sdist... if the goal is to have latest, just install via a new enough pip straight from git. See #1616
I am using version 0.12.0 of pomegranate.
Following the example in the Bayesian Networks section of the documentation, I build the graphical model for the Monty Hall example exactly as written. However, when I run:
model.probability(['A', 'B', 'C'])
I get the following error:
TypeError: list indices must be integers or slices, not tuple
To Reproduce
from po
-
Updated
Mar 4, 2020 - C++
This does not seem to work for me. I copied the reproject example in the docs and I get:
TypeError Traceback (most recent call last)
in
32 dst_transform=dst_transform,
33 dst_crs=dst_crs,
---> 34 resampling=Resampling.nearest)
35
36 # Assert that the destination is only partly filled.
~\Anaconda3\lib\site-packages\rasterio\env.py in wrapper(*args, **kwds)
392 def wrapper(*args, **kwds
Please provide tesserocr Windows build guide, the the wheel files provided by simonflueckiger/tesserocr-windows_build/releases is one year outdated, I need build guide to create up-to-date wheels , Thanks !
At places like https://github.com/Toblerity/Fiona/blob/master/fiona/ogrext.pyx#L1166-L1168 we are testing for success or failure of OGR API functions but are not using messages that OGR has put on the error stack and which might be helpful to users. Let's change this in 1.9.
-
Updated
Mar 3, 2020 - Python
https://www.python.org/dev/peps/pep-0257/ lists some conventions how dostrings should be formatted. Most of the docstrings are compatible already, some are not.
Some are descriptive which violate the rule that a docstring should prescribe the function or method's effect as a command "Do this", "Return that", instead of "Returns the pathname ...".
There should be an indication of when the current position is a keyframe, and where/how far away the prior/next keyframes are. This would greatly improve the ability to select the best cut point when SmartCut is not enabled.
It would also be great to have keyboard shortcuts to seek to prior and next keyframe so you can see exactly where the cut will occur (without SmartCut). Although I see th
-
Updated
Mar 1, 2020 - Python
-
Updated
Feb 27, 2020 - Python
The idea is to update readme with the list of all installed plugins and the features that could be used for Python development
-
Updated
Mar 3, 2020 - Python
-
Updated
Feb 7, 2020 - C
integration guide
-
Updated
Feb 27, 2020 - C++
-
Updated
Mar 1, 2020 - Jupyter Notebook
-
Updated
Feb 29, 2020 - Python
-
Updated
Feb 25, 2020 - Python
-
Updated
Feb 28, 2020 - Python
-
Updated
Mar 3, 2020 - Python
-
Updated
Feb 11, 2020 - HTML
This could be done adding a new line in scikit-ci-yml.
The line could be
- twine check dist/*
Improve this page
Add a description, image, and links to the cython topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cython topic, visit your repo's landing page and select "manage topics."
I was going though the existing enhancement issues again and though it'd be nice to collect ideas for spaCy plugins and related projects. There are always people in the community who are looking for new things to build, so here's some inspiration✨ For existing plugins and projects, check out the spaCy universe.
If you have questions about the projects I suggested,