-
Notifications
You must be signed in to change notification settings - Fork 135
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* more fliexible plot components * adding doc string * refresh banner and icon * read me link * more banners * testing new dim of banner * Predict fix (#281) * fix regressor matrix extraction * unit test for cases with mixed pos® regressors * adding logo and some style for tutorial and docs * favicon * initialize `_regressor_col` in __init__() * small version bump * fix matplotlib * Create orbit.css * reorder fourier series calculation to match the df (#286) * plot utility enhancement (#287) * return the plotting object * receive returned plotting object to avoid dual display * return plotting axes object * Setup TravisCI deployment for PyPI (#292) * Setup TravisCI deployment for PyPI * debug deployment in travis YAML * debug travis pypi deployment (#293) * Debug travis package deployment (#294) * setup.py and module uses same version number * fix travis config for pypi deploy * dpl v2 for travis config (#295) * realign version number for module and release In testing and configuring travis ci for pypi deployment, version numbers were misaligned. Realigning the version number here with the latest release version number. * Update README.rst (#297) * Update README.rst * Update README.rst * Update README.rst * Update README.rst * Update README.rst * Update README.rst * minor changes - allow plot components to take subset - expose dof of gam * fourier seris column order correction Co-authored-by: Zhishi Wang <wangzhishi@users.noreply.github.com> Co-authored-by: Steve Yang <steven.s.yang@gmail.com> Co-authored-by: Zhishi Wang <zhishiw@uber.com> Co-authored-by: Yifeng Wu <yifeng.wu@uber.com> Co-authored-by: Steve Yang <steve.yang@uber.com>
- Loading branch information
1 parent
6287992
commit c334148
Showing
28 changed files
with
211 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
@import url("theme.css"); | ||
|
||
.wy-side-nav-search { | ||
background-color: #276EF1; | ||
} | ||
|
||
.wy-side-nav-search a { | ||
margin: 0 | ||
} | ||
|
||
.wy-side-nav-search > div.version { | ||
color: #ffffff; | ||
} | ||
|
||
.wy-nav-top { | ||
background: #949CE3; | ||
} | ||
|
||
.wy-menu-vertical li.on a, .wy-menu-vertical li.current>a { | ||
background: #c4cfd4; | ||
} | ||
|
||
.wy-side-nav-search input[type=text] { | ||
border-color: #313131; | ||
} | ||
|
||
.wy-side-nav-search>a img.logo, .wy-side-nav-search .wy-dropdown>a img.logo { | ||
max-width: 40%; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
name = 'orbit' | ||
__version__ = '1.0.5' | ||
__version__ = '1.0.10' | ||
|
Oops, something went wrong.