Skip to content

Commit f8633a6

Browse files
Updated GitHub links
1 parent bdde300 commit f8633a6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: mkdocs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ site_description: The documentation for the Optimistix software library.
3636
site_author: Patrick Kidger
3737
site_url: https://docs.kidger.site/optimistix
3838

39-
repo_url: https://github.com/google/optimistix
40-
repo_name: google/optimistix
39+
repo_url: https://github.com/patrick-kidger/optimistix
40+
repo_name: patrick-kidger/optimistix
4141
edit_uri: "" # No edit button, as some of our pages are in /docs and some in /examples via symlink, so it's impossible for them all to be accurate
4242

4343
strict: true # Don't allow warnings during the build process

Diff for: pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "optimistix"
3-
version = "0.0.3"
3+
version = "0.0.4"
44
description = "Nonlinear optimisation in JAX and Equinox."
55
readme = "README.md"
66
requires-python ="~=3.9"
@@ -32,7 +32,7 @@ classifiers = [
3232
"Topic :: Scientific/Engineering :: Information Analysis",
3333
"Topic :: Scientific/Engineering :: Mathematics",
3434
]
35-
urls = {repository = "https://github.com/google/optimistix" }
35+
urls = {repository = "https://github.com/patrick-kidger/optimistix" }
3636
dependencies = ["jax>=0.4.14", "jaxtyping>=0.2.20", "lineax>=0.0.2", "equinox>=0.11.0", "typing_extensions>=4.5.0"]
3737

3838
[build-system]

0 commit comments

Comments
 (0)