CHANGELOG.md 1.89 KB
Newer Older
huteng.ht's avatar
huteng.ht committed
1
2
3
4
5
# Changelog

All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.

---
huteng.ht's avatar
huteng.ht committed
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
## [0.1.3] - 2024-04-26

### Bug Fixes

- **(load)** set cuda device in each thread
- **(security)** fix typo in comments
- **(ut)** clean files in ut
- directIO segmentation fault
- modify aksk less real

### Features

- **(security)** compat with cipher header and use cipher in posix
- **(sfcs)** set sfcs sync interval by environ
- **(sfcs)** reduce memcpy
- **(sfcs)** parse sfcs confs from environ in json format
- add clone mode for shared tensor
- get cfs task id from env

### Miscellaneous Chores

- **(security)** clarify cipher readme
- cpp coding style

### License

- add license file and header

huteng.ht's avatar
huteng.ht committed
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
## [0.1.2] - 2024-01-25

### Bug Fixes

- **(saver)** add return to remove repetitive writing 
- **(security)** socket path and ut bug 
- MANIFEST does not contain all fastcrypto lib files 

### Documentation

- update readme 

### Features

- **(security)** fetch key and iv 
- **(security)** get and refresh sfcs aksk from datapipe 
- **(security)** get namenode ip from datapipe and fix write xml bug 
- **(sfcs)** decide load use sfcs sdk from environ 

## [0.1.1] - 2023-11-17

### Bug Fixes

- **(sfcs)** keep in consistent with reading when open for writing 
- **(ut)** delete potential residual test file before testing 
- fix ci release and update readme for pip install 

### Documentation

- use index-url as default install method 

### Features

- **(ci)** add import format tool in ci 
- **(saver)** introduce saver class to aggregate save operations 
- **(security)** add cipher in sfcs sdk 
- **(sfcs)** load and save pt 
- load pt file in parallel from sfcs 

### Miscellaneous Chores

- bump version to v0.1.0 
- bump version to v0.1.1 

### Performance

- make the read usage with good alignment. 

<!-- generated by git-cliff -->