xoscar 0.2.0__cp310-cp310-macosx_10_9_universal2.whl → 0.2.1__cp310-cp310-macosx_10_9_universal2.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of xoscar might be problematic. Click here for more details.

Binary file
xoscar/api.py CHANGED
@@ -325,7 +325,7 @@ class IteratorWrapper(Generic[T]):
325
325
 
326
326
  def __getstate__(self):
327
327
  # Transfer gc destroy during serialization.
328
- state = dict(**super().__getstate__())
328
+ state = self.__dict__.copy()
329
329
  state["_gc_destroy"] = True
330
330
  self._gc_destroy = False
331
331
  return state
Binary file
Binary file
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: xoscar
3
- Version: 0.2.0
3
+ Version: 0.2.1
4
4
  Summary: Python actor framework for heterogeneous computing.
5
5
  Home-page: http://github.com/xorbitsai/xoscar
6
6
  Author: Qin Xuye
@@ -1,7 +1,7 @@
1
- xoscar-0.2.0.dist-info/RECORD,,
2
- xoscar-0.2.0.dist-info/WHEEL,sha256=quc6KPsQ_p8Uswd5yj8hDZg5y2ghFxeobjm5cM_ymZ0,115
3
- xoscar-0.2.0.dist-info/top_level.txt,sha256=vYlqqY4Nys8Thm1hePIuUv8eQePdULVWMmt7lXtX_ZA,21
4
- xoscar-0.2.0.dist-info/METADATA,sha256=rygasfSXyZJ6cksHBmNVsLXICLRK1A_CfssVfuix38A,9214
1
+ xoscar-0.2.1.dist-info/RECORD,,
2
+ xoscar-0.2.1.dist-info/WHEEL,sha256=quc6KPsQ_p8Uswd5yj8hDZg5y2ghFxeobjm5cM_ymZ0,115
3
+ xoscar-0.2.1.dist-info/top_level.txt,sha256=vYlqqY4Nys8Thm1hePIuUv8eQePdULVWMmt7lXtX_ZA,21
4
+ xoscar-0.2.1.dist-info/METADATA,sha256=rG9DA6iIoOVLoyKK0z5tid9xhSVnWccijS9blRQyfSc,9214
5
5
  xoscar/_utils.pyx,sha256=UR1FtYXAYKIdEWR9HulEpMbSOrkQWi6xGz63d4IQmG0,7059
6
6
  xoscar/backend.py,sha256=is436OPkZfSpQXaoqTRVta5eoye_pp45RFgCstAk2hU,1850
7
7
  xoscar/core.pxd,sha256=4lBq8J0kjcXcsGuvN7Kv4xcL5liHwTTFWlqyK7XAEnw,1280
@@ -10,9 +10,9 @@ xoscar/context.pxd,sha256=qKa0OyDPZtVymftSh447m-RzFZgmz8rGqQBa7qlauvc,725
10
10
  xoscar/batch.py,sha256=DpArS0L3WYJ_HVPG-6hSYEwoAFY1mY2-mlC4Jp5M_Dw,7872
11
11
  xoscar/nvutils.py,sha256=qmW4mKLU0WB2yCs198ccQOgLL02zB7Fsa-AotO3NOmg,20412
12
12
  xoscar/constants.py,sha256=Yn59lRIOvE1VFwyuZB5G2-gxYIyhIZ1rVovbdFAR2NM,759
13
- xoscar/_utils.cpython-310-darwin.so,sha256=TKvOcrVzmT4pQldsrjC72wwGDahMLHB-phLdaY-lSvQ,385929
13
+ xoscar/_utils.cpython-310-darwin.so,sha256=3P2Y0pFidaYnL9Vaixd2fqgTPiJN1wTAUrLDdsyO95Y,385929
14
14
  xoscar/__init__.py,sha256=9BapEEmHU9OlpDOIc_4LwXNHfauP1XDW0YRnAUKZp_8,1721
15
- xoscar/api.py,sha256=wDkyaVqYLXRAAxSH3gI_O_mVogtLmTH8g9PKNb9lBB0,13337
15
+ xoscar/api.py,sha256=3hztPoOxg8A_mlhWyWgVP7FMXG0PATA1TP4Rbaj7A-g,13327
16
16
  xoscar/utils.py,sha256=TH81N2EWUDfAMdlkPYSh0juZS2EbdvvdhWx_6euQygk,14672
17
17
  xoscar/debug.py,sha256=9Z8SgE2WaKYQcyDo-5-DxEJQ533v7kWjrvCd28pSx3E,5069
18
18
  xoscar/libcpp.pxd,sha256=DJqBxLFOKL4iRr9Kale5UH3rbvPRD1x5bTSOPHFpz9I,1147
@@ -21,8 +21,8 @@ xoscar/context.pyx,sha256=8CdgPnWcE9eOp3N600WgDQ03MCi8P73eUOGcfV7Zksg,10942
21
21
  xoscar/errors.py,sha256=wBlQOKsXf0Fc4skN39tDie0YZT-VIAuLNRgoDl2pZcA,1241
22
22
  xoscar/core.pyx,sha256=Aqc2i8Fetsd5wRAPF4kL0ddnBZn3E2HRNCvup79BbQc,21730
23
23
  xoscar/driver.py,sha256=498fowtJr6b3FE8FIOA_Tc1Vwx88nfZw7p0FxrML0h4,1372
24
- xoscar/context.cpython-310-darwin.so,sha256=eKG52neBN3E9CMbx8_oltlbDlp4sStEXTHX2w4LzFDs,464010
25
- xoscar/core.cpython-310-darwin.so,sha256=SY7SCBQavQDGB-suO37wcgycmwustXF2Yd4I250OQl4,999671
24
+ xoscar/context.cpython-310-darwin.so,sha256=1vjnnhzOr9GoRh_BPV_ScjmDjmtSutZqXe9PUPOqZn8,464010
25
+ xoscar/core.cpython-310-darwin.so,sha256=7pTIyOKAZmoJKbGZnBABW7HefsF_-qwHVDP1Ar2tdM0,999671
26
26
  xoscar/profiling.py,sha256=BC5OF0HzSaXv8V7w-y-B8r5gV5DgxHFoTEIF6jCMioQ,8015
27
27
  xoscar/_utils.pxd,sha256=5KYAL3jfPdejsHnrGGT2s--ZUX5SXznQWpHVSno429k,1157
28
28
  xoscar/metrics/__init__.py,sha256=9Badi7rxYikGm2dQiNCrj9GgMRBxwuR3JaEKcFZmfak,705
@@ -48,10 +48,10 @@ xoscar/serialization/cuda.py,sha256=iFUEnN4SiquBIhyieyOrfw3TnKnW-tU_vYgqOxO_DrA,
48
48
  xoscar/serialization/scipy.py,sha256=yOEi0NB8cqQ6e2UnCZ1w006RsB7T725tIL-DM_hNcsU,2482
49
49
  xoscar/serialization/aio.py,sha256=S9e3rHMBwqqKmJtDz7KzYAqWc8w9bttA0Dj83IBfEU0,4577
50
50
  xoscar/serialization/core.pyx,sha256=E3xIKmdI2gn99JduR3yuU_YTm-lOyG0Tkc7fZVBWCho,30131
51
- xoscar/serialization/core.cpython-310-darwin.so,sha256=ROyONSDYVFUKoefaLffIbaL8fINeAqb2IvIcDx6pvm8,942935
51
+ xoscar/serialization/core.cpython-310-darwin.so,sha256=zLWoeHfQIKY4_o2Mgm3yEP28Z5iamUnwVgTqUelCsn8,942935
52
52
  xoscar/backends/config.py,sha256=EG26f0GwX_f4dAhwTW77RBjiK9h8R_3JrD-rBF1bAq8,4984
53
53
  xoscar/backends/allocate_strategy.py,sha256=tC1Nbq2tJohahUwd-zoRYHEDX65wyuX8tmeY45uWj_w,4845
54
- xoscar/backends/message.cpython-310-darwin.so,sha256=CR1OGQ-SeYPuPa9QibE0ESZLIruZG5Fo3W0PcoUoY4g,822618
54
+ xoscar/backends/message.cpython-310-darwin.so,sha256=umu29DkV50LYafC_OZMUSiEKsAIE9lLV3JbW-2k_4XE,822618
55
55
  xoscar/backends/__init__.py,sha256=VHEBQcUWM5bj027W8EUf9PiJUAP7JoMrRw3Tsvy5ySw,643
56
56
  xoscar/backends/core.py,sha256=o6g3ZOW7PkGmiu-nNtp6I3Sd_2KkQDwOsKz-FdgRFs0,7390
57
57
  xoscar/backends/context.py,sha256=b4mDqcrA7uBsy9Rb5laxlbujCyj8GpBglpjkNcg-Mg0,15285
File without changes