-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog.txt
26 lines (22 loc) · 973 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
v1.8: Add methods
Release date: 13/03/2023
Level: Major update
- Add new methods: set(), swap(), indexOf()
- parentEdges now also considers root.
v1.7a: Clean up
Release date: 08/03/2023
Level: Patch
- clean up dumb comments. Unused methods (old implementations) are moved to the file 'GenerateTree.DO_NOT_USE.txt'.
- Added method `getDegree(E label)` in Tree.java
v1.7: Build Tree Async
Release date: 01/03/2023
Level: Minor update
- Added a new "fast-enough" asynchronous method to build a Tree from a certain directory, which is also the default way from now on.
v1.6: Build Tree Async
Release date: 28/02/2023
Level: Major update
- Added Asynchronous methods to build the Tree from a given directory, but these methods are currently disabled due to poor performance.
- Added performance measurement method.
Note
- Releases prior to v1.6 are not included in this changelog due to my laziness.
- The patches may not be listed since I need to find a girlfriend (lol).