Skip to content
This repository was archived by the owner on Jun 14, 2024. It is now read-only.

Commit af6223e

Browse files
authored
Merge pull request #176 from amzn/develop
Deploy 0.3.1
2 parents ef2b128 + 34309c0 commit af6223e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+155713
-715
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ If you're wishing for a feature that doesn't exist yet in MXFusion, there are pr
2626

2727
If you're thinking about adding code to MXFusion, here are some guidelines to get you started.
2828

29-
* If the change is a major feature, create a [design proposal](design_proposal/design_proposal_guidelines) in the design_proposals folder and post it as a PR, optionally with a prototype implementation of your proposed changes. This is to get community feedback on the changes and document the design reasoning of MXFusion for future reference.
29+
* If the change is a major feature, create a [design proposal](docs/design_proposals/design_proposal_guidelines.md) in the design_proposals folder and post it as a PR, optionally with a prototype implementation of your proposed changes. This is to get community feedback on the changes and document the design reasoning of MXFusion for future reference.
3030

3131
* Keep pull requests small, preferably one feature per pull request. This lowers the bar to entry for a reviewer, and keeps feedback focused for each feature.
3232

3333
Some major areas where we appreciate contributions:
3434
* [Adding new Distributions/Functions/Modules](examples/notebooks/writing_a_new_distribution.ipynb)
35-
* [Adding new Inference Algorithms](design_documents/inference)
35+
* [Adding new Inference Algorithms](docs/design_documents/inference.md)
3636
* Example notebooks showing how to build/train a particular model.
3737

3838
If you're still not sure where to begin, have a look at our [issues](issues TODO) page for open work.
@@ -73,7 +73,7 @@ Before submitting the pull request, please go through this checklist to make the
7373
* Do all public functions have docstrings including examples? If you added a new module, did you add it to the Sphinx docstring in the ```__init__.py``` file of the module's folder?
7474
* Is the code style correct (PEP8)?
7575
* Is the commit message formatted correctly?
76-
* If this is a large addition, is there a tutorial or more extensive module-level description? Did you discuss the addition in a [design proposal](design_proposals/design_proposal_guidelines)? Is there an issue related to the change? If so, please link the issue or design doc.
76+
* If this is a large addition, is there a tutorial or more extensive module-level description? Did you discuss the addition in a [design proposal](docs/design_proposals/design_proposal_guidelines.md)? Is there an issue related to the change? If so, please link the issue or design doc.
7777

7878

7979
## Setting up a development environment

examples/notebooks/gp_regression.ipynb

Lines changed: 178 additions & 17 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)