Stanislav Schmidt
Stanislav Schmidt
Starting with `setuptools==60.0.0` there's a `DeprecationWarning` for distutils version classes: https://github.com/pypa/setuptools/commit/1701579e0827317d8888c2254a17b5786b6b5246 This leads to a warning in seaborn: ```bash $ pip install -U 'setuptools>=60' seaborn $ python -We -c 'import...
# The Problem Starting `python3.8` adding `#nosec` after a multi-line string has no effect. This was not the case in python 3.6 (and I think also 3.7) # How to...
Hi! The `allensdk` [uses the `v2/section_image_download` endpoint](https://allensdk.readthedocs.io/en/latest/_modules/allensdk/api/api.html#Api.set_api_urls) for downloading section images. This endpoint is also mentioned in the [docs for the mouse connectivity API](http://help.brain-map.org/display/mouseconnectivity/API). However, the [general image download docs](http://help.brain-map.org/display/api/Downloading+an+Image)...
## Bug report ScanAPI includes a `__main__.py` file suggesting that it can be run as a module via `python -m scanapi`, but it doesn't seem to work properly: ``` $...
Hi, I'm wondering if configuration of additional devpi indexes for package inspection can be supported. Maybe there's already a way to configure this, but I couldn't find anything related in...
Hello and thanks for this nice project. Unfortunately the [last released package on PyPI](https://pypi.org/project/deepwalk) is from April 2018 (`deepwalk==1.0.3`) which is more than 3 years ago. Also unfortunately it breaks...
The accuracy metrics should be called "acc" and "val_acc" instead of "accuracy" and "val_accuracy".
The following code snippet sends a particular RMA query, for which the number of results returned by the server is always consistently smaller than the total number of results reported...
Fixes #98 See the linked issue for the description of the problem. New behaviour: don't error out if not all RMA results are sent by the server, just print an...
Here's the output I once got: ```shell $ atldld dataset download 75492803 out Dataset ID : 75492803 Downsample reference : 25 Downsample image : 0 Include expression : False Output...