Skip to content

Commit

Permalink
Remove bound on NonlinearSolve.jl (#716)
Browse files Browse the repository at this point in the history
* Remove bound on NonlinearSolve.jl

* bump version

* Fix date

* Let's keep it in extras just in case
  • Loading branch information
mateuszbaran committed Mar 26, 2024
1 parent a48789c commit aba6310
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
8 changes: 7 additions & 1 deletion NEWS.md
Expand Up @@ -5,7 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.9.15] unreleased
## [0.9.16] – unreleased

### Changed

* `NonlinearSolve.jl` is no longer an upper bounded dependency (the bug was fixed).

## [0.9.15] – 2024-03-24

### Added

Expand Down
8 changes: 4 additions & 4 deletions Project.toml
@@ -1,7 +1,7 @@
name = "Manifolds"
uuid = "1cead3c2-87b3-11e9-0ccd-23c62b72b94e"
authors = ["Seth Axen <seth.axen@gmail.com>", "Mateusz Baran <mateuszbaran89@gmail.com>", "Ronny Bergmann <manopt@ronnybergmann.net>", "Antoine Levitt <antoine.levitt@gmail.com>"]
version = "0.9.15"
version = "0.9.16"

[deps]
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Expand All @@ -14,9 +14,8 @@ ManifoldDiff = "af67fdf4-a580-4b9f-bbec-742ef357defd"
ManifoldsBase = "3362f125-f0bb-47a3-aa74-596ffd7ef2fb"
Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a"
MatrixEquations = "99c1a7ee-ab34-5fd5-8076-27c950a045f4"
NonlinearSolve = "8913a72c-1f9b-4ce2-8d82-65094dcecaec"
Quaternions = "94ee1d12-ae83-5a48-8b1c-48b8ff168ae0"
PythonCall = "6099a3de-0909-46bc-b1f4-468b9a2dfc0d"
Quaternions = "94ee1d12-ae83-5a48-8b1c-48b8ff168ae0"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
Expand Down Expand Up @@ -56,7 +55,7 @@ ManifoldDiff = "0.3.7"
ManifoldsBase = "0.15.8"
Markdown = "1.6"
MatrixEquations = "2.2"
NonlinearSolve = "1 - 3.7.3"
NonlinearSolve = "1 - 3.7.3, 3.8.3"
OrdinaryDiffEq = "6.31"
Plots = "1"
PythonCall = "0.9 - 0.9.15"
Expand All @@ -82,6 +81,7 @@ Gtk = "4c0ca9eb-093a-5379-98c5-f87ac0bbbf44"
ImageIO = "82e4d734-157c-48bb-816b-45c225c6df19"
ImageMagick = "6218d12a-5da1-5696-b52f-db25d2ecc6d1"
NLsolve = "2774e3e8-f4cf-5e23-947b-6d7e65073b56"
NonlinearSolve = "8913a72c-1f9b-4ce2-8d82-65094dcecaec"
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
PythonPlot = "274fc56d-3b97-40fa-a1cd-1b4a50311bf9"
Expand Down

0 comments on commit aba6310

Please sign in to comment.