domainiac 9.0.2__py3-none-any.whl → 9.0.3__py3-none-any.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.
@@ -109,10 +109,9 @@ def binned_index_interpolation(
109
109
  # we clip it
110
110
  bin_index = np.clip(bin_index, a_min=0, a_max=1)
111
111
 
112
- index = interpolate.make_interp_spline(
112
+ index = interpolate.PchipInterpolator(
113
113
  x=bin_midpoints,
114
114
  y=bin_index,
115
- k=2,
116
115
  )
117
116
 
118
117
  def estimate(x: NDArray[np.float64]) -> NDArray[np.float64]:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: domainiac
3
- Version: 9.0.2
3
+ Version: 9.0.3
4
4
  Summary: Package for working with Energinet data, but with specialized functions used for Enigma.
5
5
  Author: Team Enigma
6
6
  Author-email: gridop-enigma@energinet.dk
@@ -1,7 +1,7 @@
1
1
  domainiac/__init__.py,sha256=Wuix4jscZD4sy7YB0RAedAo_eiRW5AcPlef58lKvg6s,207
2
2
  domainiac/functions/__init__.py,sha256=ZHNbj1aWRnUgM6TAlQqGLv2r-GdAvoaTrPIin1w5Dk0,137
3
3
  domainiac/functions/conversions.py,sha256=RZU5cpHD4uBHeqFfiFplJCv5gN-xzEHvQCKrizi1hMA,490
4
- domainiac/functions/interpolation.py,sha256=NSKoejDOUmHEIqxj7oFFv-gf94ccZb_weYGjU_z8Y_U,3707
4
+ domainiac/functions/interpolation.py,sha256=bdbNccttKOE7UlWdeWYA_Bx_yuSWFNhdNL75hO7lKnk,3693
5
5
  domainiac/functions/solar.py,sha256=nU9ivDLA4gE0CTMttCb_7ztoQUQicWNe_11ZqVC7d-Y,2249
6
6
  domainiac/functions/temperature.py,sha256=jUmkt5gOf_0NcLUUVXTofWSRK2om5-_S3-qA6zuvtZU,839
7
7
  domainiac/functions/typing.py,sha256=gOvHUYIWSEv_aMttY1nMEyh-pdQKMJ8O31x9y47-U5U,229
@@ -19,6 +19,6 @@ domainiac/modeling/nwp.py,sha256=PolrBdQn8W-e1M0_pefvmLn2mr4HT0NqlYlkyCV0dds,438
19
19
  domainiac/modeling/plant.py,sha256=Y0_Q6V6Lj3irJh5z-49r5gFJdD4Xl_pfHIMUhdaJVUI,2226
20
20
  domainiac/wrappers/__init__.py,sha256=vZOw9maXgVoAvudZqioD-GTPkgPI6fm7_CUELQcR_-g,43
21
21
  domainiac/wrappers/cache_wrapper.py,sha256=jDg-Lt_y-YzItyP-74tGULOxb07s_CcutmOHP1Ie00Q,355
22
- domainiac-9.0.2.dist-info/METADATA,sha256=rmHg16NBC8usIrRybgeZYyGvXOzPmIcto-NEtBYQ-Wc,589
23
- domainiac-9.0.2.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
24
- domainiac-9.0.2.dist-info/RECORD,,
22
+ domainiac-9.0.3.dist-info/METADATA,sha256=kjRwFSBe6Ebz37YTFlqBxiclp1nBFjIh4c6LAD-xayA,589
23
+ domainiac-9.0.3.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
24
+ domainiac-9.0.3.dist-info/RECORD,,