-
Updated
Oct 31, 2020 - Python
cython
Here are 514 public repositories matching this topic...
The latest copy of the CPython grammar tests in test_grammar.py has several @skips and FIXMEs. Some of them seem easy to fix, e.g. some parser bugs or missing warnings that would be helpful, others are entire features. We should fix the easy ones and make sure there are tickets for the rest.
-
Updated
Nov 1, 2020 - Python
I tried saving and loading a state, but the resulting images differ. Mario shows a different animation frame. Might be related to #99
from pyboy.utils import WindowEvent
import pyboy as pyboy
import numpy as np
import io
# Load Super Mario Land and progress to start of game
boy = pyboy.PyBoy('SuperMarioLand1.gb')
boy.set_emulation_speed(0)
for i in range(100):
boy.tick()
-
Updated
Oct 21, 2020 - Jupyter Notebook
-
Updated
Oct 23, 2020 - C++
Jina has a whole bunch of examples on our examples repo. But we're always hungry for more. more. MORE!
If you've built something with Jina, we want to see it and help get it out there! Reply to this issue with a link to your repo and we'll get back to you asap.
Note: Be sure to include jina in your requirements.txt!
rasterio.warp.reproject takes a kwargs parameter, which is passed to the "transformation function". It is not by any means clear what this means. What transformation function? What are the allowed values for kwargs? Can this please be expanded on? Thanks.
-
Updated
Sep 13, 2020 - Python
An option like $ fio cat --bounds w s e n --bounds-crs <crs> --dst-crs <crs> would allow for filtering prior to reprojection, like $ ogr2ogr -spat w s e n -spat_srs <crs>.
See Toblerity/Fiona#210 for a discussion about standardizing bounding boxes as --bounds w s e n rather than --bbox w,s,e,n.
-
Updated
Sep 10, 2020 - Python
-
Updated
Sep 7, 2020 - Python
-
Updated
Apr 14, 2020 - Python
-
Updated
Jul 27, 2020 - Python
-
Updated
Oct 31, 2020 - Python
-
Updated
Jun 19, 2020 - Python
-
Updated
Oct 10, 2020 - Python
-
Updated
Sep 4, 2020 - Python
-
Updated
Aug 5, 2020 - Python
-
Updated
Feb 25, 2020 - C++
-
Updated
Oct 28, 2018 - C
-
Updated
Oct 30, 2020 - Python
-
Updated
Oct 1, 2020 - Python
-
Updated
Aug 6, 2020 - Jupyter Notebook
-
Updated
Oct 7, 2020 - Python
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 made a new release 1.1.15b1 for testing, see there:
https://github.com/borgbackup/borg/releases/tag/1.1.15b1
As you see, the borg code is pretty much the same as in 1.1.14, but especially the binary building got some updates. Thus, primarily the binaries should get some testing, to find issues before I make the final 1.1.15 release later this year.
As they were made on debian stretch wi