Skip to content

Commit d2bc631

Browse files
committed
fixes #426
1 parent c9932a2 commit d2bc631

File tree

14 files changed

+1738
-1224
lines changed

14 files changed

+1738
-1224
lines changed

fastcore/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.4.6"
1+
__version__ = "1.5.0"

fastcore/_nbdev.py

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -150,20 +150,11 @@
150150
"save_config_file": "02_foundation.ipynb",
151151
"read_config_file": "02_foundation.ipynb",
152152
"Config": "02_foundation.ipynb",
153-
"dict2obj": "03_xtras.ipynb",
154-
"obj2dict": "03_xtras.ipynb",
155-
"repr_dict": "03_xtras.ipynb",
156-
"is_listy": "03_xtras.ipynb",
157-
"shufflish": "03_xtras.ipynb",
158-
"mapped": "03_xtras.ipynb",
159-
"IterLen": "03_xtras.ipynb",
160-
"ReindexCollection": "03_xtras.ipynb",
161153
"walk": "03_xtras.ipynb",
162154
"globtastic": "03_xtras.ipynb",
163155
"maybe_open": "03_xtras.ipynb",
164156
"image_size": "03_xtras.ipynb",
165157
"bunzip": "03_xtras.ipynb",
166-
"join_path_file": "03_xtras.ipynb",
167158
"loads": "03_xtras.ipynb",
168159
"loads_multi": "03_xtras.ipynb",
169160
"untar_dir": "03_xtras.ipynb",
@@ -172,17 +163,29 @@
172163
"open_file": "03_xtras.ipynb",
173164
"save_pickle": "03_xtras.ipynb",
174165
"load_pickle": "03_xtras.ipynb",
166+
"dict2obj": "03_xtras.ipynb",
167+
"obj2dict": "03_xtras.ipynb",
168+
"repr_dict": "03_xtras.ipynb",
169+
"is_listy": "03_xtras.ipynb",
170+
"mapped": "03_xtras.ipynb",
175171
"Path.readlines": "03_xtras.ipynb",
176172
"Path.read_json": "03_xtras.ipynb",
177173
"Path.mk_write": "03_xtras.ipynb",
178174
"Path.relpath": "03_xtras.ipynb",
179175
"Path.ls": "03_xtras.ipynb",
180176
"Path.__repr__": "03_xtras.ipynb",
181177
"Path.delete": "03_xtras.ipynb",
178+
"IterLen": "03_xtras.ipynb",
179+
"ReindexCollection": "03_xtras.ipynb",
182180
"get_source_link": "03_xtras.ipynb",
183181
"truncstr": "03_xtras.ipynb",
184182
"spark_chars": "03_xtras.ipynb",
185183
"sparkline": "03_xtras.ipynb",
184+
"modify_exception": "03_xtras.ipynb",
185+
"round_multiple": "03_xtras.ipynb",
186+
"str2bool": "03_xtras.ipynb",
187+
"set_num_threads": "03_xtras.ipynb",
188+
"join_path_file": "03_xtras.ipynb",
186189
"autostart": "03_xtras.ipynb",
187190
"EventTimer": "03_xtras.ipynb",
188191
"stringfmt_names": "03_xtras.ipynb",
@@ -191,14 +194,11 @@
191194
"utc2local": "03_xtras.ipynb",
192195
"local2utc": "03_xtras.ipynb",
193196
"trace": "03_xtras.ipynb",
194-
"modify_exception": "03_xtras.ipynb",
195-
"round_multiple": "03_xtras.ipynb",
196197
"modified_env": "03_xtras.ipynb",
197198
"ContextManagers": "03_xtras.ipynb",
198-
"str2bool": "03_xtras.ipynb",
199+
"shufflish": "03_xtras.ipynb",
199200
"threaded": "03a_parallel.ipynb",
200201
"startthread": "03a_parallel.ipynb",
201-
"set_num_threads": "03a_parallel.ipynb",
202202
"parallelable": "03a_parallel.ipynb",
203203
"ThreadPoolExecutor": "03a_parallel.ipynb",
204204
"ProcessPoolExecutor": "03a_parallel.ipynb",

fastcore/all.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
from .foundation import *
33
from .dispatch import *
44
from .utils import *
5+
from .helpers import *
6+
from .parallel import *
7+
from .net import *
58
from .transform import *
69
from .test import *
710
from .meta import *

0 commit comments

Comments
 (0)