Skip to content

release/v4.6.0: updating version numbers#2891

Merged
serban-nicusor-toptal merged 1 commit intodevelopfrom
release/v4.6.0
Apr 20, 2023
Merged

release/v4.6.0: updating version numbers#2891
serban-nicusor-toptal merged 1 commit intodevelopfrom
release/v4.6.0

Conversation

@serban-nicusor-toptal
Copy link
Copy Markdown
Contributor

Summary

Merge release versions 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

@serban-nicusor-toptal serban-nicusor-toptal merged commit 9082492 into develop Apr 20, 2023
serban-nicusor-toptal added a commit that referenced this pull request Jun 20, 2023
* 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
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