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

release[docs]: add release notes for v0.4.1 ("Tokara Habu") #4310

Merged
merged 24 commits into from
Feb 28, 2025

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-->

@charles-cooper charles-cooper changed the title docs: v0.4.1b1 chore[docs]: v0.4.1 Jan 20, 2025
Copy link

codecov bot commented Jan 20, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.07%. Comparing base (b117756) to head (aa87ee1).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #4310   +/-   ##
=======================================
  Coverage   92.07%   92.07%           
=======================================
  Files         120      120           
  Lines       17343    17343           
  Branches     2937     2937           
=======================================
  Hits        15968    15968           
  Misses        957      957           
  Partials      418      418           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@charles-cooper charles-cooper changed the title chore[docs]: v0.4.1 release[docs]: docs for v0.4.1 ("Tokara Habu") Feb 24, 2025
@charles-cooper charles-cooper marked this pull request as ready for review February 24, 2025 12:46
@charles-cooper charles-cooper changed the title release[docs]: docs for v0.4.1 ("Tokara Habu") release[docs]: add release notes for v0.4.1 ("Tokara Habu") Feb 24, 2025
* fix[ux]: fix false positive for overflow in type checker (`#4385 <https://github.com/vyperlang/vyper/pull/4385>`_)
* fix[ux]: add missing filename to syntax exceptions (`#4343 <https://github.com/vyperlang/vyper/pull/4343>`_)
* fix[lang]: disallow absolute relative imports (`#4268 <https://github.com/vyperlang/vyper/pull/4268>`_)
* fix[stdlib]: fix ``IERC4626`` signatures (`#4425 <https://github.com/vyperlang/vyper/pull/4425>`_)
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
* fix[stdlib]: fix ``IERC4626`` signatures (`#4425 <https://github.com/vyperlang/vyper/pull/4425>`_)
* fix[stdlib]!: fix ``IERC4626`` signatures (`#4425 <https://github.com/vyperlang/vyper/pull/4425>`_)

Copy link
Collaborator

Choose a reason for hiding this comment

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

I mentioned here that this is missing fwiw #4425 (comment)

Copy link
Member Author

Choose a reason for hiding this comment

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

yea, it's missing the ! in the commit log. i guess it's not a huge deal to differ a bit from the commit log

Copy link
Member Author

Choose a reason for hiding this comment

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

charles-cooper and others added 3 commits February 24, 2025 16:42
Co-authored-by: sudo rm -rf --no-preserve-root / <pcaversaccio@users.noreply.github.com>
Co-authored-by: sudo rm -rf --no-preserve-root / <pcaversaccio@users.noreply.github.com>
Copy link
Collaborator

@pcaversaccio pcaversaccio left a comment

Choose a reason for hiding this comment

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

LGTM now

==========================================
██╗░░░██╗██╗░░░██╗██████╗░███████╗██████╗░
██║░░░██║╚██╗░██╔╝██╔══██╗██╔════╝██╔══██╗
╚██╗░██╔╝░╚████╔╝░██████╔╝█████╗░░██████╔╝
░╚████╔╝░░░╚██╔╝░░██╔═══╝░██╔══╝░░██╔══██╗
░░╚██╔╝░░░░░██║░░░██║░░░░░███████╗██║░░██║
░░░╚═╝░░░░░░╚═╝░░░╚═╝░░░░░╚══════╝╚═╝░░╚═╝
==========================================

* fix[codegen]: fix ``abi_encode`` buffer size in external calls (`#4202 <https://github.com/vyperlang/vyper/pull/4202>`_)
* fix[lang]: fix ``==`` and ``!=`` bytesM folding (`#4254 <https://github.com/vyperlang/vyper/pull/4254>`_)
* fix[lang]: fix ``.vyi`` function body check (`#4177 <https://github.com/vyperlang/vyper/pull/4177>`_)
* fix[venom]: invalid jump error (`#4214 <https://github.com/vyperlang/vyper/pull/4214>`_)
Copy link
Collaborator

Choose a reason for hiding this comment

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

other venom fixes are in the venom section

* fix[ux]: fix validation for ``abi_encode()`` ``method_id`` kwarg (`#4369 <https://github.com/vyperlang/vyper/pull/4369>`_)
* fix[ux]: fix false positive for overflow in type checker (`#4385 <https://github.com/vyperlang/vyper/pull/4385>`_)
* fix[ux]: add missing filename to syntax exceptions (`#4343 <https://github.com/vyperlang/vyper/pull/4343>`_)
* fix[lang]: disallow absolute relative imports (`#4268 <https://github.com/vyperlang/vyper/pull/4268>`_)
Copy link
Collaborator

Choose a reason for hiding this comment

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

maybe mention this in breaking? like this design was originally intended. i think that even snekmate used this pattern?

Copy link
Collaborator

Choose a reason for hiding this comment

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

i think that even snekmate used this pattern?

correct: fixed here pcaversaccio/snekmate@396c880#diff-dbed5d29c7e1efc38bb3ee7dd46526b7ab6731a17dffe12c00cf5494a7c36ff6

another breaking one for snekmate was the removal of return statement in .vyi interfaces: pcaversaccio/snekmate#261

Copy link
Member Author

Choose a reason for hiding this comment

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

* fix[venom]: invalid jump error (`#4214 <https://github.com/vyperlang/vyper/pull/4214>`_)
* fix[lang]: fix precedence in floordiv hint (`#4203 <https://github.com/vyperlang/vyper/pull/4203>`_)
* fix[lang]: define rounding mode for sqrt (`#4486 <https://github.com/vyperlang/vyper/pull/4486>`_)
* fix[codegen]: disable augassign with overlap (`#4487 <https://github.com/vyperlang/vyper/pull/4487>`_)
Copy link
Collaborator

Choose a reason for hiding this comment

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

also breaking

@charles-cooper charles-cooper merged commit 8fe732d into vyperlang:master Feb 28, 2025
161 checks passed
@charles-cooper charles-cooper deleted the docs/v0.4.1b1 branch February 28, 2025 08:53
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