-
### System information
- **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)**: Ubuntu 18.04
- **Modin version**: 0.8.0
- **Python version**: 3.8.2
### Describe the problem
Curr…
-
hi, everyone,
when i tried to use a customed stylesheet for **chinese**,i set embeddedFonts as **simsun.ttc**, and run the comman `make pdf`,i got this **problem**:
```
[WARNING] languages.py:41…
-
Sometimes we need to transform tuples, a frequent example is image augmentations where one must transform images and their meta information (such as bounding boxes and such). I guess, for historical r…
-
I have a big project in mind that I call `rrule2`. The idea is to be much more pythonic, and to iterate over the recurrences using `itertools.product` of `byyear, bymonth....`.
So the idea is as fol…
-
I get the following problem when trying to load a .ptir file in the command line version of Orange Spectroscopy.
file
The [file: single beam 100IR 10Green fast.ptir.zip](https://github.com/Quasa…
-
Could someone help me with this error that is giving?
**Dependency version:**
**TensorFlow: 1.13.1;**
**Keras: 2.1.6;**
````
WARNING:tensorflow:From /usr/local/lib/python3.6/dist-packages/ten…
-
```
Building on the type/branch-recording code added in r778, we should
make CALL_FUNCTION and co record which functions they're actually
calling. I see two uses for this data:
a) In the case where…
-
The major barrier to efficient parallelization of blocking is the inter process communication of the records. Similarly, much of the potential benefit of parallelization of scoring is lost because of …
-
Skimming the code for `KafkaClient` and `BrokerConnection`, it looks like there's some cleanup possible:
1) I don't see why KafkaClient needs a `check_version()`... why not just completely delegate…
-
### Proposed new feature or change:
I would like to be able to generate all permutations of an array; e.g.
```
>>> np.permutations([0, 1, 2])
array([[0, 1, 2],
[0, 2, 1],
[1, 0…