Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/v1.0.0 beta #29

Merged
merged 9 commits into from
Feb 24, 2023
Merged

Feat/v1.0.0 beta #29

merged 9 commits into from
Feb 24, 2023

Conversation

Alexangelj
Copy link
Contributor

@Alexangelj Alexangelj commented Feb 21, 2023

Description

Minor changes for 1.0.0-beta release.

Changelog

  • Adds an absolute error bound to the getX tests.
  • Removes hardcoded return value of zero in ierfc. The theoretical ierfc(1) returns zero, but the approximation does not. We should match the approximation exactly (gaussian.js).
  • Switches solidity<>yul implementations. Solidity version is the "production" version and yul is the "reference" version. The yul implementation can be used/improved/audited later. For now, getting a safe and working implementation of this library is a priority.
  • Updates natspec on the functions with error relative to JS implementation.

Todo

  • @clemlak fix rust differential tests run in the CI (check old ci runs for the error)

@Alexangelj Alexangelj marked this pull request as ready for review February 24, 2023 00:06
@Alexangelj Alexangelj merged commit 11818da into main Feb 24, 2023
@Alexangelj Alexangelj deleted the feat/v1.0.0-beta branch March 30, 2023 22:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant