Metadata-Version: 2.4
Name: morphomatics
Version: 4.1.2
Summary: Geometric morphometrics in non-Euclidean shape spaces
Home-page: https://morphomatics.github.io/
Author: Christoph von Tycowicz et al.
Author-email: vontycowicz@zib.de
License: MIT License
Keywords: Shape Analysis,Morphometrics,Geometric Statistics
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: jax>=0.4.25
Requires-Dist: jaxlib>=0.4.25
Requires-Dist: jraph
Requires-Dist: flax
Requires-Dist: optax
Provides-Extra: all
Requires-Dist: pymanopt>=2.0.1; extra == "all"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: summary

<div align="center">
<img src="https://github.com/morphomatics/morphomatics.github.io/blob/master/images/logo_cyan.png?raw=true" width="250" alt="Morphomatics"/>
</div>

# Morphomatics: Geometric morphometrics in non-Euclidean shape spaces

Morphomatics is an open-source Python library for (statistical) shape analysis developed within the [geometric data analysis and processing](https://www.zib.de/visual/geometric-data-analysis-and-processing) research group at Zuse Institute Berlin.
It contains prototype implementations of intrinsic manifold-based methods that are highly consistent and avoid the influence of unwanted effects such as bias due to arbitrary choices of coordinates.

Detailed information and tutorials can be found at https://morphomatics.github.io/

## Installation

Morphomatics can be installed directly from github using the following command:
```
pip install git+https://github.com/morphomatics/morphomatics.git#egg=morphomatics
```
For instructions on how to set up `jaxlib`, please refer to the [JAX install guide](https://github.com/google/jax#installation).

## Dependencies
* jax/jaxlib
* jraph
* flax
* optax

Optional
* pymanopt
* sksparse
