Skip to content

4.6.0

Compare
Choose a tag to compare
@MangelMaxime MangelMaxime released this 27 Nov 09:40
· 503 commits to main since this release

Added

All

  • Fix #3584: Unit type compiles to undeclared variable (by @ncave)

Python

  • Support DateTime(..., DateTimeKind.Utc).ToString("O") (by @MangelMaxime)

Rust

  • Added Guid.TryParse, Guid.ToByteArray (by @ncave)

Changed

All

  • Updated .NET metadata to 8.0.100 (by @ncave)

Fixed

Python

  • Fixed char to string type regression with binary operator (by @dbrattli)
  • Fix DateTime(..., DateTimeKind.Local).ToString("O") (by @MangelMaxime)
  • Fix calling value.ToString(CultureInfo.InvariantCulture) (by @MangelMaxime)
  • Fix #3605: Fix record equality comparison to works with optional fields (by @MangelMaxime and @dbrattli)
  • PR #3608: Rewrite time_span.py allowing for better precision by using a number representation intead of native timedelta. (by @MangelMaxime)