Commit 0627920
committed
Version 0.5.9:
* Update AppTyper.run(): accept functions (single function or multiple functions)
* Update to_table_lines(): reject bordered, accept border_idx
* Update to_table_lines(): accept c, w, bordered
* Update NewProjectEnv: output_name: str | Path | None
* Update file_lines(), num_lines(), all_lines(), all_line_list(), tsv_lines(), key_lines(), text_blocks(): accept encoding
* Update NewProjectEnv: default random_seed = 7
* Call set_seed(self.random_seed) in NewProjectEnv.after()
* random_seed: int = Field(default=None)1 parent 9d916a0 commit 0627920
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
0 commit comments