cuthbert 0.0.1__tar.gz → 0.0.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -186,7 +186,7 @@
186
186
  same "printed page" as the copyright notice for easier
187
187
  identification within third-party archives.
188
188
 
189
- Copyright [yyyy] [name of copyright owner]
189
+ Copyright 2026 state-space-models org https://github.com/state-space-models
190
190
 
191
191
  Licensed under the Apache License, Version 2.0 (the "License");
192
192
  you may not use this file except in compliance with the License.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cuthbert
3
- Version: 0.0.1
3
+ Version: 0.0.2
4
4
  Summary: State-space model inference with JAX
5
5
  Author-email: Sam Duffield <s@mduffield.com>, Sahel Iqbal <sahel13miqbal@proton.me>, Adrien Corenflos <adrien.corenflos.stats@gmail.com>
6
6
  License: Apache-2.0
@@ -33,7 +33,7 @@ Dynamic: license-file
33
33
 
34
34
  <!--intro-start-->
35
35
  <div align="center">
36
- <img src="docs/assets/cuthbert.png" alt="logo"></img>
36
+ <img src="https://raw.githubusercontent.com/state-space-models/cuthbert/main/docs/assets/cuthbert.png" alt="cuthbert logo"></img>
37
37
  </div>
38
38
 
39
39
  A JAX library for state-space model inference
@@ -1,6 +1,6 @@
1
1
  <!--intro-start-->
2
2
  <div align="center">
3
- <img src="docs/assets/cuthbert.png" alt="logo"></img>
3
+ <img src="https://raw.githubusercontent.com/state-space-models/cuthbert/main/docs/assets/cuthbert.png" alt="cuthbert logo"></img>
4
4
  </div>
5
5
 
6
6
  A JAX library for state-space model inference
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cuthbert
3
- Version: 0.0.1
3
+ Version: 0.0.2
4
4
  Summary: State-space model inference with JAX
5
5
  Author-email: Sam Duffield <s@mduffield.com>, Sahel Iqbal <sahel13miqbal@proton.me>, Adrien Corenflos <adrien.corenflos.stats@gmail.com>
6
6
  License: Apache-2.0
@@ -33,7 +33,7 @@ Dynamic: license-file
33
33
 
34
34
  <!--intro-start-->
35
35
  <div align="center">
36
- <img src="docs/assets/cuthbert.png" alt="logo"></img>
36
+ <img src="https://raw.githubusercontent.com/state-space-models/cuthbert/main/docs/assets/cuthbert.png" alt="cuthbert logo"></img>
37
37
  </div>
38
38
 
39
39
  A JAX library for state-space model inference
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "cuthbert"
7
- version = "0.0.1"
7
+ version = "0.0.2"
8
8
  description = "State-space model inference with JAX"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.10"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes