]> rtime.felk.cvut.cz Git - hubacji1/psp.git/blob - CHANGELOG.md
Update changelog
[hubacji1/psp.git] / CHANGELOG.md
1 # Changelog
2 All notable changes to this project will be documented in this file.
3
4 The format is based on [Keep a Changelog][] and this project adheres to
5 [Semantic Versioning][].
6
7 [Keep a Changelog]: http://keepachangelog.com/
8 [Semantic Versioning]: http://semver.org/
9
10 ## Unreleased
11
12 ## 0.3.0 - 2020-02-04
13 ### Added
14 - Guess goal car method.
15 - Possible inits method.
16 - Number of cusps.
17
18 ### Changed
19 - Return 10 possible goals (5m together) as default.
20
21 ### Fixed
22 - Heading overflow/underflow.
23 - Negative discriminant.
24 - Parallel parking slot entry find.
25 - Guess goal method for angled perpendicular parking slots. `guess_gc` method
26   now decides if the parking will be forward or backward.
27 - Perpendicular parking. Not dependent on `fer_perpendicular` anymore.
28 - Guess goal car for perpendicular parking.
29
30 ### Removed
31 - Unit tests removed in `f97dfa1`. Convert it and update tests in the future.
32
33 ## 0.2.0 - 2019-08-05
34 ### Deleted
35 - Collide functions `intersection` and `inside`. Moved to `bcar` library.
36
37 ## 0.1.0 - 2019-07-25
38 ### Added
39 - Changelog, license, readme.
40 - Doxygen config file.
41 - [WvTest][] unit testing framework.
42 - Link `bcar` and `pslot` libraries.
43 - Implement find entry by reverse method.
44 - Find entry by reverse method for perpendicular parking slots.
45 - Find entry with BFS for parallel, by reverse for perpendicular.
46
47 [WvTest]: https://github.com/apenwarr/wvtest