Граф коммитов

191 Коммитов

Автор SHA1 Сообщение Дата
Lisa Ong 121e0b858b
Merge branch 'main' into microsoft/dev/onglisa/user_metadata 2021-10-25 09:02:52 +08:00
Lisa Ong 27414a3de9 updated with feedback 2021-04-23 08:33:37 +08:00
Lisa Ong 681a28d0ee add auxiliary table for user-defined metadata 2021-04-22 17:28:16 +08:00
Kern Handa (KERN) e5cb30aea3 Merged PR 2002: HAT Package API fixes
HAT Package API fixes

`HATFile.functions.link_target` was being incorrectly composed atter initialization
Added some well-defined keys that are going to be of use with ONNX integration
2021-03-30 22:27:41 +00:00
Mason Remy 226c7739f6 fixes 2021-03-25 15:26:31 -07:00
Mason Remy 7ab1d3a6ef PR feedback + some more utilities 2021-03-25 14:31:27 -07:00
Mason Remy b737ac7ea2 Small quality of life improvements for ONNX HAT packages 2021-03-24 19:28:22 -07:00
Mason Remy 084944c32c pr feedback 2021-03-16 15:05:57 -07:00
Mason Remy 6573db67fe Implement basic HAT package parser in python
- Doesn't support full HAT target information yet
- Adds pathway to specify function auxiliary information in
PackageBuilder
- Adds simple ONNXHATPackage that can parse a HAT package for functions
with ONNX auxiliary metadata
2021-03-16 11:01:10 -07:00
byronchanguion d0250702bd Move hat_file to tools 2021-11-03 09:39:20 -07:00
Lisa Ong 9652fc9f3b Merged PR 2053: [prog] Support arbitrary user metadata in Package
Initial implementation of package metadata. Two options are considered:

1. A free-standing [custom_metadata] table with the user-defined fields
```
[custom_metadata]
Dependencies = ["numpy", "onnx", "scipy"]
Documentation = "https://docs.readthedocs.io."
SHA = "0bb913ce84afa28127ea3fd2a9995e219dad322a"
"Release Notes" = "https://stackoverflow.com"
```
2. Attaching the custom metadata as part of the [description] table. [Current implementation]
```
[description]
...
[description.auxiliary]
Dependencies = ["numpy", "onnx", "scipy"]
Documentation = "https://docs.readthedocs.io."
SHA = "0bb913ce84afa28127ea3fd2a9995e219dad322a"
"Release Notes" = "https://stackoverflow.com"
```

Also support updating license_url/author/version fields as well-known metadata.

HAT schema PR: https://github.com/microsoft/hat/pull/7

Related work items: #3239
2021-04-27 02:24:49 +00:00
Kern Handa (KERN) ff3ab7564e Merged PR 2002: HAT Package API fixes
HAT Package API fixes

`HATFile.functions.link_target` was being incorrectly composed atter initialization
Added some well-defined keys that are going to be of use with ONNX integration
2021-03-30 22:27:41 +00:00
Mason Remy 66c56414e6 PR feedback + some more utilities 2021-03-25 14:31:27 -07:00
Mason Remy b724c063a0 swap basename and splitext calls 2021-03-19 12:05:15 -07:00
Mason Remy 0e843e6404 Add include guards to HAT files serialized from python 2021-03-19 12:02:01 -07:00
Mason Remy e38a371e0f pr feedback 2021-03-16 15:05:57 -07:00
Mason Remy 7630c8fa60 Implement basic HAT package parser in python
- Doesn't support full HAT target information yet
- Adds pathway to specify function auxiliary information in
PackageBuilder
- Adds simple ONNXHATPackage that can parse a HAT package for functions
with ONNX auxiliary metadata
2021-03-16 11:01:10 -07:00
Mason Remy 7147bffabe Clean up samples a little bit 2021-01-27 17:32:48 -08:00
Mason Remy 00f21bc271
Merge pull request #4 from microsoft/dev/masonremy/hat_feedback_update_1_26
HAT feedback 1/26
2021-01-27 15:54:59 -08:00
Mason Remy cdb4305265 Incorporate discussion feedback 2021-01-27 14:58:47 -08:00
Mason Remy ed5bc01b05 Incorporate Kern's readme feedback 2021-01-26 22:17:25 -08:00
Mason Remy fc8a87ad8b Incorporating review feedback from teams discussions 2021-01-26 22:04:14 -08:00
Ofer Dekel 0897f81f72 fixed typos in README 2021-01-26 06:35:00 -08:00
Ofer Dekel b610dfe22c fixed typos in README 2021-01-26 06:33:29 -08:00
Kern Handa 528061ff2a
Update README.md 2021-01-20 17:24:18 -08:00
Kern Handa b538b91eab
Update README.md 2021-01-20 17:19:53 -08:00
Ofer Dekel 229df0421e
Merge pull request #1 from microsoft/dev/masonremy/hat_schema
Adding initial schema and sample
2021-01-14 18:52:30 -08:00
Mason Remy 6c588dded7 Adding initial schema and sample 2021-01-14 18:27:14 -08:00
Ofer Dekel 5bd82cb77f fixed typos in README 2021-01-13 13:07:23 -08:00
Ofer Dekel 5232584494 disallow overloading in README 2021-01-13 13:01:01 -08:00
Ofer Dekel 229a2ef8c3 added section on function names in README 2021-01-13 11:24:54 -08:00
Ofer Dekel 457bbcb551 more work on the README 2021-01-13 05:11:45 -08:00
Ofer Dekel cecee5a50a
Update README.md 2021-01-12 07:03:20 -08:00
Ofer Dekel ef4192608d
Update README.md 2021-01-12 06:59:43 -08:00
Ofer Dekel 6bf19176d3
Update README.md 2021-01-12 06:51:33 -08:00
Microsoft Open Source eab7188f6d Initial README.md commit 2021-01-12 06:32:26 -08:00
Microsoft Open Source 18016d2544 Initial SUPPORT.md commit 2021-01-12 06:32:24 -08:00
Microsoft Open Source 6ed7dc8ad6 Initial SECURITY.md commit 2021-01-12 06:32:23 -08:00
Microsoft Open Source 48d69ad9c1 Initial LICENSE commit 2021-01-12 06:32:22 -08:00
Microsoft Open Source 04639a81a8 Initial CODE_OF_CONDUCT.md commit 2021-01-12 06:32:21 -08:00
microsoft-github-operations[bot] ff9cd76055
Initial commit 2021-01-12 14:31:31 +00:00