datfid 0.1.17__tar.gz → 0.1.18__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.

Potentially problematic release.


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

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: datfid
3
- Version: 0.1.17
3
+ Version: 0.1.18
4
4
  Summary: SDK to access the DATFID API hosted on Hugging Face Spaces
5
5
  Author: DATFID
6
6
  Author-email: igor.schapiro@datfid.com
@@ -13,6 +13,11 @@ import logging
13
13
  class FitResult(SimpleNamespace):
14
14
  _ROW4 = ["Estimate", "Standard Error", "T statistic", "P value"]
15
15
  _PERF5 = ["R2 within", "R2 between", "R2 overall", "MSE", "MAE"]
16
+
17
+ @property
18
+ def id(self):
19
+ """Return list of all individual IDs"""
20
+ return list(self.keys())
16
21
 
17
22
  @staticmethod
18
23
  def _df4(rows_list):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: datfid
3
- Version: 0.1.17
3
+ Version: 0.1.18
4
4
  Summary: SDK to access the DATFID API hosted on Hugging Face Spaces
5
5
  Author: DATFID
6
6
  Author-email: igor.schapiro@datfid.com
@@ -17,7 +17,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
17
17
 
18
18
  setup(
19
19
  name="datfid",
20
- version="0.1.17",
20
+ version="0.1.18",
21
21
  description="SDK to access the DATFID API hosted on Hugging Face Spaces",
22
22
  long_description=long_description,
23
23
  long_description_content_type="text/markdown", # Important!
File without changes
File without changes
File without changes
File without changes