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

Changelog v1.1.0 #852

Merged
merged 6 commits into from
Oct 11, 2024
Merged

Changelog v1.1.0 #852

merged 6 commits into from
Oct 11, 2024

Conversation

purva-thakre
Copy link
Collaborator

Description

Provide a brief description of the PR's purpose here. If your PR is supposed to fix an existing issue, use
a keyword to link your PR to the issue.

Changes

Notable changes that this PR has either accomplished or will accomplish. Feel free to add more lines to the itemized list
below.

  • Change 1

Checklist

Before marking your PR ready for review, make sure you checked the following locally. If this is your first PR, you might be notified of some workflow failures after a maintainer has approved the workflow jobs to be run on your PR.

Additional information is available in the documentation.

  • Use ruff for errors related to code style and formatting.
  • Verify all previous and newly added unit tests pass in pytest.
  • Check the documentation build does not lead to any failures. Sphinx build can be checked locally for any failures related to your PR
  • Use linkcheck to check for broken links in the documentation
  • Use doctest to verify the examples in the function docstrings work as expected.

Copy link

codecov bot commented Oct 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.8%. Comparing base (58bf855) to head (32106a1).
Report is 16 commits behind head on master.

Additional details and impacted files
@@          Coverage Diff           @@
##           master    #852   +/-   ##
======================================
  Coverage    97.8%   97.8%           
======================================
  Files         168     168           
  Lines        3259    3263    +4     
  Branches      717     717           
======================================
+ Hits         3189    3193    +4     
  Misses         46      46           
  Partials       24      24           

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

CHANGELOG.md Outdated
Comment on lines 3 to 19
## 1.1.0

Many thanks to first-time contributor @Shivansh20128 and returning contributor @tnemoz for their participation in this
milestone.

### Highlights

- Tensor products now utilize fast exponentiation, @tnemoz in #809
- Documentation employs a different theme, search inside documentation is also fixes, @vprusso and @purva-thakre in #836

### New Features

-

### Merged Pull Requests

- full automated changelog here
Copy link
Collaborator Author

@purva-thakre purva-thakre Oct 11, 2024

Choose a reason for hiding this comment

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

@vprusso What do you think of using this format for the changelog and release notes?

Edit: FYI I reversed the changelog order in this diff.

Copy link
Owner

Choose a reason for hiding this comment

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

Looks great--I like that format!

@purva-thakre purva-thakre marked this pull request as ready for review October 11, 2024 13:57
@purva-thakre
Copy link
Collaborator Author

Remember to merge this PR after #853 and #842


### Merged Pull Requests

- full automated changelog here
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Add the full automated changelog in this subsection.

Copy link
Owner

@vprusso vprusso left a comment

Choose a reason for hiding this comment

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

LGTM!

Copy link
Owner

@vprusso vprusso left a comment

Choose a reason for hiding this comment

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

LGTM! Merging in.

@vprusso vprusso merged commit 557d325 into master Oct 11, 2024
18 checks passed
@vprusso vprusso deleted the changelog_v1_1_0 branch October 11, 2024 17:24
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.

2 participants