File tree Expand file tree Collapse file tree 4 files changed +32
-2
lines changed Expand file tree Collapse file tree 4 files changed +32
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ### Added
10+
11+ * Add [ CONTRIBUTING.md] and [ SECURITY.md] [ #92 ]
12+ * This project is now following the [ Best Practices] set forth by the
13+ Core Infrastructure Initiative! See [ CII badge details] . [ #92 ]
14+
15+ [ CONTRIBUTING.md ] : /CONTRIBUTING.md
16+ [ SECURITY.md ] : /SECURITY.md
17+ [ Best Practices ] : https://www.coreinfrastructure.org/programs/best-practices-program/
18+ [ CII badge details ] : https://bestpractices.coreinfrastructure.org/en/projects/4514
19+
20+ [ #92 ] : https://github.com/SAP/data-attribute-recommendation-python-sdk/pull/92
21+
22+ ### Changed
23+
24+ * Documentation updated to include reference to TechED 2020 workshop [ #93 ]
25+ * Tests: report branch coverage [ #93 ]
26+
27+ [ #93 ] : https://github.com/SAP/data-attribute-recommendation-python-sdk/pull/93
928
1029## [ 0.7.1]
1130
Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ pay attention to the [CHANGELOG.md].
3232
3333## Resources
3434
35+ * NEW: [ TechED 2020 workshop materials] , including a Jupyter notebook!
3536* [ Tutorials on Data Attribute Recommendation] - ** Free Trial Available**
3637* [ Tutorials on this SDK] [ SDK tutorials ]
3738* [ Data Attribute Recommendation documentation]
@@ -156,6 +157,7 @@ Copyright (c) 2020 SAP SE or an SAP affiliate company. All rights reserved.
156157This file and all other files in this repository are licensed under the
157158Apache License, v 2.0 except as noted otherwise in the [ LICENSE] file.
158159
160+ [ TechED 2020 workshop materials ] : https://github.com/SAP-samples/teched2020-INT260
159161[ Tutorials on Data Attribute Recommendation ] : https://developers.sap.com/mission.cp-aibus-data-attribute.html
160162[ SDK tutorials ] : https://developers.sap.com/group.cp-aibus-data-attribute-sdk.html
161163[ SAP AI Business Services ] : https://help.sap.com/viewer/product/SAP_AI_BUS/SHIP/en-US
Original file line number Diff line number Diff line change @@ -26,8 +26,16 @@ pay attention to the `Changelog`_.
2626Getting Started
2727---------------
2828
29- In addition to the guide below, a more comprehensive `tutorial is available
30- at developers.sap.com `_.
29+
30+ **News 2020-12: ** Materials from the `TechED 2020 workshop `_ are online! We have
31+ prepared a `Jupyter notebook `_ with a full tutorial and lots of additional information.
32+ This is the most comprehensive end-to-end example available so far.
33+
34+ .. _TechED 2020 workshop : https://github.com/SAP-samples/teched2020-INT260/tree/master/exercises/ex1-DAR
35+ .. _Jupyter notebook : https://github.com/SAP-samples/teched2020-INT260/blob/master/exercises/ex1-DAR/teched2020-INT260_Data_Attribute_Recommendation.ipynb
36+
37+ The sections below in this document will help you get started. In addition to the guide
38+ below, a more comprehensive `tutorial is available at developers.sap.com `_.
3139
3240.. _tutorial is available at developers.sap.com : https://developers.sap.com/group.cp-aibus-data-attribute-sdk.html
3341
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ commands =
2323 --cov =sap \
2424 --cov-fail-under =96 \
2525 --cov-report = \
26+ --cov-branch \
2627 --junitxml =test_results/{envname}/unit_xunit.xml \
2728 --junit-prefix ={envname} \
2829 -o junit_suite_name ={envname} \
You can’t perform that action at this time.
0 commit comments