-
First, thanks for providing your algorithms as open source.
This is extremely helpful.
Second, are there any key algorithmic differences between this code base and
the R version (aside from the …
-
- Python 2.7.2
- Python 3.4 - json.loads raising an error - "ValueError: Expecting value: line 1 column 1 (char 0)"
-
and shebangs too
-
It is not pretty clear which python versions are supported right now.
As it is a new package I think you should support most moder python versions, Python >= 3.5, but it should be clariffied somewh…
-
Run tests for them with tox. Maybe use a backport for f-strings
-
### Issue description or question
I note that [in your docs](https://docs.sourcery.ai/Configuration/#setting-the-python-version-assumed-by-sourcery) you support a specification of a Python version …
-
Our CI runs only on Python3.6 now. We should add support for newer Python versions as well since we technically do support them (at least 3.7 and 3.8)
-
#### Description
Versions 10.2.3.X of the Khiops Python library depend on upstream binary Khiops package versions >= 10.2.3 and break compatibility with previous versions of the Khiops Python library…
-
How to reproduce: put the following code in tmp.py and run exocc on it.
```
from __future__ import annotations
from exo import proc, config
@config
class Test:
a: f32
@proc
def foo(x:…
-
Playing with the vscode setup to have debugger working, I was inspecting the container to looks why vscode can't find Django in it, and I've found that two different version of Python are installed on…
ygini updated
4 months ago