Skip to content

SynapseML v0.11.1

Compare
Choose a tag to compare
@mhamilton723 mhamilton723 released this 24 Apr 23:13
866261c

SynapseML v0.11.1

Bug Fixes 🐞

  • set default values for aadToken & url for internal Synapse (#1918)
  • ONNX model shape inference cannot handle batch with shape [-1] (#1906)
  • forgot to add getPValue to python side (#1909)
  • generate random dir for each test (#1908)
  • add back diagnosticsInfo for MVAD (#1892)
  • DML run get timeout if big dataset has more feature columns (Workaround Synapse Spark optimizer issue) (#1903)
  • fix date parsing in FaceSuite test (#1896)
  • fix Build pipeline (#1904)
  • Retry OnnxHub call to improve test reliability (#1889)
  • Normalize line-endings (#1883)
  • Remove case matching for erased generic type (#1880)
  • fix bug #1869, DML .setFitIntercept should be set to true (#1876)
  • Remove extraneous "Foo" type from Py codegen (#1867)
  • Allow variable size in ONNX inputs (#1851)
  • Abstain from CodeQL for markdown-only changes (#1865)
  • fix style
  • update OpenAIEmbedding internalServiceType

Build 🏭

  • bump peter-evans/create-or-update-comment from 2 to 3 (#1907)
  • bump ossf/scorecard-action from 2.1.2 to 2.1.3 (#1898)
  • bump amannn/action-semantic-pull-request from 5.1.0 to 5.2.0 (#1878)
  • bump @sideway/formula from 3.0.0 to 3.0.1 in /website (#1874)
  • bump webpack from 5.75.0 to 5.76.1 in /website (#1870)

Documentation πŸ“˜

  • Fix installation instruction in the webpage for the build.sbt file (#1921)
  • note discrete treatment data type (#1905)
  • add custom chatbot creation to form demo (#1888)
  • add overview page for simple DNN and fix some typos (#1879)
  • Fix a typo in installation docs
  • fix link issue in CONTRIBUTING.md (#1864)
  • fix a few issues in cognitive service demo (#1861)

Features 🌈

  • add streaming API for MVAD (#1893)
  • [DistributionBalanceMeasure] Add implementation + unit tests for custom reference distribution (#1885)
  • Add ChatGPT through the OpenAIChatCompletion transformer (#1887)
  • support new api version of form recognizer (#1882)
  • Add a new function to DMLModel, getPValue (#1863)
  • update default internal endpoint for cog services (#1859)

Maintenance πŸ”§

  • bump to v0.11.1 (#1933)
  • Adding telemetry for the dataset metadata. This one is specially for … (#1917)
  • fix r tests (#1927)
  • fix build issues (#1916)
  • disable test until Synapse is fixed (#1915)
  • add .bloop to .gitignore (#1897)
  • clean up old/missed search indexes in SearchWriterSuite (#1901)
  • Add utility to clean azure search indexes
  • update website docs to point to correct developer API docs (#1877)
  • Update pipeline.yaml for Azure Pipelines (#1866)
  • make sure nightly build has new commit

Changes:

  • 866261c chore: bump to v0.11.1 (#1933)
  • 3c09702 chore: Adding telemetry for the dataset metadata. This one is specially for … (#1917)
  • 0d0d10c feat: add streaming API for MVAD (#1893)
  • 1b71c1d chore: fix r tests (#1927)
  • 0df97ad chore: fix build issues (#1916)
  • 78695fb Update Regression - Vowpal Wabbit vs. LightGBM vs. Linear Regressor.ipynb (#1922)
  • 87d5bc5 docs: Fix installation instruction in the webpage for the build.sbt file (#1921)
  • 8320b2b fix: set default values for aadToken & url for internal Synapse (#1918)
  • 4912ae4 chore: disable test until Synapse is fixed (#1915)
  • 469445b fix: ONNX model shape inference cannot handle batch with shape [-1] (#1906)
See More
  • 3fa001e build: bump peter-evans/create-or-update-comment from 2 to 3 (#1907)
  • f51327e Update LightGBM version to 3.3.5 (#1910)
  • b1e584e fix: forgot to add getPValue to python side (#1909)
  • a09a6f7 docs: note discrete treatment data type (#1905)
  • 0fa3f2a fix: generate random dir for each test (#1908)
  • 736c317 fix: add back diagnosticsInfo for MVAD (#1892)
  • 13afff6 fix: DML run get timeout if big dataset has more feature columns (Workaround Synapse Spark optimizer issue) (#1903)
  • 7546e7f build: bump ossf/scorecard-action from 2.1.2 to 2.1.3 (#1898)
  • f227f02 fix: fix date parsing in FaceSuite test (#1896)
  • 0f02626 fix: fix Build pipeline (#1904)
  • ce9fe41 chore: add .bloop to .gitignore (#1897)
  • 7ffa970 chore: clean up old/missed search indexes in SearchWriterSuite (#1901)
  • 9a6cf03 chore: Add utility to clean azure search indexes
  • 52919ce fix: Retry OnnxHub call to improve test reliability (#1889)
  • 979c629 feat: [DistributionBalanceMeasure] Add implementation + unit tests for custom reference distribution (#1885)
  • 412620a docs: add custom chatbot creation to form demo (#1888)
  • 9f634a6 feat: Add ChatGPT through the OpenAIChatCompletion transformer (#1887)
  • 7657089 fix: Normalize line-endings (#1883)
  • c156792 feat: support new api version of form recognizer (#1882)
  • ed842a5 docs: add overview page for simple DNN and fix some typos (#1879)
  • 87e1c78 fix: Remove case matching for erased generic type (#1880)
  • cd72bc9 build: bump amannn/action-semantic-pull-request from 5.1.0 to 5.2.0 (#1878)
  • 564d047 fix: fix bug #1869, DML .setFitIntercept should be set to true (#1876)
  • 392dbbf chore: update website docs to point to correct developer API docs (#1877)
  • 129abde build: bump @sideway/formula from 3.0.0 to 3.0.1 in /website (#1874)
  • 4d1c560 build: bump webpack from 5.75.0 to 5.76.1 in /website (#1870)
  • 62c79d8 docs: Fix a typo in installation docs
  • 1f63dab feat: Add a new function to DMLModel, getPValue (#1863)
  • 83f8260 fix: Remove extraneous "Foo" type from Py codegen (#1867)
  • a5bec45 fix: Allow variable size in ONNX inputs (#1851)
  • 23c9b0a chore: Update pipeline.yaml for Azure Pipelines (#1866)
  • dedcbda docs: fix link issue in CONTRIBUTING.md (#1864)
  • a7f31d5 fix: Abstain from CodeQL for markdown-only changes (#1865)
  • a5f38b1 Update DoubleMLEstimator test CI verification (#1862)
  • a44f917 fix: fix style
  • cc931af fix: update OpenAIEmbedding internalServiceType
  • 424d586 feat: update default internal endpoint for cog services (#1859)
  • e4a0e2c docs: fix a few issues in cognitive service demo (#1861)
  • 8a216ce chore: make sure nightly build has new commit

This list of changes was auto generated.