Skip to content

Commit 2ce3079

Browse files
committed
chore: update changelog
1 parent 717ce8d commit 2ce3079

File tree

1 file changed

+67
-0
lines changed

1 file changed

+67
-0
lines changed

CHANGELOG.md

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,73 @@
66

77
---
88

9+
## 0.9.0
10+
11+
### Workspace
12+
13+
*new:*
14+
- update CI to support `hwloc` builds by @imrn99
15+
in https://github.com/LIHPC-Computational-Geometry/honeycomb/pull/338
16+
- improve *nix CI by @imrn99
17+
in https://github.com/LIHPC-Computational-Geometry/honeycomb/pull/342
18+
- add `hwloc` install to benchmark dockerfile by @imrn99
19+
in https://github.com/LIHPC-Computational-Geometry/honeycomb/pull/343
20+
21+
*refactor:*
22+
- replace nix shell by flake by @imrn99
23+
in https://github.com/LIHPC-Computational-Geometry/honeycomb/pull/334
24+
25+
*deps:*
26+
- bump codecov/codecov-action from 5.4.0 to 5.4.3 by @dependabot
27+
in https://github.com/LIHPC-Computational-Geometry/honeycomb/pull/329
28+
- bump crate-ci/typos from 1.31.1 to 1.31.2 by @dependabot
29+
in https://github.com/LIHPC-Computational-Geometry/honeycomb/pull/328
30+
- update criterion requirement from 0.5.1 to 0.6.0 by @dependabot
31+
in https://github.com/LIHPC-Computational-Geometry/honeycomb/pull/335
32+
33+
### Published crates
34+
35+
#### honeycomb-core
36+
37+
<sup>core definitions and tools for combinatorial map implementation</sup>
38+
39+
*refactor:*
40+
- **rework dart allocation methods** by @imrn99
41+
in https://github.com/LIHPC-Computational-Geometry/honeycomb/pull/344
42+
43+
#### honeycomb-kernels
44+
45+
<sup>implementations of meshing kernels using combinatorial maps</sup>
46+
47+
*new:*
48+
- implement the 2D remeshing pipeline operations by @imrn99
49+
in https://github.com/LIHPC-Computational-Geometry/honeycomb/pull/330
50+
- this includes edge collapse, edge swaps, & new error types
51+
52+
*refactor:*
53+
- **move utility functions to a new dedicated module** by @imrn99
54+
in https://github.com/LIHPC-Computational-Geometry/honeycomb/pull/327
55+
56+
*fix*
57+
- read new darts correctly in ear_clip routine by @imrn99
58+
in https://github.com/LIHPC-Computational-Geometry/honeycomb/pull/325
59+
60+
### Others
61+
62+
#### honeycomb-benches
63+
64+
<sup>core structures & methods benchmarks</sup>
65+
66+
*new:*
67+
- implement the 2D remeshing pipeline bench subcommand by @imrn99
68+
in https://github.com/LIHPC-Computational-Geometry/honeycomb/pull/330
69+
- implement `perf` profiling hooks to enable sampling on specific segments by @imrn99
70+
in https://github.com/LIHPC-Computational-Geometry/honeycomb/pull/336
71+
- implement thread binding with `hwlocality` by @imrn99
72+
in https://github.com/LIHPC-Computational-Geometry/honeycomb/pull/337
73+
74+
---
75+
976
## 0.8.1
1077

1178
### Workspace

0 commit comments

Comments
 (0)