-
In pystac 1.0, calling str on the value of an enum like `RelType.ROOT` would return the value:
```python
In [1]: import pystac
In [2]: str(pystac.RelType.ROOT) # pystac 1.0.0
Out[2]: 'root'
…
-
BPO | [41198](https://bugs.python.org/issue41198)
--- | :---
Nosy | @malemburg, @tim-one, @rhettinger, @mdickinson, @stevendaprano
*Note: these values reflect the state of the issue at the time it wa…
-
```python
Python 3.6.9 (default, Jul 17 2020, 12:50:27)
[GCC 8.4.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from skyfield.units import Angle
>>> Angle…
-
Native automatic mixed precision support (`torch.cuda.amp`) is now in master:
https://pytorch.org/docs/master/amp.html
https://pytorch.org/docs/master/notes/amp_examples.html
Not sure if you ever…
-
Some issues with type annotations that were brought up by @Bvb93 at https://github.com/numpy/numpy/pull/18585
- [x] For `asarray`, it isn't clear how to define `NestedSequence` (`typing` annotation…
-
BPO | [10042](https://bugs.python.org/issue10042)
--- | :---
Nosy | @rhettinger, @ncoghlan, @merwok, @regebro, @ethanfurman, @jimjjewett
Files | [test_total_ordering.py](https://bugs.python.org/file19…
-
```
+ /usr/bin/python3 -m pytest -v
========================================================================================= test session starts ====================================================…
-
Many type constraints in both stdlib and external functions are not of the form "`x` is an instance of type `T` (or a subtype thereof)", but of the form "`x` is something that can be converted to type…
-
Story in https://github.com/datalad/datalad-gooey/issues/78#issue-1373975489
TL;DR: The use of `find --copies 0` in `get_content_info()` may lead to runtimes for path-constrained queries that are i…
-
Right now, `pint-xarray` will call `pint.get_application_registry()` once and assign a name to the result. This requires the import of libraries modifying the application registry before libraries tha…