sapiopycommons 2025.2.5a415__py3-none-any.whl → 2025.2.6a417__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.

Potentially problematic release.


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

@@ -11,7 +11,7 @@ from sapiopylib.rest.pojo.chartdata.DashboardSeries import GaugeChartSeries
11
11
  from sapiopylib.rest.pojo.eln.ElnExperiment import ElnExperiment
12
12
  from sapiopylib.rest.pojo.eln.ExperimentEntry import ExperimentEntry
13
13
  from sapiopylib.rest.pojo.eln.ExperimentEntryCriteria import ElnEntryCriteria, ElnFormEntryUpdateCriteria, \
14
- ElnDashboardEntryUpdateCriteria, ElnTextEntryUpdateCriteria, AbstractElnEntryUpdateCriteria
14
+ ElnDashboardEntryUpdateCriteria, AbstractElnEntryUpdateCriteria
15
15
  from sapiopylib.rest.pojo.eln.SapioELNEnums import ElnEntryType, ElnBaseDataType
16
16
  from sapiopylib.rest.pojo.eln.eln_headings import ElnExperimentTabAddCriteria, ElnExperimentTab
17
17
  from sapiopylib.rest.pojo.eln.field_set import ElnFieldSetInfo
@@ -239,11 +239,14 @@ class ToolOfToolsHelper:
239
239
  dash_update_crit.column_span = 2
240
240
  dash_update_crit.column_order = 2
241
241
 
242
- self.eln_man.update_experiment_entries(self.exp_id, {
243
- self.progress_entry.get_id(): form_update_crit,
244
- self.progress_gauge_entry.get_id(): dash_update_crit,
245
- self.description_entry.get_id(): text_update_crit
246
- })
242
+ # self.eln_man.update_experiment_entries(self.exp_id, {
243
+ # self.progress_entry.get_id(): form_update_crit,
244
+ # self.progress_gauge_entry.get_id(): dash_update_crit,
245
+ # self.description_entry.get_id(): text_update_crit
246
+ # })
247
+ self.eln_man.update_experiment_entry(self.exp_id, self.progress_entry.get_id(), form_update_crit)
248
+ self.eln_man.update_experiment_entry(self.exp_id, self.description_entry.get_id(), text_update_crit)
249
+ self.eln_man.update_experiment_entry(self.exp_id, self.progress_gauge_entry.get_id(), dash_update_crit)
247
250
 
248
251
  # Create a results entry if this tool produces result records.
249
252
  if self.results_data_type:
@@ -409,4 +412,4 @@ class _ElnTextEntryUpdateCriteria(AbstractElnEntryUpdateCriteria):
409
412
 
410
413
  def to_json(self) -> dict[str, Any]:
411
414
  ret = super().to_json()
412
- return ret
415
+ return ret
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: sapiopycommons
3
- Version: 2025.2.5a415
3
+ Version: 2025.2.6a417
4
4
  Summary: Official Sapio Python API Utilities Package
5
5
  Project-URL: Homepage, https://github.com/sapiosciences
6
6
  Author-email: Jonathan Steck <jsteck@sapiosciences.com>, Yechen Qiao <yqiao@sapiosciences.com>
@@ -15,7 +15,7 @@ sapiopycommons/datatype/attachment_util.py,sha256=_l2swuP8noIGAl4bwzBUEhr6YlN_OV
15
15
  sapiopycommons/datatype/data_fields.py,sha256=C6HpqtEuF0KsxhlBUprfyv1XguaXql3EYWVbh8y-IFU,4064
16
16
  sapiopycommons/datatype/pseudo_data_types.py,sha256=6TG7aJxgmUZ8FQkWBcgmbK5oy7AFFNtKOPpi1w1OOYA,27657
17
17
  sapiopycommons/elain/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
18
- sapiopycommons/elain/tool_of_tools.py,sha256=ernAtZMlFtEulnk4hVO3ZM9Yehaf7AzPicjXjVjc-8g,20455
18
+ sapiopycommons/elain/tool_of_tools.py,sha256=V9Ol_k9fGNW6GRgHz-PGrocioJ2fr8M3mrYFIlsXpgc,20765
19
19
  sapiopycommons/eln/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
20
20
  sapiopycommons/eln/experiment_handler.py,sha256=8hmR7sawDo9K6iBwB44QSoxlH1M91inor7dfuXQ4LKs,69323
21
21
  sapiopycommons/eln/experiment_report_util.py,sha256=EA2Iq8gW17bSEI6lPoHYQQ-fDvG4O28RWOoTPXpOlUw,36640
@@ -57,7 +57,7 @@ sapiopycommons/webhook/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3
57
57
  sapiopycommons/webhook/webhook_context.py,sha256=D793uLsb1691SalaPnBUk3rOSxn_hYLhdvkaIxjNXss,1909
58
58
  sapiopycommons/webhook/webhook_handlers.py,sha256=M5PMt-j7PpnzUQMUQDTvqwJUyJNxuFtC9wdnk5VRNpI,39703
59
59
  sapiopycommons/webhook/webservice_handlers.py,sha256=Y5dHx_UFWFuSqaoPL6Re-fsKYRuxvCWZ8bj6KSZ3jfM,14285
60
- sapiopycommons-2025.2.5a415.dist-info/METADATA,sha256=KIywfrDTUc15xKeX4-YwuiMiZZSrb4sRjxqzxXKYh80,3142
61
- sapiopycommons-2025.2.5a415.dist-info/WHEEL,sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug,87
62
- sapiopycommons-2025.2.5a415.dist-info/licenses/LICENSE,sha256=HyVuytGSiAUQ6ErWBHTqt1iSGHhLmlC8fO7jTCuR8dU,16725
63
- sapiopycommons-2025.2.5a415.dist-info/RECORD,,
60
+ sapiopycommons-2025.2.6a417.dist-info/METADATA,sha256=9G_jZ1GN_TTx6Fyj2Rbr9BIRKfzYTJAYSAVOxO8X0BA,3142
61
+ sapiopycommons-2025.2.6a417.dist-info/WHEEL,sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug,87
62
+ sapiopycommons-2025.2.6a417.dist-info/licenses/LICENSE,sha256=HyVuytGSiAUQ6ErWBHTqt1iSGHhLmlC8fO7jTCuR8dU,16725
63
+ sapiopycommons-2025.2.6a417.dist-info/RECORD,,