-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathchangelog.txt
37 lines (28 loc) · 923 Bytes
/
changelog.txt
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
HEAD
- Reorganize directory structure and make typed interface the central one.
- Add serialise instances.
- Drop Generic/Generic1/Typeable/Typeable1 instances for older GHCs
0.5.0.1
- Fix doctest include path.
0.5.0
- Replace calls to Prelude's `atan2` function with calls to the C math
library in `ArcTan2` instances for `Float` and `Double`
0.4.0
- Switch quat2dcm mode to avoid divide by 0, add Ord constraint
0.2.0
- convert to using `linear` V3, M33, Quaternion types
- doctests
- fix long unknown bug: rotateXyzAbout{X,Y,Z} was rotating opposite direction from intended
0.2.1.1
- Serialize a => Serialize (Euler a)
0.2.1.2
- Binary a => Binary (Euler a)
0.2.2
- add Ord instances
0.2.5
- instance Applicative Euler
- specialized dcmOfEuler321 without Ord constraint
0.2.6
- use ArcTan2 instead of RealFloat
- unsafe specialized euler321OrDcm without Ord constraint
- primitive implementation of quatOfDcm