Skip to content

Commit 78fc4c1

Browse files
committed
updated README and pyproject descriptions
1 parent 72c8a36 commit 78fc4c1

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1-
![pyest_logo](./docs/image/pyest_logo.png)
1+
![pyest_logo](https://github.com/scope-lab/pyest/blob/main/docs/image/pyest_logo.png?raw=true)
22

33
# PyEst: Adaptive Gaussian Mixture State Estimation
44

55
[![Python application](https://github.com/scope-lab/pyest/actions/workflows/pythonapp.yml/badge.svg)](https://github.com/scope-lab/pyest/actions/workflows/pythonapp.yml)
66

7+
> **Not pytest**: PyEst is a Python library for **adaptive Gaussian mixture state estimation**.
8+
> For the Python test framework, see [pytest](https://pytest.org).
9+
710
## Basic Usage
811

912
Import the `gm` module of PyEst as well as numpy and matplotlib

pyproject.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,16 @@ dependencies = [
2323
]
2424
readme = "README.md"
2525
requires-python = ">=3.9"
26+
keywords = [
27+
"state estimation",
28+
"uncertainty propagation",
29+
"Gaussian mixture",
30+
"nonlinear estimation",
31+
"Bayesian filtering",
32+
"negative information",
33+
"Gaussian splitting",
34+
"target tracking",
35+
]
2636
license = "MIT"
2737
license-files = ["LICEN[CS]E*"]
2838

0 commit comments

Comments
 (0)