-
New commands added will be reflecting in docs API, but not in MAPDL Commands tab because this tab is manual.
-
With https://github.com/huggingface/tokenizers/pull/530 we made most of the components expose their attributes and allow their modification. We'd like to do the same for `PySequence` objects (both for…
n1t0 updated
2 months ago
-
The user-defined functions are inherited as expected , but overriden dunder methods like \_\_str\_\_() or \_\_mul\_\_() or \_\_rmul\_\()_are not.
Whereas \_\_le\_\_() , \_\_lt\_\_(), \_\_eq\_\_() w…
-
### Description of improvement
We should try adding a pre-commit hook such as [`autotyping`](https://github.com/JelleZijlstra/autotyping) that would automatically add type hints to the code.
###…
-
### Is your feature request related to a problem?
We enabled pylint in #590. Enable the remaining lints. Here are some top ones.
```
$ python -m pylint setup.py noxfile.py opensearchpy/ test_op…
-
just my opinion, but i think the categorizations of dunder methods could be improved slightly:
`__bool__` is more of a `typeconv` than a `representation`
`__dir__` is more of a `reflection` than a `re…
willp updated
8 years ago
-
ref: https://docs.cupy.dev/en/latest/reference/array_api.html
Potential improvements:
- [ ] Add an example for stream/device management
- [ ] Add code snippets to demo how to use the Array API
-…
-
### What is the expected enhancement?
#860 suggest supporting in-place operations on `SparseLabelOp` instances. That issue focuses on the addition of an `inplace` keyword argument to the public API w…
-
Currently the results object is a custom `UserList` which made complete sense when it was just a list of paths but now it has associated urls and errors and these are aren't supported e.g. `res = res1…
-
### Do you want to:
* ... drop Python 2 support (and make 3.7 the new minimum required version)?
* ... migrate to pyproject.toml? (see PEP621)
* ... add inplace type hints / annotations? (see PEP56…