| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 5.17.1 source code.tar.gz | 2026-09-12 | 19.1 MB | |
| 5.17.1 source code.zip | 2026-09-12 | 19.9 MB | |
| README.md | 2026-09-12 | 2.0 kB | |
| Totals: 3 Items | 39.1 MB | 0 | |
🐞 Bug Fixes
- (js/ts) Keep the sign of negative decimals below 0.1 (91d80f18)
- (js/ts) Respect the precision when formatting decimals below 0.1 (1c02557e)
- (js/ts) Omit the decimal sign when the rounded result is zero (ef63087d)
- (python) Preserve record field names in structured formatting (#4952) (fbc162d6)
- (python) Support bytes() on generic and bool arrays (#4961) (94b59294)
- (python) Parse uint64 values above Int64.MaxValue (584d8ce4)
- (python) Report DateTimeKind.Utc for DateTime.UtcNow (4abf06ea)
- (python) Reflect an erased union as the type it erases to (0f564c74)
- (python) Implement Decimal.GetBits and the bits constructors (cf0c9305)
- (python) Round a float to .NET's precision when converting to decimal (4a441b19)
- (ts) Declare the type parameter of a flexible-type overload (6f1f1b8a)