Added math functions reversePCTs to Pandas API#4625
Merged
gs-ssh16 merged 27 commits intofinos:masterfrom Apr 8, 2026
Merged
Conversation
… agg/groupby/window
…sepct-pandasapi # Conflicts: # legend-engine-core/legend-engine-core-pure/legend-engine-pure-ide/legend-engine-pure-ide-light-http-server/src/main/java/org/finos/legend/engine/ide/PureIDELight.java
…reversepct-pandasapi # Conflicts: # legend-engine-xts-python/legend-engine-xt-python-reversePCT-legendQL/pom.xml
…reversepct-pandasapi # Conflicts: # legend-engine-xts-python/legend-engine-xt-python-reversePCT-pandasAPI/pom.xml # legend-engine-xts-python/legend-engine-xt-python-reversePCT-pandasAPI/src/main/java/org/finos/legend/engine/external/python/Core_External_PythonPandasAPI_ReversePCTReportProvider.java # legend-engine-xts-python/legend-engine-xt-python-reversePCT-pandasAPI/src/main/java/org/finos/legend/engine/pure/code/core/CoreExternalPythonReversePCTPandasAPICodeRepositoryProvider.java # legend-engine-xts-python/legend-engine-xt-python-reversePCT-pandasAPI/src/main/resources/META-INF/services/org.finos.legend.pure.m3.pct.shared.provider.PCTReportProvider # legend-engine-xts-python/legend-engine-xt-python-reversePCT-pandasAPI/src/main/resources/META-INF/services/org.finos.legend.pure.m3.serialization.filesystem.repository.CodeRepositoryProvider # legend-engine-xts-python/legend-engine-xt-python-reversePCT-pandasAPI/src/main/resources/core_external_python_reverse_pct_pandas_api/pythonReversePCTPandasAPIApi.pure # legend-engine-xts-python/legend-engine-xt-python-reversePCT-pandasAPI/src/main/resources/core_external_python_reverse_pct_pandas_api/relation/relation.pure # legend-engine-xts-python/legend-engine-xt-python-reversePCT-pandasAPI/src/test/java/org/finos/legend/engine/external/python/PythonPandasAPIReversePCTHelper.java # legend-engine-xts-python/legend-engine-xt-python-reversePCT-pandasAPI/src/test/java/org/finos/legend/engine/external/python/Test_External_PythonPandasAPI_EssentialFunctions_Reverse_PCT.java # legend-engine-xts-python/legend-engine-xt-python-reversePCT-pandasAPI/src/test/java/org/finos/legend/engine/external/python/Test_External_PythonPandasAPI_GrammarFunctions_Reverse_PCT.java # legend-engine-xts-python/legend-engine-xt-python-reversePCT-pandasAPI/src/test/java/org/finos/legend/engine/external/python/Test_External_PythonPandasAPI_RelationFunctions_Reverse_PCT.java # legend-engine-xts-python/legend-engine-xt-python-reversePCT-pandasAPI/src/test/java/org/finos/legend/engine/external/python/Test_External_PythonPandasAPI_StandardFunctions_Reverse_PCT.java # legend-engine-xts-python/legend-engine-xt-python-reversePCT-pandasAPI/src/test/java/org/finos/legend/engine/external/python/Test_External_PythonPandasAPI_UnclassifiedFunctions_Reverse_PCT.java # legend-engine-xts-python/legend-engine-xt-python-reversePCT-pandasAPI/src/test/java/org/finos/legend/engine/external/python/Test_External_PythonPandasAPI_VariantFunctions_Reverse_PCT.java # legend-engine-xts-python/legend-engine-xt-python-reversePCT-shared/pom.xml # legend-engine-xts-python/legend-engine-xt-python-reversePCT-shared/src/main/java/org/finos/legend/engine/pure/code/core/CoreExternalPythonReversePCTSharedCodeRepositoryProvider.java # legend-engine-xts-python/legend-engine-xt-python-reversePCT-shared/src/main/resources/META-INF/services/org.finos.legend.pure.m3.serialization.filesystem.repository.CodeRepositoryProvider # legend-engine-xts-python/legend-engine-xt-python-reversePCT-shared/src/main/resources/core_external_python_reverse_pct_shared/essential/collection.pure # legend-engine-xts-python/legend-engine-xt-python-reversePCT-shared/src/main/resources/core_external_python_reverse_pct_shared/essential/date.pure # legend-engine-xts-python/legend-engine-xt-python-reversePCT-shared/src/main/resources/core_external_python_reverse_pct_shared/essential/lang.pure # legend-engine-xts-python/legend-engine-xt-python-reversePCT-shared/src/main/resources/core_external_python_reverse_pct_shared/essential/math.pure # legend-engine-xts-python/legend-engine-xt-python-reversePCT-shared/src/main/resources/core_external_python_reverse_pct_shared/essential/string.pure # legend-engine-xts-python/legend-engine-xt-python-reversePCT-shared/src/main/resources/core_external_python_reverse_pct_shared/pythonReversePCTShared.pure # legend-engine-xts-python/legend-engine-xt-python-reversePCT-shared/src/main/resources/core_external_python_reverse_pct_shared/standard/math.pure # pom.xml
Added math functions reversePCTs to Pandas API
Test Results 1 095 files - 18 1 095 suites - 18 3h 49m 28s ⏱️ - 1h 22m 29s Results for commit 31542c8. ± Comparison against base commit ccd9f31. ♻️ This comment has been updated with latest results. |
gs-ssh16
approved these changes
Apr 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What type of PR is this?
What does this PR do / why is it needed ?
Which issue(s) this PR fixes:
Fixes #
Other notes for reviewers:
Does this PR introduce a user-facing change?