Skip to content

Commit 69442d9

Browse files
committed
fix(name): Rename to Numerics
1 parent 03dd760 commit 69442d9

File tree

2 files changed

+13
-9
lines changed

2 files changed

+13
-9
lines changed

.zenodo.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
{
2-
"description": "Parameterization proprietary Geode-solutions OpenGeode module",
3-
"title": "Geode-Parameterization",
4-
"creators": [{"name": "Geode-solutions"}]
5-
}
2+
"description": "Numerics proprietary Geode-solutions OpenGeode module",
3+
"title": "Geode-Numerics",
4+
"creators": [
5+
{
6+
"name": "Geode-solutions"
7+
}
8+
]
9+
}

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
<h1 align="center">Geode-Parameterization<sup><i>by Geode-solutions</i></sup></h1>
2-
<h3 align="center">Parameterization proprietary Geode-solutions OpenGeode module</h3>
1+
<h1 align="center">Geode-Numerics<sup><i>by Geode-solutions</i></sup></h1>
2+
<h3 align="center">Numerics proprietary Geode-solutions OpenGeode module</h3>
33

44
<p align="center">
55
<img src="https://img.shields.io/static/v1?label=Windows&logo=windows&logoColor=white&message=support&color=success" alt="Windows support">
66
<img src="https://img.shields.io/static/v1?label=Ubuntu&logo=Ubuntu&logoColor=white&message=support&color=success" alt="Ubuntu support">
77
<img src="https://img.shields.io/static/v1?label=Red%20Hat&logo=Red-Hat&logoColor=white&message=support&color=success" alt="Red Hat support">
8-
<img src="https://img.shields.io/pypi/v/geode-parameterization" alt="PyPI" >
8+
<img src="https://img.shields.io/pypi/v/geode-numerics" alt="PyPI" >
99
</p>
1010

1111
<p align="center">
@@ -21,7 +21,7 @@
2121

2222
## Introduction
2323

24-
Geode-Parameterization is an [OpenGeode](https://github.com/Geode-solutions/OpenGeode) module providing parameterization algorithms.
24+
Geode-Numerics is an [OpenGeode](https://github.com/Geode-solutions/OpenGeode) module providing various algorithms based on numerical solvers.
2525
This is a proprietary module from [Geode-solutions](https://geode-solutions.com), you will need a license file to use it.
2626
Please contact us directly for more information by [slack](https://slackin-opengeode.herokuapp.com) or by [mail](mailto:contact@geode-solutions.com).
2727

@@ -30,7 +30,7 @@ Please contact us directly for more information by [slack](https://slackin-openg
3030
This repository provides Jupyter notebooks used as example usage of the module.
3131
For more general documentation on OpenGeode, check out our live documentation, visit [docs.geode-solutions.com](https://docs.geode-solutions.com).
3232

33-
Installing Geode-Conversion is done by using pip command ```pip install Geode-Parameterization``` and add ```import geode_parameterization``` in your Python script.
33+
Installing Geode-Conversion is done by using pip command ```pip install Geode-Numerics``` and add ```import geode_numerics``` in your Python script.
3434

3535
## Questions
3636

0 commit comments

Comments
 (0)