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

Merge Release/v4.7.0 into develop #2944

Merged
merged 10 commits into from
Sep 14, 2023
Merged

Conversation

serban-nicusor-toptal
Copy link
Contributor

Summary

Merge Release/v4.7.0 into develop

Tests

Side Effects

Release notes

Checklist

  • Math issue #(issue number)

  • Copyright holder: (fill in copyright holder information)

    The copyright holder is typically you or your assignee, such as a university or company. By submitting this pull request, the copyright holder is agreeing to the license the submitted work under the following licenses:
    - Code: BSD 3-clause (https://opensource.org/licenses/BSD-3-Clause)
    - Documentation: CC-BY 4.0 (https://creativecommons.org/licenses/by/4.0/)

  • the basic tests are passing

    • unit tests pass (to run, use: ./runTests.py test/unit)
    • header checks pass, (make test-headers)
    • dependencies checks pass, (make test-math-dependencies)
    • docs build, (make doxygen)
    • code passes the built in C++ standards checks (make cpplint)
  • the code is written in idiomatic C++ and changes are documented in the doxygen

  • the new changes are tested

Nicusor Serban and others added 10 commits April 20, 2023 18:53
* release/v4.6.1: updating version numbers
* creates a partials_propagator class to use instead of operands_and_partials for N-ary distributions

* remove _impl from partials_propogation name and have maker function be make_partials_propogation

* remove stan::math:: from edge calls

* [Jenkins] auto-formatting by clang-format version 10.0.0-4ubuntu1

* fix headers and add d() member to fvar

* [Jenkins] auto-formatting by clang-format version 10.0.0-4ubuntu1

* release/v4.6.0: updating version numbers (#2891)

* Add overloads for complex multiply, testing workflow

* Add comments, cpplint

* [Jenkins] auto-formatting by clang-format version 10.0.0-4ubuntu1

* Add additional overloads

* [Jenkins] auto-formatting by clang-format version 10.0.0-4ubuntu1

* Additional includes

* Additional includes

* Test revert 0verloads

* [Jenkins] auto-formatting by clang-format version 10.0.0-4ubuntu1

* release/v4.6.1: updating version numbers

* Release/v4.6.1 (#2894)

* release/v4.6.1: updating version numbers

* add partials function as a little helper

* [Jenkins] auto-formatting by clang-format version 10.0.0-4ubuntu1

* add partials_vec helper function

* [Jenkins] auto-formatting by clang-format version 10.0.0-4ubuntu1

* Add tuple-returning QR decomposition

* Use built-in concurrency feature in Github Actions

* Dummy change to force cancellation

* Also update header checks

* Fixup ops_partials_edge for fvar

* [Jenkins] auto-formatting by clang-format version 10.0.0-4ubuntu1

* Add necessary overloads for Tuple return types in expression tests

* [Jenkins] auto-formatting by clang-format version 10.0.0-4ubuntu1

* Ensure cleanup after Verify Changes stage (#2903)

* release/v4.6.2: updating version numbers
@serban-nicusor-toptal serban-nicusor-toptal merged commit 4cf25de into develop Sep 14, 2023
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