Skip to content

Commit

Permalink
BoundaryValueDiffEq v5 in docs (#675)
Browse files Browse the repository at this point in the history
* BoundaryValueDiffEq v5 in docs

* this can still be a part of 0.9.4
  • Loading branch information
mateuszbaran authored Nov 7, 2023
1 parent 0a71858 commit 848f618
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Functions `inv_diff`, `inv_diff!`, `adjoint_inv_diff` and `adjoint_inv_diff!` that correspond to differentials and pullbacks of group inversion.
- Julia 1.10-rc CI workflow.

### Changed

- Documentation project files are marked as compatible with `BoundaryValueDiffEq` v5.

### Fixed

- Fixed issue with incorrect implementation of `apply_diff_group` in `GroupOperationAction` with left backward and right forward action [#669](https://github.com/JuliaManifolds/Manifolds.jl/issues/669).
Expand Down
2 changes: 1 addition & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
BoundaryValueDiffEq = "4"
BoundaryValueDiffEq = "4, 5"
CondaPkg = "0.2"
DiffEqCallbacks = "2"
Distributions = "0.22.6, 0.23, 0.24, 0.25"
Expand Down
6 changes: 3 additions & 3 deletions tutorials/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"

[compat]
BoundaryValueDiffEq = "4"
BoundaryValueDiffEq = "4, 5"
CSV = "0.10"
DataFrames = "1"
Distributions = "0.22.6, 0.23, 0.24, 0.25"
IJulia = "1"
Manifolds = "0.8.81, 0.9.0"
ManifoldsBase = "0.14, 0.15.0"
Manifolds = "0.9.0"
ManifoldsBase = "0.15.0"
MultivariateStats = "0.10"
StaticArrays = "1"

2 comments on commit 848f618

@mateuszbaran
Copy link
Member Author

Choose a reason for hiding this comment

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

@JuliaRegistrator register

Release notes:

Added

  • Functions inv_diff, inv_diff!, adjoint_inv_diff and adjoint_inv_diff! that correspond to differentials and pullbacks of group inversion.
  • Julia 1.10-rc CI workflow.

Changed

  • Documentation project files are marked as compatible with BoundaryValueDiffEq v5.

Fixed

  • Fixed issue with incorrect implementation of apply_diff_group in GroupOperationAction with left backward and right forward action #669.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

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

Registration pull request created: JuliaRegistries/General/94916

Tagging

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.9.4 -m "<description of version>" 848f6180459af225de1b0be6bf1684a366dc9816
git push origin v0.9.4

Please sign in to comment.