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

docs: v0.3.10 release #3629

Merged
merged 3 commits into from
Oct 4, 2023
Merged

Conversation

charles-cooper
Copy link
Member

What I did

How I did it

How to verify it

Commit message

Commit message for the final, squashed PR. (Optional, but reviewers will appreciate it! Please see our commit message style guide for what we would ideally like to see in a commit message.)

Description for the changelog

Cute Animal Picture

Put a link to a cute animal picture inside the parenthesis-->

@codecov-commenter
Copy link

codecov-commenter commented Sep 28, 2023

Codecov Report

Merging #3629 (e70d799) into master (aecd911) will increase coverage by 0.08%.
Report is 5 commits behind head on master.
The diff coverage is n/a.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

@@            Coverage Diff             @@
##           master    #3629      +/-   ##
==========================================
+ Coverage   89.01%   89.10%   +0.08%     
==========================================
  Files          86       86              
  Lines       11460    11462       +2     
  Branches     2606     2606              
==========================================
+ Hits        10201    10213      +12     
+ Misses        836      830       -6     
+ Partials      423      419       -4     

see 5 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more


Date released: 2023-09-06
Date released: 2023-10-03
=========================

v0.3.10 is a performance focused release. It adds a ``codesize`` optimization mode (`#3493 <https://github.com/vyperlang/vyper/pull/3493>`_), adds new vyper-specific ``#pragma`` directives (`#3493 <https://github.com/vyperlang/vyper/pull/3493>`_), uses Cancun's ``MCOPY`` opcode for some compiler generated code (`#3483 <https://github.com/vyperlang/vyper/pull/3483>`_), and generates selector tables which now feature O(1) performance (`#3496 <https://github.com/vyperlang/vyper/pull/3496>`_).
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this true still?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

which -- that it's a performance focused release?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lots of bug fixes now

Copy link
Member Author

@charles-cooper charles-cooper Oct 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i'd say still performance focused. there are some bug fixes ofc but there are some in every release, that doesn't make this one not performance focused.

@charles-cooper
Copy link
Member Author

note: the fuzz failure in https://github.com/vyperlang/vyper/actions/runs/6394711626/job/17356745080?pr=3629 is not a compilation issue but it's an issue in test construction. the test suite fix is being worked on in #3633

@charles-cooper charles-cooper merged commit 9136169 into vyperlang:master Oct 4, 2023
83 checks passed
@charles-cooper charles-cooper deleted the docs/v0.3.10 branch October 4, 2023 13:16
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.

3 participants