Skip to content

Commit 0627920

Browse files
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

File tree

setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = chrisbase
3-
version = 0.5.8
3+
version = 0.5.9
44
author = Jihee Ryu
55
author_email = chrisjihee@naver.com
66
url = https://github.com/chrisjihee/chrisbase
@@ -15,6 +15,7 @@ classifiers =
1515
Programming Language :: Python :: 3.9
1616
Programming Language :: Python :: 3.10
1717
Programming Language :: Python :: 3.11
18+
Programming Language :: Python :: 3.12
1819

1920
[options]
2021
zip_safe = True

0 commit comments

Comments
 (0)