author int64 658 755k | date stringdate 2012-06-12 08:34:29 2024-07-22 14:51:21 | timezone int64 -46,800 43.2k | hash stringlengths 40 40 | message stringlengths 5 490 | mods listlengths 1 16 | language stringclasses 20
values | license stringclasses 3
values | repo stringlengths 5 68 | original_message stringlengths 12 491 |
|---|---|---|---|---|---|---|---|---|---|
49,706 | 04.10.2022 14:44:55 | -7,200 | fa04b9c6e5d7ac19a4f0943e03d98677d7bb1fbc | [MINOR] Update docker release script to publish
Previously the push of this script was set to false, this commit
change it to true, so now we can publish our docker image with
latest flag and version numbers. | [
{
"change_type": "MODIFY",
"old_path": ".github/workflows/docker-release.yml",
"new_path": ".github/workflows/docker-release.yml",
"diff": "@@ -50,6 +50,11 @@ jobs:\nwith:\nimages: apache/systemds\ntags: ${{ github.event.inputs.version }},latest\n+ labels: |\n+ maintainer=Apache\n+ org.opencontainer... | Java | Apache License 2.0 | apache/systemds | [MINOR] Update docker release script to publish (#1700)
Previously the push of this script was set to false, this commit
change it to true, so now we can publish our docker image with
latest flag and version numbers. |
49,706 | 06.10.2022 16:38:05 | -7,200 | 27f595a1fe04c1ab7a53716b37b5c6188e9ddfe9 | [MINOR] Quick fix of Federated monitor registration
This commit fixes the registration with the federated monitor tool,
to use localhost, because the backend always identify with localhost.
In the future we need to change this, but for now it works. | [
{
"change_type": "MODIFY",
"old_path": "docs/site/federated-monitoring.md",
"new_path": "docs/site/federated-monitoring.md",
"diff": "@@ -36,7 +36,7 @@ the **monitoring frontend** developed in [Angular](https://angular.io/).\n### Installation & Build\n-#### 1. Monitoring Backend\n+#### Install Backe... | Java | Apache License 2.0 | apache/systemds | [MINOR] Quick fix of Federated monitor registration
This commit fixes the registration with the federated monitor tool,
to use localhost, because the backend always identify with localhost.
In the future we need to change this, but for now it works. |
49,706 | 11.10.2022 18:30:55 | -7,200 | f0a83f7d5275f098712073da107c3eb29605ef3f | [DOCS] Minor refinement of readme for federated tutorial | [
{
"change_type": "MODIFY",
"old_path": "scripts/tutorials/federated/README.md",
"new_path": "scripts/tutorials/federated/README.md",
"diff": "@@ -31,6 +31,17 @@ Successfully installed certifi-2020.12.5 chardet-4.0.0 idna-2.10 numpy-1.20.3 pa\nInstalled Python Systemds\n```\n+Also required is to inst... | Java | Apache License 2.0 | apache/systemds | [DOCS] Minor refinement of readme for federated tutorial |
49,706 | 12.10.2022 20:40:21 | -7,200 | 174cfe9d3d021db7dacc12e3363bae44b601222a | [DOCS] Fix the internal slice docs for MatrixBlock | [
{
"change_type": "MODIFY",
"old_path": "src/main/java/org/apache/sysds/runtime/matrix/data/MatrixBlock.java",
"new_path": "src/main/java/org/apache/sysds/runtime/matrix/data/MatrixBlock.java",
"diff": "@@ -37,6 +37,8 @@ import java.util.stream.IntStream;\nimport org.apache.commons.lang3.ArrayUtils;\... | Java | Apache License 2.0 | apache/systemds | [DOCS] Fix the internal slice docs for MatrixBlock |
49,738 | 20.10.2022 15:26:43 | 14,400 | 1e3dff7600f8b8aa8fa6d543ac1d8da8c80a8873 | Fix warnings scalar reads, cleanup csv default handling
This patch fixes unnecessary scalar read warnings which were raised
even when the DML read was fully specified (scalar, value type).
Furthermore, this also cleans up redundant code in handling CSV default
parameters via a more general code that works for all variants. | [
{
"change_type": "MODIFY",
"old_path": "src/main/java/org/apache/sysds/parser/DataExpression.java",
"new_path": "src/main/java/org/apache/sysds/parser/DataExpression.java",
"diff": "@@ -24,6 +24,7 @@ import java.util.Arrays;\nimport java.util.HashMap;\nimport java.util.HashSet;\nimport java.util.Lis... | Java | Apache License 2.0 | apache/systemds | [SYSTEMDS-3452] Fix warnings scalar reads, cleanup csv default handling
This patch fixes unnecessary scalar read warnings which were raised
even when the DML read was fully specified (scalar, value type).
Furthermore, this also cleans up redundant code in handling CSV default
parameters via a more general code that works for all variants. |
49,706 | 12.10.2022 23:51:33 | -7,200 | 4cebe8ed343801e565c769fc8208001251242970 | Spark Write compressed format
This commit fixes/adds support for spark writing,
the previous versions did not properly support the edge cases,
while this commit fixes inconsistencies, and allow local reading
of folders containing sub blocks. | [
{
"change_type": "MODIFY",
"old_path": "src/main/java/org/apache/sysds/parser/DMLTranslator.java",
"new_path": "src/main/java/org/apache/sysds/parser/DMLTranslator.java",
"diff": "@@ -1053,20 +1053,18 @@ public class DMLTranslator\ncase MM:\ncase CSV:\ncase LIBSVM:\n+ case HDF5:\n// write output in ... | Java | Apache License 2.0 | apache/systemds | [SYSTEMDS-3444] Spark Write compressed format
This commit fixes/adds support for spark writing,
the previous versions did not properly support the edge cases,
while this commit fixes inconsistencies, and allow local reading
of folders containing sub blocks. |
49,706 | 15.10.2022 16:09:12 | -7,200 | 07dd88aba39547b2ba00ae44f86d9a0f83444b0e | DDC Append | [
{
"change_type": "MODIFY",
"old_path": "src/main/java/org/apache/sysds/runtime/compress/colgroup/AColGroup.java",
"new_path": "src/main/java/org/apache/sysds/runtime/compress/colgroup/AColGroup.java",
"diff": "@@ -516,6 +516,14 @@ public abstract class AColGroup implements Serializable {\n*/\npublic... | Java | Apache License 2.0 | apache/systemds | [SYSTEMDS-3446] DDC Append |
49,706 | 15.10.2022 16:12:16 | -7,200 | 02a6a6c798e5f0aa4228ce13f11096c930eadd10 | DDCFOR Append | [
{
"change_type": "MODIFY",
"old_path": "src/main/java/org/apache/sysds/runtime/compress/colgroup/ColGroupDDCFOR.java",
"new_path": "src/main/java/org/apache/sysds/runtime/compress/colgroup/ColGroupDDCFOR.java",
"diff": "@@ -435,6 +435,13 @@ public class ColGroupDDCFOR extends AMorphingMMColGroup {\n... | Java | Apache License 2.0 | apache/systemds | [SYSTEMDS-3450] DDCFOR Append |
49,706 | 15.10.2022 16:26:08 | -7,200 | 8e4f06a89a2c82fc2b32bb11106849fe2cd83522 | Uncompressed Append
This commit adds support for uncompressed matrices to append to themselves. | [
{
"change_type": "MODIFY",
"old_path": "src/main/java/org/apache/sysds/runtime/compress/colgroup/ColGroupDDC.java",
"new_path": "src/main/java/org/apache/sysds/runtime/compress/colgroup/ColGroupDDC.java",
"diff": "@@ -486,13 +486,23 @@ public class ColGroupDDC extends APreAgg {\n@Override\npublic AC... | Java | Apache License 2.0 | apache/systemds | [SYSTEMDS-3448] Uncompressed Append
This commit adds support for uncompressed matrices to append to themselves. |
49,706 | 19.10.2022 16:38:16 | -7,200 | 678b28a2210dcdf11841d9486d1dac4fdacb036d | [MINOR] Disable Hadoop Write compression | [
{
"change_type": "MODIFY",
"old_path": "src/main/java/org/apache/sysds/runtime/compress/io/CompressWrap.java",
"new_path": "src/main/java/org/apache/sysds/runtime/compress/io/CompressWrap.java",
"diff": "package org.apache.sysds.runtime.compress.io;\nimport org.apache.spark.api.java.function.Functio... | Java | Apache License 2.0 | apache/systemds | [MINOR] Disable Hadoop Write compression |
49,706 | 19.10.2022 17:02:34 | -7,200 | 657a1bacca9a83dba1632df156979fec7bfaee5a | N Way combining Interface | [
{
"change_type": "MODIFY",
"old_path": "src/main/java/org/apache/sysds/runtime/compress/colgroup/AColGroup.java",
"new_path": "src/main/java/org/apache/sysds/runtime/compress/colgroup/AColGroup.java",
"diff": "@@ -611,10 +611,34 @@ public abstract class AColGroup implements Serializable {\n* If it i... | Java | Apache License 2.0 | apache/systemds | [SYSTEMDS-3445] N Way combining Interface |
49,706 | 20.10.2022 17:54:02 | -7,200 | 451e84c538abf1f4bc274cdb2ee3388ea49915bf | [MINOR] Fix rand instruction to return empty matrix if sparsity == 0.0
Closes | [
{
"change_type": "MODIFY",
"old_path": "src/main/java/org/apache/sysds/runtime/compress/colgroup/mapping/MapToBit.java",
"new_path": "src/main/java/org/apache/sysds/runtime/compress/colgroup/mapping/MapToBit.java",
"diff": "@@ -385,16 +385,4 @@ public class MapToBit extends AMapToData {\nreturn new ... | Java | Apache License 2.0 | apache/systemds | [MINOR] Fix rand instruction to return empty matrix if sparsity == 0.0
Closes #1706 |
49,689 | 24.10.2022 11:43:39 | -7,200 | 8ac9af09bcc6a9dd6de818544fde32e4ec0add90 | Configuration flags for Prefetch, Broadcast
This patch adds configuration flags for Prefetch, Broadcast and
other instructions that asynchronously trigger Spark executions. | [
{
"change_type": "MODIFY",
"old_path": "conf/SystemDS-config.xml.template",
"new_path": "conf/SystemDS-config.xml.template",
"diff": "<!-- set memory manager (static, unified) -->\n<sysds.caching.memorymanager>static</sysds.caching.memorymanager>\n+\n+ <!-- Asynchronously trigger prefetch (Spark int... | Java | Apache License 2.0 | apache/systemds | [SYSTEMDS-3088] Configuration flags for Prefetch, Broadcast
This patch adds configuration flags for Prefetch, Broadcast and
other instructions that asynchronously trigger Spark executions. |
49,706 | 21.10.2022 15:45:04 | -7,200 | 77834df53f208e84dcafe20658d6a09ba6ffe1fc | CLA Append N SDC
This commit adds the a generic approach to append N for SDC. | [
{
"change_type": "MODIFY",
"old_path": "src/main/java/org/apache/sysds/runtime/compress/CompressedMatrixBlockFactory.java",
"new_path": "src/main/java/org/apache/sysds/runtime/compress/CompressedMatrixBlockFactory.java",
"diff": "@@ -268,13 +268,14 @@ public class CompressedMatrixBlockFactory {\nif(... | Java | Apache License 2.0 | apache/systemds | [SYSTEMDS-3453] CLA Append N SDC
This commit adds the a generic approach to append N for SDC. |
49,706 | 27.10.2022 18:34:08 | -7,200 | 387bc2cd3075acec3ab209c6dcd3606115e0ee5f | MatrixBlock equals Sparse Specialization
This commit adds support for efficient sparse comparison of equality,
Supported with individual kernels is now sparse-sparse and sparse-dense.
With of cause the best performance if both sides are allocated in the
same way.
Closes | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "src/main/java/org/apache/sysds/runtime/data/Block.java",
"diff": "+/*\n+ * Licensed to the Apache Software Foundation (ASF) under one\n+ * or more contributor license agreements. See the NOTICE file\n+ * distributed with this work for additional... | Java | Apache License 2.0 | apache/systemds | [SYSTEMDS-3457] MatrixBlock equals Sparse Specialization
This commit adds support for efficient sparse comparison of equality,
Supported with individual kernels is now sparse-sparse and sparse-dense.
With of cause the best performance if both sides are allocated in the
same way.
Closes #1713 |
49,706 | 25.10.2022 19:55:18 | -7,200 | 11d07737a61d2142774c89857fb00d3338d6cc1d | [MINOR] Add scheme for empty
Add a empty scheme for empty column groups.
Closes | [
{
"change_type": "MODIFY",
"old_path": "src/main/java/org/apache/sysds/runtime/compress/colgroup/ColGroupEmpty.java",
"new_path": "src/main/java/org/apache/sysds/runtime/compress/colgroup/ColGroupEmpty.java",
"diff": "@@ -25,6 +25,7 @@ import java.util.Arrays;\nimport org.apache.sysds.runtime.DMLRun... | Java | Apache License 2.0 | apache/systemds | [MINOR] Add scheme for empty
Add a empty scheme for empty column groups.
Closes #1711 |
49,706 | 28.10.2022 14:40:01 | -7,200 | 2a85ff18fc02f85e393cfb3d6b3d78e7b4608f59 | [MINOR] Fix wildcard import in InstructionUtils | [
{
"change_type": "MODIFY",
"old_path": "src/main/java/org/apache/sysds/runtime/instructions/InstructionUtils.java",
"new_path": "src/main/java/org/apache/sysds/runtime/instructions/InstructionUtils.java",
"diff": "@@ -83,15 +83,27 @@ import org.apache.sysds.runtime.functionobjects.ReduceDiag;\nimpor... | Java | Apache License 2.0 | apache/systemds | [MINOR] Fix wildcard import in InstructionUtils |
49,706 | 31.10.2022 17:23:12 | -3,600 | d097c403a0a5f203acca9cb05534d6ccbf134edc | [MINOR] Correct compiled function for FrameBlock
This commit fixes the compilation and return of mapping functions
to use the new path of the FrameBlock | [
{
"change_type": "MODIFY",
"old_path": "src/main/java/org/apache/sysds/runtime/frame/data/FrameBlock.java",
"new_path": "src/main/java/org/apache/sysds/runtime/frame/data/FrameBlock.java",
"diff": "@@ -2505,7 +2505,7 @@ public class FrameBlock implements CacheBlock, Externalizable {\n// construct cl... | Java | Apache License 2.0 | apache/systemds | [MINOR] Correct compiled function for FrameBlock
This commit fixes the compilation and return of mapping functions
to use the new path of the FrameBlock |
49,706 | 31.10.2022 18:16:54 | -3,600 | b54422cc70fd8c86037c8d97f20325e65052c48e | [MINOR] Change python binding to frame
This commit fixes the python binding to use the new path
for the FrameBlock.
Closes | [
{
"change_type": "MODIFY",
"old_path": "src/main/python/systemds/utils/converters.py",
"new_path": "src/main/python/systemds/utils/converters.py",
"diff": "@@ -113,7 +113,7 @@ def pandas_to_frame_block(sds: \"SystemDSContext\", pd_df: pd.DataFrame):\ntry:\njc_ValueType = jvm.org.apache.sysds.common.... | Java | Apache License 2.0 | apache/systemds | [MINOR] Change python binding to frame
This commit fixes the python binding to use the new path
for the FrameBlock.
Closes #1717 |
49,724 | 01.11.2022 08:56:51 | -3,600 | 952ed0089be2744becf973a408c08c879cd55893 | [MINOR] Remove duplicate tests for countDistinct
This patch removes duplicate tests for countDistinct builtin
Closes | [
{
"change_type": "DELETE",
"old_path": "src/test/java/org/apache/sysds/test/functions/countDistinct/CountDistinctApproxCol.java",
"new_path": null,
"diff": "-/*\n- * Licensed to the Apache Software Foundation (ASF) under one\n- * or more contributor license agreements. See the NOTICE file\n- * distr... | Java | Apache License 2.0 | apache/systemds | [MINOR] Remove duplicate tests for countDistinct
This patch removes duplicate tests for countDistinct builtin
Closes #1719 |
49,706 | 02.11.2022 09:58:14 | -3,600 | 32331d683ccd997ae2123507972b05f762dc3334 | Federated Monitoring Tool Fix Rat Check
This commit exclude the license check for the monitoring tools artifacts
for when installed locally. Previously the license check would fail on
50k+ files, from the monitoring tools build. | [
{
"change_type": "MODIFY",
"old_path": "pom.xml",
"new_path": "pom.xml",
"diff": "<exclude>scripts/perftest/temp/**</exclude>\n<exclude>scripts/tutorials/**</exclude>\n<exclude>scripts/perftest/logs/**</exclude>\n+ <exclude>scripts/monitoring/node_modules/**</exclude>\n<exclude>.gitignore</exclude>\... | Java | Apache License 2.0 | apache/systemds | [SYSTEMDS-3348] Federated Monitoring Tool Fix Rat Check
This commit exclude the license check for the monitoring tools artifacts
for when installed locally. Previously the license check would fail on
50k+ files, from the monitoring tools build. |
49,689 | 02.11.2022 15:44:40 | -3,600 | f55ca74d5ac90a305d08db7260f638078de62b03 | Disable successful Prefetch count test
This patch brings a minor change in the PrefetchRDD tests. Now, we
only check the number of Prefetch instructions executed and removed
the check for how many of those are successful.
Closes | [
{
"change_type": "MODIFY",
"old_path": "src/test/java/org/apache/sysds/test/functions/async/PrefetchRDDTest.java",
"new_path": "src/test/java/org/apache/sysds/test/functions/async/PrefetchRDDTest.java",
"diff": "@@ -110,8 +110,8 @@ public class PrefetchRDDTest extends AutomatedTestBase {\nlong expec... | Java | Apache License 2.0 | apache/systemds | [SYSTEMDS-3088] Disable successful Prefetch count test
This patch brings a minor change in the PrefetchRDD tests. Now, we
only check the number of Prefetch instructions executed and removed
the check for how many of those are successful.
Closes #1720 |
49,700 | 11.10.2022 08:02:25 | -7,200 | 755f879419eccad29961d80535caab434f592aea | Docker Setup For HE
This commit changes the dockerfile for tests to include SEAL for running the homomorphic encryption tests.
The ignore tags are removed from the HE tests and the tests are added to the GitHub test workflows.
Closes | [
{
"change_type": "MODIFY",
"old_path": ".github/workflows/functionsTests.yml",
"new_path": ".github/workflows/functionsTests.yml",
"diff": "@@ -65,7 +65,7 @@ jobs:\n\"**.functions.dnn.**,**.functions.paramserv.**\",\n\"**.functions.recompile.**,**.functions.misc.**,**.functions.mlcontext.**\",\n\"**... | Java | Apache License 2.0 | apache/systemds | [SYSTEMDS-3280] Docker Setup For HE
This commit changes the dockerfile for tests to include SEAL for running the homomorphic encryption tests.
The ignore tags are removed from the HE tests and the tests are added to the GitHub test workflows.
Closes #1721. |
49,706 | 08.11.2022 17:45:04 | -3,600 | fc474f6dff66f6df4d15d710e25bde133067d40e | [MINOR] Fix functionTests again
There was another syntax error in the github FunctionTests file.
This commit fixes that. | [
{
"change_type": "MODIFY",
"old_path": ".github/workflows/functionsTests.yml",
"new_path": ".github/workflows/functionsTests.yml",
"diff": "@@ -52,11 +52,11 @@ jobs:\n\"**.functions.a**.**,**.functions.binary.frame.**,**.functions.binary.matrix.**,**.functions.binary.scalar.**,**.functions.binary.te... | Java | Apache License 2.0 | apache/systemds | [MINOR] Fix functionTests again
There was another syntax error in the github FunctionTests file.
This commit fixes that. |
49,706 | 08.11.2022 14:33:32 | -3,600 | 6681c34171362809157f89ef08d03ab791ef3b14 | [MINOR] Install wheel before sklearn GitHub Actions
This address a install flaw in python where sklearn does not install
properly if wheel is not installed first. | [
{
"change_type": "MODIFY",
"old_path": ".github/workflows/python.yml",
"new_path": ".github/workflows/python.yml",
"diff": "@@ -99,7 +99,8 @@ jobs:\n# Install pip twice to update past the versions.\npip install --upgrade pip\npip install --upgrade pip\n- pip install numpy py4j wheel scipy sklearn re... | Java | Apache License 2.0 | apache/systemds | [MINOR] Install wheel before sklearn GitHub Actions
This address a install flaw in python where sklearn does not install
properly if wheel is not installed first. |
49,706 | 09.11.2022 12:56:25 | -3,600 | 01e23d9ae410c25e08943559ce025e389f06fc1d | [MINOR] Ignore Mice categoricalCP
The new install of our test image installed new packages that are not
compatible with the test:
functions.builtin.part2.BuiltinMiceTest#testMiceCategoricalCP
Closes | [
{
"change_type": "MODIFY",
"old_path": "src/test/java/org/apache/sysds/test/functions/builtin/part2/BuiltinMiceTest.java",
"new_path": "src/test/java/org/apache/sysds/test/functions/builtin/part2/BuiltinMiceTest.java",
"diff": "package org.apache.sysds.test.functions.builtin.part2;\n+import java.uti... | Java | Apache License 2.0 | apache/systemds | [MINOR] Ignore Mice categoricalCP
The new install of our test image installed new packages that are not
compatible with the test:
functions.builtin.part2.BuiltinMiceTest#testMiceCategoricalCP
Closes #1723 |
49,706 | 11.11.2022 13:10:00 | -3,600 | 9a507ea4ce79f3445727ea5720fa98cf176a3d9b | [MINOR] Increase monitor test wait | [
{
"change_type": "MODIFY",
"old_path": "src/test/java/org/apache/sysds/test/AutomatedTestBase.java",
"new_path": "src/test/java/org/apache/sysds/test/AutomatedTestBase.java",
"diff": "@@ -121,8 +121,10 @@ public abstract class AutomatedTestBase {\npublic static boolean TEST_GPU = false;\npublic stat... | Java | Apache License 2.0 | apache/systemds | [MINOR] Increase monitor test wait |
49,706 | 15.11.2022 15:19:06 | -3,600 | 15e278a257ead5cf42891d2970664ba5f0682e80 | Python Combine Write
This commit finally adds a long wanted feature to python scripts.
This allows us to call multiple end nodes in a script without having
to do multiple executions.
Combine(Write(X,"Path1"), Write(Y,"Path2")).compute()
Similarly we can do:
Combine(Print(X), Write(X,"Path1)).compute()
Closes | [
{
"change_type": "MODIFY",
"old_path": "src/main/python/docs/source/code/guide/end_to_end/part2.py",
"new_path": "src/main/python/docs/source/code/guide/end_to_end/part2.py",
"diff": "@@ -40,15 +40,11 @@ with SystemDSContext() as sds:\n# Transform frames to matrices.\nX, M1 = X_frame.transform_encod... | Java | Apache License 2.0 | apache/systemds | [SYSTEMDS-3464] Python Combine Write
This commit finally adds a long wanted feature to python scripts.
This allows us to call multiple end nodes in a script without having
to do multiple executions.
Combine(Write(X,"Path1"), Write(Y,"Path2")).compute()
Similarly we can do:
Combine(Print(X), Write(X,"Path1)).compute()
Closes #1729 |
49,689 | 28.11.2022 00:02:51 | -3,600 | 00f649129ae1568682ee7e0121e7aa0d75353271 | Lineage-based local reuse of Spark actions
This patch extends the lineage cache framework to cache the results
of the Spark instruction, which return intermediates back to local.
Only caching the actions avoids unnecessary triggering and fetching
all Spark intermediates. For now, we avoid caching the future-based
results.
Closes | [
{
"change_type": "MODIFY",
"old_path": "src/main/java/org/apache/sysds/runtime/instructions/spark/AggregateUnarySPInstruction.java",
"new_path": "src/main/java/org/apache/sysds/runtime/instructions/spark/AggregateUnarySPInstruction.java",
"diff": "@@ -222,6 +222,10 @@ public class AggregateUnarySPIn... | Java | Apache License 2.0 | apache/systemds | [SYSTEMDS-3470] Lineage-based local reuse of Spark actions
This patch extends the lineage cache framework to cache the results
of the Spark instruction, which return intermediates back to local.
Only caching the actions avoids unnecessary triggering and fetching
all Spark intermediates. For now, we avoid caching the future-based
results.
Closes #1739 |
49,689 | 29.11.2022 00:05:01 | -3,600 | 03c546fe3392759b18529db0ccb3d26328b02e0f | Generalize selecting reusable Spark instructions
This patch allows putting any Matrix Object in the lineage cache
which does not have a valid RDD. This change makes it easier to
separate Spark instructions which returns intermediate back to local.
Closes | [
{
"change_type": "MODIFY",
"old_path": "src/main/java/org/apache/sysds/runtime/controlprogram/caching/CacheableData.java",
"new_path": "src/main/java/org/apache/sysds/runtime/controlprogram/caching/CacheableData.java",
"diff": "@@ -443,6 +443,10 @@ public abstract class CacheableData<T extends Cache... | Java | Apache License 2.0 | apache/systemds | [SYSTEMDS-3470] Generalize selecting reusable Spark instructions
This patch allows putting any Matrix Object in the lineage cache
which does not have a valid RDD. This change makes it easier to
separate Spark instructions which returns intermediate back to local.
Closes #1742 |
49,720 | 30.11.2022 12:46:44 | -3,600 | 9f2aa4e1035c6f80ca09db27b2b740313b18b880 | [MINOR] Inclusion of error-based sub-sampling in cleaning pipelines | [
{
"change_type": "MODIFY",
"old_path": "scripts/builtin/abstain.dml",
"new_path": "scripts/builtin/abstain.dml",
"diff": "@@ -41,7 +41,7 @@ return (Matrix[Double] Xout, Matrix[Double] Yout)\n{\nXout = X\nYout = Y\n- if(min(Y) != max(Y))\n+ if(min(Y) != max(Y) & max(Y) <= 2)\n{\nbetas = multiLogReg(X... | Java | Apache License 2.0 | apache/systemds | [MINOR] Inclusion of error-based sub-sampling in cleaning pipelines |
49,689 | 30.11.2022 16:46:16 | -3,600 | 220fd54aace04f85764cdfbbcd8212ea2480d65f | Enable multi-threaded transformencode/apply
This patch changes the defaults of the Encode config flags
to use the multi-threaded build, apply, allocation and
compactions methods for CP transformencode/apply.
Closes | [
{
"change_type": "MODIFY",
"old_path": "src/main/java/org/apache/sysds/conf/DMLConfig.java",
"new_path": "src/main/java/org/apache/sysds/conf/DMLConfig.java",
"diff": "@@ -152,7 +152,7 @@ public class DMLConfig\n_defaultVals.put(CP_PARALLEL_IO, \"true\" );\n_defaultVals.put(PARALLEL_TOKENIZE, \"fals... | Java | Apache License 2.0 | apache/systemds | [SYSTEMDS-3471] Enable multi-threaded transformencode/apply
This patch changes the defaults of the Encode config flags
to use the multi-threaded build, apply, allocation and
compactions methods for CP transformencode/apply.
Closes #1743 |
49,689 | 30.11.2022 18:59:13 | -3,600 | afa315d8315b238ad29edf5e64c3d6954afd8cfd | Rename triggerremote instruction to checkpoint_e
This patch extends the checkpoint instruction with an asynchronous
checkpoint_e (eager checkpoint) version. This operator eagerly triggers
a chain of Spark operations and persist the distributed results.
Closes | [
{
"change_type": "MODIFY",
"old_path": "src/main/java/org/apache/sysds/conf/ConfigurationManager.java",
"new_path": "src/main/java/org/apache/sysds/conf/ConfigurationManager.java",
"diff": "@@ -247,6 +247,10 @@ public class ConfigurationManager\nreturn (getDMLConfig().getBooleanValue(DMLConfig.ASYNC... | Java | Apache License 2.0 | apache/systemds | [SYSTEMDS-3443] Rename triggerremote instruction to checkpoint_e
This patch extends the checkpoint instruction with an asynchronous
checkpoint_e (eager checkpoint) version. This operator eagerly triggers
a chain of Spark operations and persist the distributed results.
Closes #1744 |
49,720 | 02.12.2022 12:01:25 | -3,600 | a685373083cc764d271d097c324dc34adda155ab | [MINOR] Cleanups in various cleaning scripts (prints, comments, validation checks etc.) | [
{
"change_type": "MODIFY",
"old_path": "scripts/builtin/bandit.dml",
"new_path": "scripts/builtin/bandit.dml",
"diff": "@@ -286,7 +286,7 @@ run_with_hyperparam = function(Frame[Unknown] ph_pip, Integer r_i = 1, Matrix[Do\nhp = hp[, 2:totalVals]\napplyFunctions = allApplyFunctions[i]\nno_of_res = nro... | Java | Apache License 2.0 | apache/systemds | [MINOR] Cleanups in various cleaning scripts (prints, comments, validation checks etc.) |
49,689 | 02.12.2022 20:27:45 | -3,600 | 912908316a29dbbecfd89c121117cfc32f740a2a | Lineage-based reuse of prefetch instruction
This patch enables caching and reusing prefetch instruction
outputs. This is the first step towards reusing asynchronous
operators.
Closes | [
{
"change_type": "MODIFY",
"old_path": "src/main/java/org/apache/sysds/lops/compile/linearization/ILinearize.java",
"new_path": "src/main/java/org/apache/sysds/lops/compile/linearization/ILinearize.java",
"diff": "@@ -44,6 +44,7 @@ import org.apache.sysds.lops.CSVReBlock;\nimport org.apache.sysds.lo... | Java | Apache License 2.0 | apache/systemds | [SYSTEMDS-3474] Lineage-based reuse of prefetch instruction
This patch enables caching and reusing prefetch instruction
outputs. This is the first step towards reusing asynchronous
operators.
Closes #1746 |
49,689 | 06.12.2022 12:36:09 | -3,600 | 5182796632bfb9173f5d2e7b2e7d20e434270bda | Lineage-based reuse of future-based instructions
This patch enables caching and reuse of future-based Spark
actions.
Closes | [
{
"change_type": "MODIFY",
"old_path": "src/main/java/org/apache/sysds/runtime/controlprogram/context/ExecutionContext.java",
"new_path": "src/main/java/org/apache/sysds/runtime/controlprogram/context/ExecutionContext.java",
"diff": "@@ -602,16 +602,21 @@ public class ExecutionContext {\nmo.release(... | Java | Apache License 2.0 | apache/systemds | [SYSTEMDS-3474] Lineage-based reuse of future-based instructions
This patch enables caching and reuse of future-based Spark
actions.
Closes #1747 |
49,706 | 09.12.2022 11:49:13 | -3,600 | 1abff839d4e565268a1b557a3987e7f7845cd362 | Spark unsafe warning suppression
This commit adds a small workaround to the spark execution context
creation, to allow spark to access java 11 unsafe packages.
The workaround have been verified to work in cluster situations,
and remove the warnings written from Java about illegal access to
Unsafe. | [
{
"change_type": "MODIFY",
"old_path": "src/main/java/org/apache/sysds/runtime/controlprogram/context/SparkExecutionContext.java",
"new_path": "src/main/java/org/apache/sysds/runtime/controlprogram/context/SparkExecutionContext.java",
"diff": "@@ -22,6 +22,7 @@ package org.apache.sysds.runtime.contr... | Java | Apache License 2.0 | apache/systemds | [SYSTEMDS-3229] Spark unsafe warning suppression
This commit adds a small workaround to the spark execution context
creation, to allow spark to access java 11 unsafe packages.
The workaround have been verified to work in cluster situations,
and remove the warnings written from Java about illegal access to
Unsafe. |
49,724 | 18.11.2022 17:17:06 | 28,800 | 15df58fe0b4a9ab8290a34b57e08850c0e5b5f05 | Support of MULTI_BLOCK Spark for countDistinct()
This patch adds support for running MULTI_BLOCK aggregations
for countDistinct() builtin on the Spark backend.
The implementation augments the CountDistinctFunctionSketch
with the union() function implementation.
Closes | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "src/main/java/org/apache/sysds/runtime/matrix/data/sketch/countdistinct/BitMapValueCombiner.java",
"diff": "+/*\n+ * Licensed to the Apache Software Foundation (ASF) under one\n+ * or more contributor license agreements. See the NOTICE file\n+ *... | Java | Apache License 2.0 | apache/systemds | [SYSTEMDS-3467] Support of MULTI_BLOCK Spark for countDistinct()
This patch adds support for running MULTI_BLOCK aggregations
for countDistinct() builtin on the Spark backend.
The implementation augments the CountDistinctFunctionSketch
with the union() function implementation.
Closes #1734 |
49,724 | 25.11.2022 11:02:30 | 28,800 | 38ec722a53557037b79eb6259ce17cf2b850af4e | [MINOR] Adding a factory method for MatrixSketch
This patch introduces a factory method for sketches.
This will centralize the creation of all sketches in one place and
prevent duplication of operator switching and validation logic.
Closes | [
{
"change_type": "MODIFY",
"old_path": "src/main/java/org/apache/sysds/runtime/instructions/spark/AggregateUnarySketchSPInstruction.java",
"new_path": "src/main/java/org/apache/sysds/runtime/instructions/spark/AggregateUnarySketchSPInstruction.java",
"diff": "@@ -117,7 +117,7 @@ public class Aggrega... | Java | Apache License 2.0 | apache/systemds | [MINOR] Adding a factory method for MatrixSketch
This patch introduces a factory method for sketches.
This will centralize the creation of all sketches in one place and
prevent duplication of operator switching and validation logic.
Closes #1738 |
49,724 | 09.12.2022 17:26:31 | 28,800 | 818b58dd57c0a3f619e609f2062504c8ec24aeee | [MINOR] Create matrix sketches exclusively using MatrixSketchFactory
This patch ensures that all matrix sketches are instantiated via MatrixSketchFactory
Closes | [
{
"change_type": "MODIFY",
"old_path": "src/main/java/org/apache/sysds/runtime/matrix/data/LibMatrixCountDistinct.java",
"new_path": "src/main/java/org/apache/sysds/runtime/matrix/data/LibMatrixCountDistinct.java",
"diff": "@@ -36,8 +36,7 @@ import org.apache.sysds.runtime.data.SparseBlockCSR;\nimpo... | Java | Apache License 2.0 | apache/systemds | [MINOR] Create matrix sketches exclusively using MatrixSketchFactory
This patch ensures that all matrix sketches are instantiated via MatrixSketchFactory
Closes #1749 |
49,706 | 10.12.2022 12:40:11 | -3,600 | a3fab6a87d88593c490ba384fd13c413c14cd161 | Spark with default settings
This commit fixes a minor bug introduced in the fix for spark
default settings, by separating the Log4J setting into two
variables in the bash /bin/systemds. | [
{
"change_type": "MODIFY",
"old_path": "bin/systemds",
"new_path": "bin/systemds",
"diff": "@@ -100,17 +100,16 @@ if [ -z \"$LOG4JPROP\" ] ; then\nif [ -z \"${LOG4JPROP}\" ]; then\nLOG4JPROP=\"\"\nelse\n- LOG4JPROP=\"-Dlog4j.configuration=file:$LOG4JPROP\"\n+ LOG4JPROPFULL=\"-Dlog4j.configuration=fi... | Java | Apache License 2.0 | apache/systemds | [SYSTEMDS-3476] Spark with default settings
This commit fixes a minor bug introduced in the fix for spark
default settings, by separating the Log4J setting into two
variables in the bash /bin/systemds. |
49,720 | 16.11.2022 14:40:12 | -3,600 | e32528220d26aa0053b145f6d9c6909f478bde9c | applySchema DML builtin
This commit adds the ApplySchema primitive to change the schema of
an already allocated FrameBlock in DML.
Closes | [
{
"change_type": "MODIFY",
"old_path": "src/main/java/org/apache/sysds/common/Builtins.java",
"new_path": "src/main/java/org/apache/sysds/common/Builtins.java",
"diff": "@@ -47,6 +47,7 @@ public enum Builtins {\nALS_PREDICT(\"alsPredict\", true),\nALS_TOPK_PREDICT(\"alsTopkPredict\", true),\nAPPLY_P... | Java | Apache License 2.0 | apache/systemds | [SYSTEMDS-3272] applySchema DML builtin
This commit adds the ApplySchema primitive to change the schema of
an already allocated FrameBlock in DML.
Closes #1732 |
49,689 | 14.12.2022 17:19:18 | -3,600 | d1c2d9100502e966215b85cf40de136f65e5bb98 | Statistics maintenance for MatrixObjectFuture | [
{
"change_type": "MODIFY",
"old_path": "src/main/java/org/apache/sysds/runtime/controlprogram/context/MatrixObjectFuture.java",
"new_path": "src/main/java/org/apache/sysds/runtime/controlprogram/context/MatrixObjectFuture.java",
"diff": "package org.apache.sysds.runtime.controlprogram.context;\n+imp... | Java | Apache License 2.0 | apache/systemds | [SYSTEMDS-3466] Statistics maintenance for MatrixObjectFuture |
49,698 | 17.12.2022 20:00:17 | -19,080 | fd3a305b4e2922f23f4e68bbc11d30e8726c7f99 | script to check the release machine requirements
* script to check the dev machine requirements
* script checks for
- Ubuntu version 18 & 20
- Maven build
- GPG
Usage:
from the top directory:
> python ./dev/release/check-release-machine.py | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "dev/release/check-release-machine.py",
"diff": "+#!/usr/bin/env python3\n+#-------------------------------------------------------------\n+#\n+# Licensed to the Apache Software Foundation (ASF) under one\n+# or more contributor license agreement... | Java | Apache License 2.0 | apache/systemds | [SYSTEMDS-3187] script to check the release machine requirements (#1551)
* script to check the dev machine requirements
* script checks for
- Ubuntu version 18 & 20
- Maven build
- GPG
Usage:
from the top directory:
> python ./dev/release/check-release-machine.py |
49,698 | 17.12.2022 20:31:47 | -19,080 | b958fa83f896f3933e5b3a894dfa4f4c4591a21c | Add documentation for the release process
First draft:
* Release process description
* Release machine requirements
* voting process
* checklists of the release process from choosing release manager to release conclusion.
Closes | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "docs/site/release-process.md",
"diff": "+---\n+layout: site\n+title: Release Process\n+---\n+<!--\n+{% comment %}\n+Licensed to the Apache Software Foundation (ASF) under one or more\n+contributor license agreements. See the NOTICE file distribu... | Java | Apache License 2.0 | apache/systemds | [SYSTEMDS-3187] Add documentation for the release process
First draft:
* Release process description
* Release machine requirements
* voting process
* checklists of the release process from choosing release manager to release conclusion.
Closes #1752. |
49,698 | 18.12.2022 00:02:19 | -19,080 | 0c3c3c297d083efa4899de6533b3e36f854ce99f | Verify release scripts with github workflows
Confidence check that the shell scripts used for release, won't break.
maven release related plugins work as intended.
Closes | [
{
"change_type": "ADD",
"old_path": null,
"new_path": ".github/workflows/release-scripts.yml",
"diff": "+#-------------------------------------------------------------\n+#\n+# Licensed to the Apache Software Foundation (ASF) under one\n+# or more contributor license agreements. See the NOTICE file\n... | Java | Apache License 2.0 | apache/systemds | [SYSTEMDS-3480] Verify release scripts with github workflows
- Confidence check that the shell scripts used for release, won't break.
- maven release related plugins work as intended.
Closes #1753. |
49,706 | 21.12.2022 13:18:27 | -3,600 | e2e560a2d6382d9b290f0e8f25e41772ad6c91ec | applySchema FrameBlock parallel
This commit improve performance of applySchema through parallelization,
from 0.8- 0.9 sec to 0.169 sec on a 64kx2k Frame block, also included
are test with 100% test coverage of the applySchema. | [
{
"change_type": "MODIFY",
"old_path": "src/main/java/org/apache/sysds/runtime/frame/data/FrameBlock.java",
"new_path": "src/main/java/org/apache/sysds/runtime/frame/data/FrameBlock.java",
"diff": "@@ -51,12 +51,14 @@ import org.apache.sysds.common.Types.ValueType;\nimport org.apache.sysds.runtime.D... | Java | Apache License 2.0 | apache/systemds | [SYSTEMDS-3272] applySchema FrameBlock parallel
This commit improve performance of applySchema through parallelization,
from 0.8- 0.9 sec to 0.169 sec on a 64kx2k Frame block, also included
are test with 100% test coverage of the applySchema. |
49,706 | 21.12.2022 13:53:35 | -3,600 | 22acbf3f3adaeac7bcf1e5806fcf71472c150cde | [MINOR] Make BinaryCPInstruction MultithreadedOperators
This commit change the class of operation, to correctly reflect being
multithreaded to allow applySchema to include the thread
count in the instruction.
The change is mainly semantic since it already is maintained that the
operation class is multithreaded. | [
{
"change_type": "MODIFY",
"old_path": "src/main/java/org/apache/sysds/runtime/frame/data/FrameBlock.java",
"new_path": "src/main/java/org/apache/sysds/runtime/frame/data/FrameBlock.java",
"diff": "@@ -1747,7 +1747,18 @@ public class FrameBlock implements CacheBlock<FrameBlock>, Externalizable {\n* ... | Java | Apache License 2.0 | apache/systemds | [MINOR] Make BinaryCPInstruction MultithreadedOperators
This commit change the class of operation, to correctly reflect being
multithreaded to allow applySchema to include the thread
count in the instruction.
The change is mainly semantic since it already is maintained that the
operation class is multithreaded. |
49,689 | 04.01.2023 09:56:12 | -3,600 | eb3e38477097d967419075f4b61b2da25321dd2c | Compile-time checkpoint placement for shared Spark OPs
This patch brings the initial implementation of placing checkpoint Lops
after expensive Spark operations, which are shared among multiple Spark
jobs. In addition, this patch fixes bugs and extends statistics.
Closes | [
{
"change_type": "MODIFY",
"old_path": "src/main/java/org/apache/sysds/lops/compile/linearization/ILinearize.java",
"new_path": "src/main/java/org/apache/sysds/lops/compile/linearization/ILinearize.java",
"diff": "@@ -47,8 +47,11 @@ import org.apache.sysds.lops.DataGen;\nimport org.apache.sysds.lops... | Java | Apache License 2.0 | apache/systemds | [SYSTEMDS-3483] Compile-time checkpoint placement for shared Spark OPs
This patch brings the initial implementation of placing checkpoint Lops
after expensive Spark operations, which are shared among multiple Spark
jobs. In addition, this patch fixes bugs and extends statistics.
Closes #1758 |
49,706 | 12.01.2023 09:41:31 | -3,600 | f4ca42684c88045a4cc71b5918a35bb689827405 | [MINOR] fix serialized size of String Array
I added a minor change to also serialize the materialized size of
StringArray in frames. This did not take into consideration the
serialized size difference of 8 bits.
Closes | [
{
"change_type": "MODIFY",
"old_path": "src/main/java/org/apache/sysds/runtime/frame/data/columns/StringArray.java",
"new_path": "src/main/java/org/apache/sysds/runtime/frame/data/columns/StringArray.java",
"diff": "@@ -264,7 +264,7 @@ public class StringArray extends Array<String> {\n@Override\npub... | Java | Apache License 2.0 | apache/systemds | [MINOR] fix serialized size of String Array
I added a minor change to also serialize the materialized size of
StringArray in frames. This did not take into consideration the
serialized size difference of 8 bits.
Closes #1762 |
49,706 | 13.01.2023 23:44:06 | -3,600 | 50b2c9fb4b7946906813af9f61a58d07c2209fd5 | [MINOR] CSV count lines no materialization | [
{
"change_type": "MODIFY",
"old_path": "src/main/java/org/apache/sysds/runtime/io/FrameReaderTextCSV.java",
"new_path": "src/main/java/org/apache/sysds/runtime/io/FrameReaderTextCSV.java",
"diff": "@@ -208,18 +208,26 @@ public class FrameReaderTextCSV extends FrameReader {\n// compute number of rows... | Java | Apache License 2.0 | apache/systemds | [MINOR] CSV count lines no materialization |
49,706 | 18.01.2023 15:58:10 | -3,600 | 6195b3d3c260ba3c7e6866d60ab2b5bd438ccd0e | [MINOR] Initial support for CPcompression Frames
This commit adds the simplest form of compression (none), but it does
add the support and infrastructure to start doing compression. | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "src/main/java/org/apache/sysds/runtime/frame/data/compress/FrameCompressionStatistics.java",
"diff": "+/*\n+ * Licensed to the Apache Software Foundation (ASF) under one\n+ * or more contributor license agreements. See the NOTICE file\n+ * distr... | Java | Apache License 2.0 | apache/systemds | [MINOR] Initial support for CPcompression Frames
This commit adds the simplest form of compression (none), but it does
add the support and infrastructure to start doing compression. |
49,706 | 19.01.2023 09:31:40 | -3,600 | 3554613c4df6348a4454bed48bbc0cc329c6541f | [MINOR] Fix various warnings | [
{
"change_type": "MODIFY",
"old_path": "src/main/java/org/apache/sysds/runtime/instructions/cp/DataGenCPInstruction.java",
"new_path": "src/main/java/org/apache/sysds/runtime/instructions/cp/DataGenCPInstruction.java",
"diff": "package org.apache.sysds.runtime.instructions.cp;\n-import java.util.Arr... | Java | Apache License 2.0 | apache/systemds | [MINOR] Fix various warnings |
49,706 | 19.01.2023 09:32:57 | -3,600 | 6dbc983efb158e5762c76459fbc7970f0ba82679 | [MINOR] Remove unreachable code LineageCache | [
{
"change_type": "MODIFY",
"old_path": "src/main/java/org/apache/sysds/runtime/lineage/LineageCache.java",
"new_path": "src/main/java/org/apache/sysds/runtime/lineage/LineageCache.java",
"diff": "@@ -150,9 +150,6 @@ public class LineageCache\nif (!((SparkExecutionContext) ec).isRDDCached(rdd.getRDD(... | Java | Apache License 2.0 | apache/systemds | [MINOR] Remove unreachable code LineageCache |
49,706 | 19.01.2023 17:16:37 | -3,600 | 51dbaf3ef5cfbc78209d350e3fa7badef743646e | Compressed Frame Write and Read Binary
This commit contains the infrastructure to write and read binary
compressed frames. Note that the compression framework for frames
is not done, but this code use the basic interface for it while
using the binary blocks code as the base. | [
{
"change_type": "MODIFY",
"old_path": "src/main/java/org/apache/sysds/runtime/frame/data/lib/FrameLibCompress.java",
"new_path": "src/main/java/org/apache/sysds/runtime/frame/data/lib/FrameLibCompress.java",
"diff": "@@ -25,6 +25,11 @@ import org.apache.sysds.runtime.frame.data.FrameBlock;\nimport ... | Java | Apache License 2.0 | apache/systemds | [SYSTEMDS-3488] Compressed Frame Write and Read Binary
This commit contains the infrastructure to write and read binary
compressed frames. Note that the compression framework for frames
is not done, but this code use the basic interface for it while
using the binary blocks code as the base. |
49,706 | 20.01.2023 13:21:46 | -3,600 | 0ae02041202c6fb6827bbd380f4debf0e0f8b65a | [MINOR] multitenant federated test solidify | [
{
"change_type": "MODIFY",
"old_path": "src/test/java/org/apache/sysds/test/functions/federated/multitenant/FederatedLineageTraceReuseTest.java",
"new_path": "src/test/java/org/apache/sysds/test/functions/federated/multitenant/FederatedLineageTraceReuseTest.java",
"diff": "package org.apache.sysds.t... | Java | Apache License 2.0 | apache/systemds | [MINOR] multitenant federated test solidify |
49,689 | 21.01.2023 19:47:45 | -3,600 | 6c722ecedb49df4301b53067fb530a2a8ff300cf | Bug fixes, new tests and extensions
This patch fixes bugs in the max_parallelize operator ordering
logic, adds extensions such as finding and defining operators
with collect for broadcast as triggering Spark roots and an
asynchronous Zipmm implementation. This patch as well adds
new tests. | [
{
"change_type": "MODIFY",
"old_path": "src/main/java/org/apache/sysds/lops/BinaryM.java",
"new_path": "src/main/java/org/apache/sysds/lops/BinaryM.java",
"diff": "@@ -76,6 +76,13 @@ public class BinaryM extends Lop\nreturn \" Operation: \" + _operation;\n}\n+ @Override\n+ public Lop getBroadcastInp... | Java | Apache License 2.0 | apache/systemds | [SYSTEMDS-3469] Bug fixes, new tests and extensions
This patch fixes bugs in the max_parallelize operator ordering
logic, adds extensions such as finding and defining operators
with collect for broadcast as triggering Spark roots and an
asynchronous Zipmm implementation. This patch as well adds
new tests. |
49,706 | 21.01.2023 16:20:16 | -3,600 | 021467d59266e4f7a0e97c7cc0040a52d550e86d | [MINOR] 100% FrameIterator Tests
This commit adds full iterator tests, and found 1 null pointer exception. | [
{
"change_type": "MODIFY",
"old_path": "src/main/java/org/apache/sysds/runtime/frame/data/iterators/IteratorFactory.java",
"new_path": "src/main/java/org/apache/sysds/runtime/frame/data/iterators/IteratorFactory.java",
"diff": "package org.apache.sysds.runtime.frame.data.iterators;\n-import java.uti... | Java | Apache License 2.0 | apache/systemds | [MINOR] 100% FrameIterator Tests
This commit adds full iterator tests, and found 1 null pointer exception. |
49,700 | 27.01.2023 12:57:41 | -3,600 | c4636bc59bfe94c0d9cf1f1c0078ba5616216d29 | Edit Extrapolation of U-Net Input
The updated version includes both for-loop and parfor-loop versions. The update also includes a test.
Closes | [
{
"change_type": "MODIFY",
"old_path": "scripts/nn/examples/u-net.dml",
"new_path": "scripts/nn/examples/u-net.dml",
"diff": "@@ -47,25 +47,129 @@ source(\"scripts/utils/image_utils.dml\") as img_utils\n* - C: Number of channels of X\n* - Hin: Height of each element of X\n* - Win: Width of each elem... | Java | Apache License 2.0 | apache/systemds | [SYSTEMDS-3018] Edit Extrapolation of U-Net Input
The updated version includes both for-loop and parfor-loop versions. The update also includes a test.
Closes #1773. |
49,706 | 27.01.2023 16:09:10 | -3,600 | 5ab14a408aefecb2fef0ce71610b87131a6311c7 | [MINOR] Fix missed error in last Compressed Transform commit | [
{
"change_type": "MODIFY",
"old_path": "src/main/java/org/apache/sysds/runtime/transform/encode/MultiColumnEncoder.java",
"new_path": "src/main/java/org/apache/sysds/runtime/transform/encode/MultiColumnEncoder.java",
"diff": "@@ -865,6 +865,15 @@ public class MultiColumnEncoder implements Encoder {\... | Java | Apache License 2.0 | apache/systemds | [MINOR] Fix missed error in last Compressed Transform commit |
49,702 | 01.02.2023 20:17:47 | -3,600 | d0a6accaba55df906994899a8c7bb794f04ca8e9 | Python 3.9 support
This commit fix a parser conflict for python 3.9, where the generator
package was containing a python file that conflicts with 3.9+ python,
called parser.py. | [
{
"change_type": "MODIFY",
"old_path": "src/main/python/generator/__init__.py",
"new_path": "src/main/python/generator/__init__.py",
"diff": "@@ -24,7 +24,7 @@ from generator.generator import (\nPythonAPIFunctionGenerator,\nPythonAPIDocumentationGenerator\n)\n-from generator.parser import FunctionPa... | Java | Apache License 2.0 | apache/systemds | [SYSTEMDS-3494] Python 3.9 support
This commit fix a parser conflict for python 3.9, where the generator
package was containing a python file that conflicts with 3.9+ python,
called parser.py. |
49,702 | 01.02.2023 20:18:38 | -3,600 | bfc26e747d316df9535527ce49cf315bd8eaef83 | Python windows install
This commit adds minor steps to the install guide for Python to include
a python virtual environment step, and logic for powershell install and
setup of the Python build from source.
Closes | [
{
"change_type": "MODIFY",
"old_path": "src/main/python/.gitignore",
"new_path": "src/main/python/.gitignore",
"diff": "@@ -22,3 +22,5 @@ tests/list/tmp\ntests/algorithms/readwrite/\ntests/examples/tutorials/model\ntests/lineage/temp\n+\n+python_venv/\n"
},
{
"change_type": "MODIFY",
"ol... | Java | Apache License 2.0 | apache/systemds | [SYSTEMDS-3493] Python windows install
This commit adds minor steps to the install guide for Python to include
a python virtual environment step, and logic for powershell install and
setup of the Python build from source.
Closes #1779 |
49,700 | 02.02.2023 12:32:26 | -3,600 | 6b25434106e4793a15bdc16097fec51e11f7ab44 | [MINOR] Edit U-Net To Use One-Hot Encoded Labels
Closes | [
{
"change_type": "MODIFY",
"old_path": "scripts/nn/examples/u-net.dml",
"new_path": "scripts/nn/examples/u-net.dml",
"diff": "@@ -31,7 +31,7 @@ source(\"scripts/nn/layers/dropout.dml\") as dropout\nsource(\"scripts/nn/layers/l2_reg.dml\") as l2_reg\nsource(\"scripts/nn/layers/max_pool2d_builtin.dml\... | Java | Apache License 2.0 | apache/systemds | [MINOR] Edit U-Net To Use One-Hot Encoded Labels
Closes #1780. |
49,706 | 05.02.2023 17:21:23 | -3,600 | 58746bc777ac922cbabc48d484cb86164581066b | Parallel Compressed Encode
This commit updates the compressed encode to encode each encoding
in parallel, while also updating the recode map construction
to an, faster version via putIfAbsent on hashmaps.
For Critero 1Mil:
Parallel reduced from 8.688 - 6 sec
PutIfAbsent reduced from 6 - 4.5 sec.
Closes | [
{
"change_type": "MODIFY",
"old_path": "src/main/java/org/apache/sysds/runtime/compress/colgroup/dictionary/IdentityDictionarySlice.java",
"new_path": "src/main/java/org/apache/sysds/runtime/compress/colgroup/dictionary/IdentityDictionarySlice.java",
"diff": "@@ -120,7 +120,7 @@ public class Identit... | Java | Apache License 2.0 | apache/systemds | [SYSTEMDS-3495] Parallel Compressed Encode
This commit updates the compressed encode to encode each encoding
in parallel, while also updating the recode map construction
to an, faster version via putIfAbsent on hashmaps.
For Critero 1Mil:
- Parallel reduced from 8.688 - 6 sec
- PutIfAbsent reduced from 6 - 4.5 sec.
Closes #1781 |
49,738 | 06.02.2023 17:54:32 | -3,600 | 2a6bb746ebe0c0b6cd581a4e8c57bfb9e352448b | [MINOR] Various code cleanups (imports, annotations) | [
{
"change_type": "MODIFY",
"old_path": "src/main/java/org/apache/sysds/lops/MMRJ.java",
"new_path": "src/main/java/org/apache/sysds/lops/MMRJ.java",
"diff": "@@ -59,7 +59,7 @@ public class MMRJ extends Lop\n@Override\npublic String getInstructions(String input1, String input2, String output) {\n- bo... | Java | Apache License 2.0 | apache/systemds | [MINOR] Various code cleanups (imports, annotations) |
313,483 | 16.03.2017 17:55:31 | 14,400 | c436aaa972582fc027b6fef00f924b4ff814d538 | Fix typos in intro | [
{
"change_type": "MODIFY",
"old_path": "docs/source/intro.rst",
"new_path": "docs/source/intro.rst",
"diff": "@@ -29,13 +29,13 @@ Here's a quick overview of Pyro's features:\n- supports different serializers (serpent, json, marshal, msgpack, pickle, dill).\n- support for all Python data types that a... | Python | MIT License | irmen/pyro4 | Fix typos in intro |
313,483 | 17.03.2017 09:16:28 | 14,400 | ded4f3263f2e4076549cc85273a3cbe2e12e2670 | Fix typo in intro | [
{
"change_type": "MODIFY",
"old_path": "docs/source/intro.rst",
"new_path": "docs/source/intro.rst",
"diff": "@@ -260,7 +260,7 @@ Experiment with the ``benchmark``, ``batchedcalls`` and ``hugetransfer`` example\n.. [1] When configured to use the :py:mod:`pickle` or :py:mod:`dill` serializer,\nyour s... | Python | MIT License | irmen/pyro4 | Fix typo in intro |
313,483 | 17.03.2017 14:45:11 | 14,400 | 7926a7c3d6fb792624b338e38c50b256d4a68ac9 | Fix typos and code sample in tutorial | [
{
"change_type": "MODIFY",
"old_path": "docs/source/tutorials.rst",
"new_path": "docs/source/tutorials.rst",
"diff": "@@ -181,8 +181,7 @@ Pyro uses a network broadcast to see if there's a name server available somewher\na broadcast responder that will respond \"Yeah hi I'm here\"). So in many cases ... | Python | MIT License | irmen/pyro4 | Fix typos and code sample in tutorial |
313,483 | 29.03.2017 09:26:55 | 14,400 | bf99e8344ea5f8edbaa26d98380c39fa4c437555 | Add 'phase3' part for the stockquotes example | [
{
"change_type": "MODIFY",
"old_path": "examples/stockquotes/Readme.txt",
"new_path": "examples/stockquotes/Readme.txt",
"diff": "@@ -20,7 +20,7 @@ decide themselves when a new quote is available, can be found in the\nexample 'stockquotes-old'. It uses callbacks instead of generators.\n-The tutorial... | Python | MIT License | irmen/pyro4 | Add 'phase3' part for the stockquotes example |
313,483 | 30.03.2017 18:30:14 | 14,400 | 783124dd9cdf73d883ae76eb23871caa07547dbe | Add 'phase 3' section to the stockquotes example in the tutorial | [
{
"change_type": "MODIFY",
"old_path": "docs/source/tutorials.rst",
"new_path": "docs/source/tutorials.rst",
"diff": "@@ -783,28 +783,34 @@ If you're interested to see what the name server now contains, type :command:`py\n.. _not-localhost:\n-Running it on different machines\n-======================... | Python | MIT License | irmen/pyro4 | Add 'phase 3' section to the stockquotes example in the tutorial |
313,483 | 30.03.2017 20:40:26 | 14,400 | ea96bb11a5d329a76ce30923abdf7e79b31d2f5e | Fix table of contents for 'phase 3' section to the stockquotes example in the tutorial | [
{
"change_type": "MODIFY",
"old_path": "docs/source/tutorials.rst",
"new_path": "docs/source/tutorials.rst",
"diff": "@@ -24,7 +24,7 @@ This avoids initial networking complexity.\nFor security reasons, Pyro runs stuff on localhost by default.\nIf you want to access things from different machines, yo... | Python | MIT License | irmen/pyro4 | Fix table of contents for 'phase 3' section to the stockquotes example in the tutorial |
313,485 | 01.09.2017 00:36:08 | 21,600 | 86c50e904e140afdec0ef5f3940225205e69a1e8 | Fixing bug in autoproxy behavior, when register() is called w/ a class it is now registered properly with the serializer | [
{
"change_type": "MODIFY",
"old_path": "src/Pyro4/core.py",
"new_path": "src/Pyro4/core.py",
"diff": "@@ -1550,6 +1550,9 @@ class Daemon(object):\n# register a custom serializer for the type to automatically return proxies\n# we need to do this for all known serializers\nfor ser in util._serializers... | Python | MIT License | irmen/pyro4 | Fixing bug in autoproxy behavior, when register() is called w/ a class it is now registered properly with the serializer |
313,481 | 20.01.2019 19:37:17 | -3,600 | 4be6a6f48d126d8f7190290cda951a862c70e798 | compatibility fix for cython3 | [
{
"change_type": "MODIFY",
"old_path": "src/Pyro4/util.py",
"new_path": "src/Pyro4/util.py",
"diff": "@@ -929,7 +929,7 @@ def get_exposed_members(obj, only_exposed=True, as_lists=False, use_cache=True):\nif is_private_attribute(m):\ncontinue\nv = getattr(obj, m)\n- if inspect.ismethod(v) or inspect.... | Python | MIT License | irmen/pyro4 | compatibility fix for cython3 |
313,482 | 18.02.2019 10:57:43 | 18,000 | b67d4ceefd0cf52ae3a1588615a2ac623cd4ce2b | Enh: Use select for accept socket readyness instead of block | [
{
"change_type": "MODIFY",
"old_path": "src/Pyro4/socketserver/threadpoolserver.py",
"new_path": "src/Pyro4/socketserver/threadpoolserver.py",
"diff": "@@ -7,12 +7,15 @@ Pyro - Python Remote Objects. Copyright by Irmen de Jong (irmen@razorvine.net).\n\"\"\"\nfrom __future__ import print_function\n+\... | Python | MIT License | irmen/pyro4 | Enh: Use select for accept socket readyness instead of block |
313,482 | 28.02.2019 13:22:37 | 18,000 | 41bc9414fe8ca6bf60c497c87e5462e8ebe23453 | Use selectors from multiplexer | [
{
"change_type": "MODIFY",
"old_path": "src/Pyro4/socketserver/threadpoolserver.py",
"new_path": "src/Pyro4/socketserver/threadpoolserver.py",
"diff": "@@ -8,7 +8,6 @@ Pyro - Python Remote Objects. Copyright by Irmen de Jong (irmen@razorvine.net).\nfrom __future__ import print_function\n-import sele... | Python | MIT License | irmen/pyro4 | Use selectors from multiplexer |
313,487 | 06.03.2019 13:36:17 | 21,600 | d3011165ceda2ece0a3bf524b581ab4a3bcf4a9e | fix an issue with config.NATPORT | [
{
"change_type": "MODIFY",
"old_path": "src/Pyro4/core.py",
"new_path": "src/Pyro4/core.py",
"diff": "@@ -1113,8 +1113,8 @@ class Daemon(object):\nhost = config.HOST\nif nathost is None:\nnathost = config.NATHOST\n- if natport is None:\n- natport = config.NATPORT or None\n+ if natport is None and na... | Python | MIT License | irmen/pyro4 | fix an issue with config.NATPORT |
299,317 | 02.01.2017 11:10:27 | 10,800 | 018a7dd93a12c5f2e1f8a24b207b86ab108ff993 | Blocking Command: add blocked error management and refactor | [
{
"change_type": "MODIFY",
"old_path": "documentation/extensions/blockingcommand.md",
"new_path": "documentation/extensions/blockingcommand.md",
"diff": "@@ -8,6 +8,7 @@ Allows to manage communications blocking.\n* Block contact\n* Unblock contact\n* Unblock all\n+ * Check if a message has a blocked... | Java | Apache License 2.0 | igniterealtime/smack | Blocking Command: add blocked error management and refactor SMACK-731 |
299,314 | 18.02.2017 11:08:32 | -3,600 | c13cddd91a37d1f02573cd5f86572643ffa2a8b0 | Enable querying MAM by address and node.
Enhance the API to query archives for example from a room or a pubsub
node. | [
{
"change_type": "MODIFY",
"old_path": "smack-experimental/src/main/java/org/jivesoftware/smackx/mam/MamManager.java",
"new_path": "smack-experimental/src/main/java/org/jivesoftware/smackx/mam/MamManager.java",
"diff": "@@ -25,10 +25,10 @@ import java.util.WeakHashMap;\nimport org.jivesoftware.smack... | Java | Apache License 2.0 | igniterealtime/smack | Enable querying MAM by address and node.
Enhance the API to query archives for example from a room or a pubsub
node. |
299,314 | 26.02.2017 18:13:10 | -3,600 | 382d51976643555efff4e2e50b6dbaf07072ab05 | Make Smack buildable under windows.
Specify as character set. Added some symbolic links to smack-integration-test for consistency sake. | [
{
"change_type": "MODIFY",
"old_path": "build.gradle",
"new_path": "build.gradle",
"diff": "@@ -118,7 +118,7 @@ allprojects {\n// Some systems may not have set their platform default\n// converter to 'utf8', but we use unicode in our source\n// files. Therefore ensure that javac uses unicode\n- opti... | Java | Apache License 2.0 | igniterealtime/smack | Make Smack buildable under windows.
Specify UTF-8 as character set. Added some symbolic links to smack-integration-test for consistency sake. |
299,303 | 27.02.2017 14:14:04 | -7,200 | fb82e04109720e13da938ba6be5807ddb0631ecd | add parsing non stream errors for BOSH | [
{
"change_type": "MODIFY",
"old_path": "smack-bosh/src/main/java/org/jivesoftware/smack/bosh/XMPPBOSHConnection.java",
"new_path": "smack-bosh/src/main/java/org/jivesoftware/smack/bosh/XMPPBOSHConnection.java",
"diff": "@@ -38,6 +38,7 @@ import org.jivesoftware.smack.packet.Message;\nimport org.jive... | Java | Apache License 2.0 | igniterealtime/smack | add parsing non stream errors for BOSH |
299,307 | 17.03.2017 15:10:41 | 10,800 | 4fb14490770329679f146096e529fb21ba3f7c35 | Fix AbstractJidTypeFilter.accept() | [
{
"change_type": "MODIFY",
"old_path": "smack-core/src/main/java/org/jivesoftware/smack/filter/AbstractJidTypeFilter.java",
"new_path": "smack-core/src/main/java/org/jivesoftware/smack/filter/AbstractJidTypeFilter.java",
"diff": "@@ -39,7 +39,7 @@ public abstract class AbstractJidTypeFilter implemen... | Java | Apache License 2.0 | igniterealtime/smack | Fix AbstractJidTypeFilter.accept() |
299,323 | 16.03.2017 11:25:38 | -3,600 | 8a8c01a4e5e8f35d5e29d50c89afc2a3bf9dbe3d | Fix AbstractError.getDescriptiveText() | [
{
"change_type": "MODIFY",
"old_path": "smack-core/src/main/java/org/jivesoftware/smack/packet/AbstractError.java",
"new_path": "smack-core/src/main/java/org/jivesoftware/smack/packet/AbstractError.java",
"diff": "@@ -66,9 +66,12 @@ public class AbstractError {\npublic String getDescriptiveText() {\... | Java | Apache License 2.0 | igniterealtime/smack | Fix AbstractError.getDescriptiveText() |
299,287 | 27.03.2017 18:00:38 | -10,800 | 430cfa0ec5290661c1436f1dda091da0906c8a4d | setPort accept integer only
changed string to int. setPort function is only accepting integer. | [
{
"change_type": "MODIFY",
"old_path": "documentation/gettingstarted.md",
"new_path": "documentation/gettingstarted.md",
"diff": "@@ -55,7 +55,7 @@ XMPPTCPConnectionConfiguration config = XMPPTCPConnectionConfiguration.builder()\n.setUsernameAndPassword(\"username\", \"password\")\n.setXmppDomain(\"... | Java | Apache License 2.0 | igniterealtime/smack | setPort accept integer only
changed string to int. setPort function is only accepting integer. |
299,308 | 03.04.2017 18:59:14 | -25,200 | c8b4df4f849fdf1af0ec2f1fffcb93082a2001ad | Fix EnablePushNotificationsIQ wrong form type
Should be submit instead of form
Fixes | [
{
"change_type": "MODIFY",
"old_path": "smack-experimental/src/main/java/org/jivesoftware/smackx/push_notifications/element/EnablePushNotificationsIQ.java",
"new_path": "smack-experimental/src/main/java/org/jivesoftware/smackx/push_notifications/element/EnablePushNotificationsIQ.java",
"diff": "@@ -... | Java | Apache License 2.0 | igniterealtime/smack | Fix EnablePushNotificationsIQ wrong form type
Should be submit instead of form
Fixes SMACK-752 |
299,323 | 19.04.2017 11:34:47 | -7,200 | 10927577ad15c27bc8c8a90bad8661cc6e009868 | Fix getOrCreateLeafNode for prosody | [
{
"change_type": "MODIFY",
"old_path": "smack-extensions/src/main/java/org/jivesoftware/smackx/pubsub/PubSubManager.java",
"new_path": "smack-extensions/src/main/java/org/jivesoftware/smackx/pubsub/PubSubManager.java",
"diff": "@@ -289,9 +289,7 @@ public final class PubSubManager extends Manager {\n... | Java | Apache License 2.0 | igniterealtime/smack | Fix getOrCreateLeafNode for prosody |
299,323 | 20.04.2017 22:40:53 | -7,200 | 842cc2c2a4dfb8c477ec11729630b9ffa9029fb2 | Fix smack-repl build script | [
{
"change_type": "MODIFY",
"old_path": "smack-repl/build.gradle",
"new_path": "smack-repl/build.gradle",
"diff": "@@ -16,6 +16,8 @@ dependencies {\ntestCompile project(path: \":smack-core\", configuration: \"archives\")\n}\n-task printClasspath(dependsOn: assemble) << {\n+task printClasspath(depends... | Java | Apache License 2.0 | igniterealtime/smack | Fix smack-repl build script |
299,323 | 23.04.2017 23:37:14 | -7,200 | 6bebeb354ba2b31ca8ebdbea1c5c12e21912cf06 | Fix StoreHint (wrong element name) | [
{
"change_type": "MODIFY",
"old_path": "smack-experimental/src/main/java/org/jivesoftware/smackx/hints/element/StoreHint.java",
"new_path": "smack-experimental/src/main/java/org/jivesoftware/smackx/hints/element/StoreHint.java",
"diff": "@@ -27,7 +27,7 @@ public final class StoreHint extends Message... | Java | Apache License 2.0 | igniterealtime/smack | Fix StoreHint (wrong element name) |
299,323 | 24.04.2017 22:58:52 | -7,200 | 92902091ff1671522fe4eecd0059e47cc23bbdae | Apply idea plugin for Intellij | [
{
"change_type": "MODIFY",
"old_path": ".gitignore",
"new_path": ".gitignore",
"diff": "# IntelliJ\n.idea\n*.iml\n+*.ipr\n+*.iws\n# Mac OS X\n.DS_Store\n"
},
{
"change_type": "MODIFY",
"old_path": "build.gradle",
"new_path": "build.gradle",
"diff": "@@ -20,6 +20,7 @@ apply from: ... | Java | Apache License 2.0 | igniterealtime/smack | Apply idea plugin for Intellij |
299,298 | 19.05.2017 10:16:18 | -10,800 | b636883ce656fe066d55e46de5ff7f763a4e04a5 | Fix NPE in hashCode() in Occupant when jid is null
Fixes | [
{
"change_type": "MODIFY",
"old_path": "smack-extensions/src/main/java/org/jivesoftware/smackx/muc/Occupant.java",
"new_path": "smack-extensions/src/main/java/org/jivesoftware/smackx/muc/Occupant.java",
"diff": "@@ -124,7 +124,7 @@ public class Occupant {\nint result;\nresult = affiliation.hashCode(... | Java | Apache License 2.0 | igniterealtime/smack | Fix NPE in hashCode() in Occupant when jid is null
Fixes SMACK-764. |
299,323 | 29.05.2017 22:32:14 | -7,200 | 655cd873a326d74c94eb0b216fb3f6f5b498dc8e | Make sure, archiving is enabled | [
{
"change_type": "MODIFY",
"old_path": "smack-integration-test/src/main/java/org/jivesoftware/smackx/mam/MamIntegrationTest.java",
"new_path": "smack-integration-test/src/main/java/org/jivesoftware/smackx/mam/MamIntegrationTest.java",
"diff": "@@ -31,6 +31,7 @@ import org.jivesoftware.smack.XMPPExce... | Java | Apache License 2.0 | igniterealtime/smack | Make sure, archiving is enabled |
299,323 | 03.06.2017 00:33:56 | -7,200 | 28f3130cf903d518747e9b3e9a01ddc8d0d844a2 | Add Use of Cryptographic Hashfunctions
Also move bouncycastle dep from smack-omemo to
smack-experimental. | [
{
"change_type": "MODIFY",
"old_path": "smack-experimental/build.gradle",
"new_path": "smack-experimental/build.gradle",
"diff": "@@ -10,4 +10,6 @@ dependencies {\ntestCompile project(path: \":smack-core\", configuration: \"testRuntime\")\ntestCompile project(path: \":smack-core\", configuration: \"... | Java | Apache License 2.0 | igniterealtime/smack | Add Use of Cryptographic Hashfunctions (XEP-300)
Also move bouncycastle dep from smack-omemo to
smack-experimental. |
299,323 | 03.06.2017 23:23:23 | -7,200 | 23ed0bdbce32e87ac2a42d7dab747fa412ed1405 | Add missing security-info in JingleAction
Also fix typo | [
{
"change_type": "MODIFY",
"old_path": "smack-extensions/src/main/java/org/jivesoftware/smackx/jingle/element/JingleAction.java",
"new_path": "smack-extensions/src/main/java/org/jivesoftware/smackx/jingle/element/JingleAction.java",
"diff": "@@ -33,10 +33,11 @@ public enum JingleAction {\ncontent_re... | Java | Apache License 2.0 | igniterealtime/smack | Add missing security-info in JingleAction
Also fix typo |
299,323 | 03.06.2017 23:46:29 | -7,200 | 0a3116195064562204ebdc650e7fd01b4c904953 | Add tests for jingle classes
Depends on | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "smack-extensions/src/test/java/org/jivesoftware/smackx/jingle/JingleActionTest.java",
"diff": "+/**\n+ *\n+ * Copyright 2017 Paul Schaub\n+ *\n+ * Licensed under the Apache License, Version 2.0 (the \"License\");\n+ * you may not use this file e... | Java | Apache License 2.0 | igniterealtime/smack | Add tests for jingle classes
Depends on #135, #136 |
299,323 | 04.06.2017 20:41:27 | -7,200 | 23190604bdb6a36d12593619cb40b0ca484a4384 | Fix typos and xml issues | [
{
"change_type": "MODIFY",
"old_path": "smack-extensions/src/main/java/org/jivesoftware/smackx/jingle/JingleHandler.java",
"new_path": "smack-extensions/src/main/java/org/jivesoftware/smackx/jingle/JingleHandler.java",
"diff": "@@ -21,6 +21,6 @@ import org.jivesoftware.smackx.jingle.element.Jingle;\... | Java | Apache License 2.0 | igniterealtime/smack | Fix typos and xml issues |
299,323 | 08.06.2017 15:04:25 | -7,200 | d49dc71baea6756faf6b6cb081a6e65820ad0c2e | Add JingleContentTransportInfo class | [
{
"change_type": "MODIFY",
"old_path": "smack-extensions/src/main/java/org/jivesoftware/smackx/jingle/element/JingleContentTransport.java",
"new_path": "smack-extensions/src/main/java/org/jivesoftware/smackx/jingle/element/JingleContentTransport.java",
"diff": "@@ -31,20 +31,35 @@ public abstract cl... | Java | Apache License 2.0 | igniterealtime/smack | Add JingleContentTransportInfo class |
299,323 | 13.06.2017 23:51:57 | -7,200 | 3ecd01135c1d9b8d4bc072a07360a9a98b185827 | Add convenience methods to HashManager | [
{
"change_type": "MODIFY",
"old_path": "smack-experimental/src/main/java/org/jivesoftware/smackx/hashes/HashManager.java",
"new_path": "smack-experimental/src/main/java/org/jivesoftware/smackx/hashes/HashManager.java",
"diff": "@@ -19,9 +19,11 @@ package org.jivesoftware.smackx.hashes;\nimport org.b... | Java | Apache License 2.0 | igniterealtime/smack | Add convenience methods to HashManager |
299,323 | 13.06.2017 23:57:59 | -7,200 | 4ae84348520b734b0d6aa7b6c73109dd00c85d9d | Remove unused errors and add missing ones | [
{
"change_type": "MODIFY",
"old_path": "smack-extensions/src/main/java/org/jivesoftware/smackx/jingle/element/JingleError.java",
"new_path": "smack-extensions/src/main/java/org/jivesoftware/smackx/jingle/element/JingleError.java",
"diff": "@@ -28,11 +28,11 @@ public final class JingleError implement... | Java | Apache License 2.0 | igniterealtime/smack | Remove unused errors and add missing ones |
299,323 | 14.06.2017 00:00:27 | -7,200 | a604266336fbaf3cccc537e19d30bf419298fe3b | Create alternative-session JingleReason | [
{
"change_type": "MODIFY",
"old_path": "smack-extensions/src/main/java/org/jivesoftware/smackx/jingle/element/JingleReason.java",
"new_path": "smack-extensions/src/main/java/org/jivesoftware/smackx/jingle/element/JingleReason.java",
"diff": "@@ -20,6 +20,7 @@ import java.util.HashMap;\nimport java.u... | Java | Apache License 2.0 | igniterealtime/smack | Create alternative-session JingleReason |
299,323 | 16.06.2017 22:43:50 | -7,200 | 287976e0e0cd8b8f3f2779a5ffc3e8c7268fb410 | Add Jingle InBandBytestream transports | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "smack-extensions/src/main/java/org/jivesoftware/smackx/jingle/transports/jingle_ibb/element/JingleIBBTransport.java",
"diff": "+/**\n+ *\n+ * Copyright 2017 Paul Schaub\n+ *\n+ * Licensed under the Apache License, Version 2.0 (the \"License\");\... | Java | Apache License 2.0 | igniterealtime/smack | Add Jingle InBandBytestream transports |
299,323 | 16.06.2017 22:54:32 | -7,200 | 5699373cd9f453647512b0ae70eaff061e401c37 | Add method to set Reason | [
{
"change_type": "MODIFY",
"old_path": "smack-extensions/src/main/java/org/jivesoftware/smackx/jingle/element/Jingle.java",
"new_path": "smack-extensions/src/main/java/org/jivesoftware/smackx/jingle/element/Jingle.java",
"diff": "@@ -198,6 +198,11 @@ public final class Jingle extends IQ {\nreturn th... | Java | Apache License 2.0 | igniterealtime/smack | Add method to set Reason |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.