-
**Describe the bug**
When I specify a `FILTER_VALUE != 1` (i.e. `FILTER_VALUE=2`) while running `make_dataset.py` (using current version), the examples saved in `Output/train_data/train_npzs/noaug_sa…
-
### Is your feature request related to a specific problem?
Hey fellas! As you may already know, the use of `setup.cfg`, `setup.py`, `MANIFEST.in`, and `requirements.txt` files is quite [outdated](h…
-
Currently the `__version__` attribute is hard coded into [line_profiler/line_profiler.py](https://github.com/pyutils/line_profiler/blob/9eecc3d/line_profiler/line_profiler.py#L5) and must be manually …
-
***Note**: This issue was originally created as [ARROW-379](https://issues.apache.org/jira/browse/ARROW-379). Please see the [migration documentation](https://gist.github.com/toddfarmer/12aa88361532d2…
-
Unfortunately, given the way that building a project from `pyproject.toml` file works, it is very challenging to get versions working properly. We might want to utilize static versioning until further…
-
Specs are currently given as a list of strings, like
```json
["XDI", "HasBatteryChargeData"]
```
I propose to promote them to a list of objects with one required field (the name, as now) and s…
-
### svtplay-dl versions:
```
dennis@gentoo ~ $ svtplay-dl --version
svtplay-dl 0+unknown
dennis@gentoo ~ $
```
### Operating system and Python version:
```
Linux gentoo 5.19.17-gentoo…
-
## Current Behavior
Using this `environment.yml` file (renamed for GitHub's sake), with `PYTHONPATH` set to "somewhere else", I got a surprising message in the output of `conda env create` indicati…
-
### Checklist
- [X] I added a descriptive title
- [X] I searched open reports and couldn't find a duplicate
### What happened?
locking following environment.yml file fails
```yaml
channels: [de…
-
With distutils deprecated and slated for removal as early as Python 3.12, we should get away from versioneer and setup.py.
We should also try to be more consistent with documents like https://pack…