-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathCHANGELOG
37 lines (37 loc) · 1.25 KB
/
CHANGELOG
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
0.5.0
- BREAKING CHANGE: switch from longdouble to double precision
in propagator
- build: migrate from travisCI to GH Actions
- build: setup.py test is deprecated
- docs: refurbish docs
0.4.0
- BREAKING CHANGE: revert previous breaking change, because
this way the reconstruction with ODTbrain/radontea remains
straight-forward
- enh: support str in `mode` when computing sinograms
0.3.0
- feat: new options for sinogram generation
- measurement duration (or specific times per angle)
- specify simulated imaging modalities
- simulate photobleaching and background fluorescence
- BREAKING CHANGE: changed definition of angles in sinogram
generation
0.2.1
- ref: migrate to flimage
0.2.0
- feat: add option to roll rotational axis (in-plane) during
sinogram generation
- feat: add capability to track progress of sinogram generation
- feat: add possibility to add (random) displacements for each
sinogram slice
- fix: medium index not stored in exported sinogram file
0.1.0
- add basic example to docs
- drawing refractive index and fluorescence phantoms
- sinogram generation
- basic functionalities (sphere element):
- simple cell phantom
- propagators: Rytov and projection
- fluorescence projector
0.0.1
- initial setup