Skip to content

5.14.0

Choose a tag to compare

@github-actions github-actions released this 25 Aug 10:07
· 7 commits to main since this release
fa89947

πŸ—οΈ Breaking changes

  • (standalone) Reference a precompiled library (#4900) (90359c31)

πŸš€ Features

  • (python) Represent Int32 and Float64 as plain Python int and float (#4856) (ca361ea3)

🐞 Bug Fixes

  • (all) Invalidate cached project options when inputs change (#4879) (aea3735b)
  • (all) Error on member reference from a source-less dll (#4894) (065a88d8)
  • (all) Match entity refs across the precompiled boundary (#4895) (96783631)
  • (all) Say why an inline member's body could not be found (#4901) (e5b0488e)
  • (beam) Escape quotes and backslashes in quoted atoms (#4866) (5d5231b3)
  • (beam) Compile [] cases to atoms instead of binaries (#4867) (366919a7)
  • (beam) Parse ISO-8601 numeric zone offsets and compare dates by instant (#4868) (bb3c86d7)
  • (python) Keep original F# field names in record reflection (#4852) (90c1798b)
  • (python) Stop shipping build artifacts and ship the PEP 561 marker (#4857) (03d40c97)
  • (python) Derive DateTime "O" format from the value, not the host timezone (#4869) (b3ec8b67)

⚑ Performance Improvements

  • (python) Back int64 arrays with typed storage (#4864) (78a5d479)
  • (python) Hash numbers without the safeHash detour (#4865) (32b42b2a)
  • (python) Elide int32 normalizations that cannot change their argument (#4859) (7e9cd96a)

View changes on Github