Skip to content
This repository has been archived by the owner on Dec 7, 2021. It is now read-only.

release: Master into dev #856

Merged
merged 31 commits into from
Aug 20, 2019
Merged

release: Master into dev #856

merged 31 commits into from
Aug 20, 2019

Commits on Apr 29, 2019

  1. Fix ymax and rename Tensorflow nama everywhere (#763)

    fix issue #760 [AB#18223]
    JacopoMangiavacchi authored and wbreza committed Apr 29, 2019
    Configuration menu
    Copy the full SHA
    39521f2 View commit details
    Browse the repository at this point in the history
  2. feat: Save partial project progress during project creation (#769)

    This adds functionality to persist partial project information when creating a new project. Right now when creating a new connection inline within the create project flow and returning to the create project screen your partial project information is lost. Partial form progress is now saved into local storage and bound when returning to the form.
    
    Resolves #758
    wbreza committed Apr 29, 2019
    Configuration menu
    Copy the full SHA
    0fe6386 View commit details
    Browse the repository at this point in the history
  3. feat: CNTK Export Provider (#771)

    Adds CNTK export provider into v2
    
    Resolves #754
    wbreza committed Apr 29, 2019
    Configuration menu
    Copy the full SHA
    c10c971 View commit details
    Browse the repository at this point in the history
  4. Fix: Enables selection of azure region for custom vision export (#765)

    Adds ability to select azure region where your custom vision service is hosted.
    Filters domain list by project type
    
    Resolves #759, #770
    wbreza committed Apr 29, 2019
    Configuration menu
    Copy the full SHA
    d6a0594 View commit details
    Browse the repository at this point in the history
  5. refactor: Remove editor footer

    tbarlow12 authored and wbreza committed Apr 29, 2019
    Configuration menu
    Copy the full SHA
    37234ec View commit details
    Browse the repository at this point in the history
  6. Project service functions

    tbarlow12 authored and wbreza committed Apr 29, 2019
    Configuration menu
    Copy the full SHA
    6974aef View commit details
    Browse the repository at this point in the history
  7. Added tests for project service

    tbarlow12 authored and wbreza committed Apr 29, 2019
    Configuration menu
    Copy the full SHA
    1001528 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2ef4e13 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4f325df View commit details
    Browse the repository at this point in the history
  10. Editor Page and canvas upates

    tbarlow12 authored and wbreza committed Apr 29, 2019
    Configuration menu
    Copy the full SHA
    f394ea3 View commit details
    Browse the repository at this point in the history
  11. Register mixins and run async loop

    tbarlow12 authored and wbreza committed Apr 29, 2019
    Configuration menu
    Copy the full SHA
    4193bc0 View commit details
    Browse the repository at this point in the history
  12. Saving assets in async foreach loop

    tbarlow12 authored and wbreza committed Apr 29, 2019
    Configuration menu
    Copy the full SHA
    8439574 View commit details
    Browse the repository at this point in the history
  13. Delete tag working

    tbarlow12 authored and wbreza committed Apr 29, 2019
    Configuration menu
    Copy the full SHA
    996a555 View commit details
    Browse the repository at this point in the history
  14. Rename tag function in editor page

    tbarlow12 authored and wbreza committed Apr 29, 2019
    Configuration menu
    Copy the full SHA
    5b4610b View commit details
    Browse the repository at this point in the history
  15. Fix tag removal test for editor page

    tbarlow12 authored and wbreza committed Apr 29, 2019
    Configuration menu
    Copy the full SHA
    bbd83a4 View commit details
    Browse the repository at this point in the history
  16. Clean up and docs

    tbarlow12 authored and wbreza committed Apr 29, 2019
    Configuration menu
    Copy the full SHA
    8b34db5 View commit details
    Browse the repository at this point in the history
  17. Lint fixes

    tbarlow12 authored and wbreza committed Apr 29, 2019
    Configuration menu
    Copy the full SHA
    354623e View commit details
    Browse the repository at this point in the history
  18. Dummy commit to kick off build again

    tbarlow12 authored and wbreza committed Apr 29, 2019
    Configuration menu
    Copy the full SHA
    4a0dcb2 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    3998b6e View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    0b06d6a View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    48805dc View commit details
    Browse the repository at this point in the history
  22. doc: Add bug & feature templates (#780)

    Adds bug and feature github templates
    wbreza committed Apr 29, 2019
    Configuration menu
    Copy the full SHA
    0429590 View commit details
    Browse the repository at this point in the history
  23. Create CODE_OF_CONDUCT.md (#779)

    Adds code of conduct
    wbreza committed Apr 29, 2019
    Configuration menu
    Copy the full SHA
    25b4aa2 View commit details
    Browse the repository at this point in the history
  24. docs: updates to readme and changelog (#781)

    Minor updates and corrections to the main readme and changelog.
    pjlittle authored and wbreza committed Apr 29, 2019
    Configuration menu
    Copy the full SHA
    a2ef52c View commit details
    Browse the repository at this point in the history
  25. feat: Active Learning Updates (#778)

    Adds new active learning form
    Moves active learning settings from project settings to here
    Refactored and created activeLearningService
    wbreza committed Apr 29, 2019
    Configuration menu
    Copy the full SHA
    921dbac View commit details
    Browse the repository at this point in the history
  26. fix: Fix display of tag color picker (#782)

    Resolves issue of tag color picker not being shown on alt-click or color-click + edit button. Also adds several tests for increased test coverage of tagInput.tsx
    tbarlow12 authored and wbreza committed Apr 29, 2019
    Configuration menu
    Copy the full SHA
    acbbc86 View commit details
    Browse the repository at this point in the history
  27. feat: Add CSV Exporter (#757)

    Adds CSV export provider
    JacopoMangiavacchi authored and wbreza committed Apr 29, 2019
    Configuration menu
    Copy the full SHA
    f29963c View commit details
    Browse the repository at this point in the history
  28. fix: change method for alloc string to buffer (#777)

    String.length is not appropriate for calculating buffer size
    when non-alphabet letter is included in content.
    Change the method Buffer.alloc to Buffer.from as directed by the nodejs document.
    golee authored and wbreza committed Apr 29, 2019
    Configuration menu
    Copy the full SHA
    90754dc View commit details
    Browse the repository at this point in the history
  29. fix: Updates export options for pascalVOC rename (#788)

    Adds a check during project load to update the export options if project was using previous pascalVOC name.
    wbreza committed Apr 29, 2019
    Configuration menu
    Copy the full SHA
    4d02db4 View commit details
    Browse the repository at this point in the history
  30. fix: Updates backwards compat & fixes cntk export image bug (#789)

    Fixes an issue where the images exported out of a video file were missing file extension for video projects.
    wbreza committed Apr 29, 2019
    Configuration menu
    Copy the full SHA
    2234c8a View commit details
    Browse the repository at this point in the history
  31. Release 2.1.0 (#790)

    Updates package version and changelog for 2.1.0 release
    wbreza authored Apr 29, 2019
    Configuration menu
    Copy the full SHA
    745e854 View commit details
    Browse the repository at this point in the history