light-curve-python 0.12.0__tar.gz → 0.12.2__tar.gz

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.
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "light-curve-python"
3
- version = "0.12.0"
3
+ version = "0.12.2"
4
4
  authors = [
5
5
  "Konstantin Malanchev <hombit@gmail.com>",
6
6
  "Anastasia Lavrukhina <lavrukhina.ad@gmail.com>",
@@ -41,8 +41,13 @@ enum-iterator = "2.3.0"
41
41
  enumflags2 = { version = "0.7.12", features = ["serde"] }
42
42
  itertools = "0.14.0"
43
43
  macro_const = "0.1.0"
44
+ # v2: mimalloc v3.3.0+ crashes when two instances coexist in the same process
45
+ # (our .so + pyarrow's libarrow both bundle mimalloc). v2 uses a separate
46
+ # code path that does not conflict with pyarrow's v3 instance.
47
+ # See https://github.com/microsoft/mimalloc/issues/1287
44
48
  mimalloc = { version = "0.1.48", features = [
45
49
  "local_dynamic_tls",
50
+ "v2",
46
51
  ], optional = true }
47
52
  ndarray = { version = "0.17.0", features = ["rayon"] }
48
53
  numpy = "0.28.0"
@@ -70,7 +75,7 @@ arrow-schema = "58"
70
75
  comfy-table = "7"
71
76
 
72
77
  [dependencies.light-curve-feature]
73
- version = "0.13.0"
78
+ version = "0.14.0"
74
79
  default-features = false
75
80
 
76
81
  [dependencies.light-curve-dmdt]
@@ -1,18 +1,18 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: light-curve-python
3
- Version: 0.12.0
3
+ Version: 0.12.2
4
4
  Summary: An alias to light-curve package
5
5
  Home-page: http://github.com/hombit/light-curve
6
6
  Author: Konstantin Malanchev
7
7
  Author-email: hombit@gmail.com
8
8
  License: MIT
9
+ Project-URL: Source, https://github.com/light-curve/light-curve-python
9
10
  Keywords: science,astrophysics
10
11
  Classifier: Intended Audience :: Science/Research
11
- Classifier: License :: OSI Approved :: MIT License
12
12
  Classifier: Topic :: Scientific/Engineering :: Astronomy
13
13
  Classifier: Programming Language :: Python :: 3
14
14
  Description-Content-Type: text/markdown
15
- Requires-Dist: light-curve[full]==0.12.0
15
+ Requires-Dist: light-curve[full]==0.12.2
16
16
  Dynamic: requires-dist
17
17
 
18
18
  # `light-curve-python`
@@ -1,18 +1,18 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: light-curve-python
3
- Version: 0.12.0
3
+ Version: 0.12.2
4
4
  Summary: An alias to light-curve package
5
5
  Home-page: http://github.com/hombit/light-curve
6
6
  Author: Konstantin Malanchev
7
7
  Author-email: hombit@gmail.com
8
8
  License: MIT
9
+ Project-URL: Source, https://github.com/light-curve/light-curve-python
9
10
  Keywords: science,astrophysics
10
11
  Classifier: Intended Audience :: Science/Research
11
- Classifier: License :: OSI Approved :: MIT License
12
12
  Classifier: Topic :: Scientific/Engineering :: Astronomy
13
13
  Classifier: Programming Language :: Python :: 3
14
14
  Description-Content-Type: text/markdown
15
- Requires-Dist: light-curve[full]==0.12.0
15
+ Requires-Dist: light-curve[full]==0.12.2
16
16
  Dynamic: requires-dist
17
17
 
18
18
  # `light-curve-python`
@@ -0,0 +1 @@
1
+ light-curve[full]==0.12.2
@@ -10,9 +10,10 @@ license = MIT
10
10
  keywords = science, astrophysics
11
11
  classifiers =
12
12
  Intended Audience :: Science/Research
13
- License :: OSI Approved :: MIT License
14
13
  Topic :: Scientific/Engineering :: Astronomy
15
14
  Programming Language :: Python :: 3
15
+ project_urls =
16
+ Source = https://github.com/light-curve/light-curve-python
16
17
 
17
18
  [egg_info]
18
19
  tag_build =
@@ -1 +0,0 @@
1
- light-curve[full]==0.12.0