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