Skip to content

Commit 039da5c

Browse files
committed
rename project to dds
1 parent be4c23f commit 039da5c

6 files changed

+13
-14
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
## [Unreleased]
1111

12+
### Changed
13+
14+
- project renamed to "`dds` - semantic data folders". The "SDF" acronym is already used in the context of geometry processing (Signed Distance Function), so I went for the french translation acronym: _Dossiers de Données Sémantiques_.
15+
1216
## [0.7.0] - 2024-07-12
1317

1418
### Added

CITATION.cff

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Visit https://bit.ly/cffinit to generate yours today!
33

44
cff-version: 1.2.0
5-
title: HexMeshWorkshop
5+
title: dds
66
message: >-
77
If you use this software, please cite it using the
88
metadata from this file.
@@ -13,7 +13,7 @@ authors:
1313
orcid: 'https://orcid.org/0000-0002-4519-2814'
1414
repository-code: >-
1515
https://github.com/LIHPC-Computational-Geometry/HexMeshWorkshop
16-
abstract: High-level interface for hex-meshing algorithms
16+
abstract: Semantic data folders
1717
keywords:
1818
- mesh-generation
1919
- mesh-processing

README.md

+5-10
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,15 @@
1-
<p align="center">
2-
<picture>
3-
<source media="(prefers-color-scheme: dark)" srcset="img/logo_white.png">
4-
<source media="(prefers-color-scheme: light)" srcset="img/logo_black.png">
5-
<img alt="HexMeshWorkshop logo" src="img/logo_black.png">
6-
</picture><br/>
1+
<div align="center">
2+
<h1>dds</h1><br/>
3+
<p>Semantic data folders</p><br/>
74
<a href="https://github.com/LIHPC-Computational-Geometry/HexMeshWorkshop/blob/main/CHANGELOG.md">🔄 Changelog</a> • <a href="https://github.com/LIHPC-Computational-Geometry/HexMeshWorkshop/wiki/User-documentation">📖 User documentation</a> • <a href="https://github.com/LIHPC-Computational-Geometry/HexMeshWorkshop/wiki/Developer-documentation">🧑‍💻 Developer documentation</a>
8-
</p>
9-
10-
High-level interface for hex-meshing algorithms.
5+
</div>
116

127
Instead of having:
138
- a local data folder in each code repo (and a total mess inside each of them),
149
- to remember the command line interface of each executable (please, don't learn them by heart),
1510
- to include other algorithms in your repo to compare them (adding dependencies and slipping towards enormous repos),
1611

17-
this project make it possible to keep each algorithm small and independant, and offering to the user an object-oriented API on data folders like:
12+
this project make it possible to keep each algorithm small and independent, and offering to the user an object-oriented API on data folders like, for a polycube-based hexahedral mesh generation:
1813

1914
<!-- import_MAMBO -->
2015

img/logo_black.png

-69 KB
Binary file not shown.

img/logo_white.png

-40.3 KB
Binary file not shown.

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
2-
name = "HexMeshWorkshop"
2+
name = "dds"
33
version = "0.7.0"
4-
description = "High-level interface for hex-meshing algorithms"
4+
description = "Semantic data folders"
55
authors = [
66
{ name = "Sébastien Mestrallet", email = "[email protected]" }
77
]

0 commit comments

Comments
 (0)