You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by gi...@apache.org on 2023/01/26 00:12:22 UTC

[mxnet] branch dependabot/bundler/docs/static_site/src/tzinfo-1.2.10 updated (e629e5ea73 -> 0ffa68e534)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch dependabot/bundler/docs/static_site/src/tzinfo-1.2.10
in repository https://gitbox.apache.org/repos/asf/mxnet.git


 discard e629e5ea73 Bump tzinfo from 1.2.6 to 1.2.10 in /docs/static_site/src
     add 7d602e3b23 [DOC] Fix the table in Improving accuracy with INC (#21140)
     add 48d7f4af70 Port top-level-project updates from v1.x branch (#21162)
     add 9f013ddad0 Upgrade boto3 to latest version. (#21167)
     add 0ffa68e534 Bump tzinfo from 1.2.6 to 1.2.10 in /docs/static_site/src

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (e629e5ea73)
            \
             N -- N -- N   refs/heads/dependabot/bundler/docs/static_site/src/tzinfo-1.2.10 (0ffa68e534)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .github/workflows/link_check.yml                   |   2 +-
 .licenserc.yaml                                    |   6 +
 CMakeLists.txt                                     |  17 ++
 CONTRIBUTORS.md                                    |   6 +-
 DISCLAIMER                                         |  10 -
 LICENSE                                            |   4 +-
 NEWS.md                                            |  96 +++++-----
 NOTICE                                             |   4 +-
 README.md                                          |  47 +++--
 benchmark/opperf/README.md                         |   6 +-
 benchmark/opperf/nd_operations/misc_operators.py   |   2 +-
 benchmark/opperf/utils/benchmark_utils.py          |   4 +-
 benchmark/opperf/utils/op_registry_utils.py        |   4 +-
 cd/README.md                                       |   2 +-
 cd/python/pypi/README.md                           |   2 +-
 cd/python/pypi/pypi_package.sh                     |   2 +-
 cd/utils/artifact_repository.md                    |   2 +-
 cd/utils/requirements.txt                          |  18 +-
 ci/docker/install/requirements                     |   2 +-
 ci/docker/runtime_functions.sh                     |   5 +-
 ci/jenkins/Jenkinsfile_centos_gpu                  |   2 +-
 ci/jenkins/Jenkinsfile_unix_cpu                    |   2 +-
 ci/publish/website/deploy.sh                       |  12 +-
 ci/requirements.txt                                |  16 ++
 cpp-package/README.md                              |  10 +-
 cpp-package/example/README.md                      |  30 +--
 cpp-package/example/inference/README.md            |  18 +-
 .../multi_threaded_inference.cc                    |   2 +-
 cpp-package/include/mxnet-cpp/contrib.h            |   6 +-
 cpp-package/include/mxnet-cpp/symbol.hpp           |   6 +-
 cpp-package/tests/ci_test.sh                       |   2 +-
 doap.rdf                                           |   6 +-
 docker/docker-python/README.md                     |   4 +-
 docs/README.md                                     |  10 +-
 docs/python_docs/python/scripts/conf.py            |   2 +-
 .../getting-started/crash-course/6-train-nn.md     |   2 +-
 .../gluon_from_experiment_to_deployment.md         |   4 +-
 .../packages/gluon/training/fit_api_tutorial.md    |   2 +-
 .../legacy/ndarray/gotchas_numpy_in_mxnet.md       |   4 +-
 .../backend/dnnl/dnnl_quantization_inc.md          |  20 +-
 .../performance/backend/dnnl/dnnl_readme.md        |  20 +-
 .../tutorials/performance/backend/profiler.md      |   4 +-
 .../python/tutorials/performance/index.rst         |   2 +-
 .../themes/mx-theme/mxtheme/footer.html            |   6 +-
 .../themes/mx-theme/mxtheme/header_top.html        |   2 +-
 docs/static_site/src/_config.yml                   |   2 +-
 docs/static_site/src/_config_beta.yml              |   2 +-
 docs/static_site/src/_config_prod.yml              |   2 +-
 docs/static_site/src/_includes/footer.html         |  12 +-
 .../src/_includes/get_started/cloud/cpu.md         |   2 +-
 .../src/_includes/get_started/cloud/gpu.md         |   2 +-
 .../get_started/linux/python/cpu/docker.md         |   2 +-
 .../_includes/get_started/linux/python/cpu/pip.md  |   2 +-
 .../get_started/linux/python/gpu/docker.md         |   2 +-
 .../_includes/get_started/linux/python/gpu/pip.md  |   2 +-
 docs/static_site/src/_includes/header.html         |   3 +-
 docs/static_site/src/assets/img/asf_logo.svg       | 210 +++++++++++++++++++++
 docs/static_site/src/index.html                    |   2 +-
 .../pages/api/architecture/exception_handling.md   |   2 +-
 .../src/pages/api/architecture/note_engine.md      |   2 +-
 .../src/pages/api/architecture/program_model.md    |   2 +-
 .../cpp/docs/tutorials/multi_threaded_inference.md |  14 +-
 .../docs/tutorials/mxnet_cpp_inference_tutorial.md |  22 +--
 docs/static_site/src/pages/api/cpp/index.md        |  10 +-
 ...github_contribution_and_PR_verification_tips.md |   6 +-
 .../exception_handing_and_custom_error_types.md    |   2 +-
 .../src/pages/api/faq/add_op_in_backend.md         |   8 +-
 .../src/pages/api/faq/distributed_training.md      |   8 +-
 docs/static_site/src/pages/api/faq/env_var.md      |   4 +-
 docs/static_site/src/pages/api/faq/float16.md      |   2 +-
 .../src/pages/api/faq/gradient_compression.md      |   2 +-
 .../src/pages/api/faq/large_tensor_support.md      |   6 +-
 docs/static_site/src/pages/api/faq/perf.md         |   2 +-
 .../pages/api/java/docs/tutorials/ssd_inference.md |   6 +-
 .../src/pages/api/r/docs/tutorials/symbol.md       |   2 +-
 .../src/pages/api/scala/docs/tutorials/infer.md    |   6 +-
 .../src/pages/api/scala/docs/tutorials/io.md       |   6 +-
 docs/static_site/src/pages/api/scala/index.md      |   4 +-
 docs/static_site/src/pages/ecosystem.html          |   2 +-
 .../src/pages/get_started/build_from_source.md     |   8 +-
 docs/static_site/src/pages/get_started/download.md |   2 +-
 docs/static_site/src/pages/get_started/index.html  |   2 +-
 .../src/pages/get_started/jetson_setup.md          |   4 +-
 .../src/pages/get_started/validate_mxnet.md        |   2 +-
 example/README.md                                  |   4 +-
 example/distributed_training/README.md             |   2 +-
 example/extensions/lib_external_ops/CMakeLists.txt |  17 ++
 example/quantization/README.md                     |  14 +-
 python/mxnet/error.py                              |   2 +-
 python/mxnet/gluon/block.py                        |   4 +-
 python/mxnet/onnx/mx2onnx/_export_model.py         |   2 +-
 python/mxnet/onnx/setup.py                         |   2 +-
 python/setup.py                                    |   2 +-
 rat-excludes                                       |   1 -
 src/imperative/cached_op.cc                        |   2 +-
 src/operator/linalg_impl.h                         |   2 +-
 src/operator/nn/fully_connected-inl.h              |   2 +-
 tests/CMakeLists.txt                               |  16 ++
 tests/cpp/operator/batchnorm_test.cc               |   2 +-
 tests/nightly/test_large_array.py                  |  20 +-
 tests/nightly/test_large_vector.py                 |   8 +-
 tests/python/dnnl/test_dnnl.py                     |   2 +-
 tests/python/gpu/test_operator_gpu.py              |   2 +-
 tests/python/quantization/test_quantization.py     |   4 +-
 tests/python/unittest/test_executor.py             |   2 +-
 tests/python/unittest/test_gluon.py                |  40 ++--
 tests/python/unittest/test_gluon_utils.py          |   2 +-
 tests/python/unittest/test_ndarray.py              |  12 +-
 tests/python/unittest/test_numpy_ndarray.py        |   2 +-
 tests/python/unittest/test_operator.py             |  40 ++--
 tests/python/unittest/test_profiler.py             |  10 +-
 tests/python/unittest/test_random.py               |   6 +-
 tests/python/unittest/test_sparse_operator.py      |   2 +-
 tests/python/unittest/test_symbol.py               |   2 +-
 tests/python/unittest/test_test_utils.py           |   2 +-
 tests/tutorials/test_tutorials.py                  |   6 +-
 tools/create_source_archive.sh                     |   2 +-
 tools/dependencies/README.md                       |  18 +-
 tools/diagnose.py                                  |   2 +-
 tools/pip/MANIFEST.in                              |   1 -
 tools/pip/doc/PYPI_README.md                       |   2 +-
 tools/pip/setup.py                                 |   2 +-
 tools/staticbuild/build.sh                         |   1 -
 tools/windowsbuild/README.md                       |   2 +-
 124 files changed, 679 insertions(+), 403 deletions(-)
 delete mode 100644 DISCLAIMER
 create mode 100644 docs/static_site/src/assets/img/asf_logo.svg