Release 2.1.0 (#790)

Updates package version and changelog for 2.1.0 release
Esse commit está contido em:
Wallace Breza
2019-04-29 14:39:24 -07:00
commit de GitHub
commit 745e854cc4
3 arquivos alterados com 20 adições e 2 exclusões
+18
Ver Arquivo
@@ -2,6 +2,24 @@
<!-- cl-start --> <!-- cl-start -->
# [2.1.0](https://github.com/Microsoft/VoTT/compare/v2.0.0...v2.1.0) (04-29-2019)
[GitHub Release](https://github.com/Microsoft/VoTT/releases/tag/v2.1.0)
- fix: Updates backwards compat & fixes cntk export image bug (#789)
- fix: Updates export options for pascalVOC rename (#788)
- fix: change method for alloc string to buffer (#777)
- feat: Add CSV Exporter (#757)
- fix: Fix display of tag color picker (#782)
- feat: Active Learning Updates (#778)
- doc: updates to readme and changelog (#781)
- doc: Adds CODE_OF_CONDUCT.md (#779)
- doc: Add bug & feature templates (#780)
- fix: Refactored project tag/delete updates (#764)
- fix: Enables selection of azure region for custom vision export (#765)
- feat: CNTK Export Provider (#771)
- feat: Save partial project progress during project creation (#769)
- fix: Fixes ymax and rename Tensorflow nama everywhere (#763)
# [2.0.0](https://github.com/Microsoft/VoTT/compare/v2.0.0-preview.3...v2.0.0) (04-12-2019) # [2.0.0](https://github.com/Microsoft/VoTT/compare/v2.0.0-preview.3...v2.0.0) (04-12-2019)
[GitHub Release](https://github.com/Microsoft/VoTT/releases/tag/v2.0.0) [GitHub Release](https://github.com/Microsoft/VoTT/releases/tag/v2.0.0)
+1 -1
Ver Arquivo
@@ -1,6 +1,6 @@
{ {
"name": "vott", "name": "vott",
"version": "2.0.0", "version": "2.1.0",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {
+1 -1
Ver Arquivo
@@ -1,6 +1,6 @@
{ {
"name": "vott", "name": "vott",
"version": "2.0.0", "version": "2.1.0",
"author": { "author": {
"name": "Microsoft", "name": "Microsoft",
"url": "https://github.com/Microsoft/VoTT" "url": "https://github.com/Microsoft/VoTT"