[go: up one dir, main page]

File: CHANGELOG

package info (click to toggle)
libformfactor 0.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,288 kB
  • sloc: cpp: 17,289; python: 382; makefile: 15
file content (44 lines) | stat: -rw-r--r-- 1,287 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
libformfactor-v0.3.1, released 02aug23

- CMake: removed option PORTABLE and compiler flag -march (unavailable on some architectures)

libformfactor-v0.3.0, released 14jun23

- Corrected version number in formfactorConfigVersion.cmake

libformfactor-v0.2.1, released 14jun23

- Corrected hard-coded version number

libformfactor-v0.2.0, released 29mar23

- Changed functionality:
  - Rotate octahedron.
- Changed API:
  - Rename IPolyhedron -> IBody to prepare for generalizations.
  - Change factory mechanism, now all in Make.h.
- Additions:
  - Add ff::Box.
  - Provide fcts for introspection of topology and geometry
  - Provide 'inside' tests (contributed by Ludwig Jäck)
  - Provide clipping function (for convex polyhedra only; contributed by Ludwig Jäck)
- Additions in git history:
  - Serialization to Wavefront object file (for visualization using e.g. Blender),
    before https://jugit.fz-juelich.de/mlz/libformfactor/-/merge_requests/53

libformfactor-v0.1.3, released 18feb22

- Correct CMake script

libformfactor-v0.1.2, released 17feb22

- Correct CMake scripts

libformfactor-v0.1.1, released 25jan22

- Simplify API, function formfactor now refers to geometric center
- Add demos

libformfactor-v0.1.0, released 29nov21

- Initial release, split off from BornAgain