-
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix typo constants #66
Merged
Merged
Conversation
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
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## develop #66 +/- ##
========================================
Coverage 97.17% 97.17%
========================================
Files 19 19
Lines 566 566
Branches 111 111
========================================
Hits 550 550
Misses 8 8
Partials 8 8
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
ReiRev
added a commit
that referenced
this pull request
Sep 14, 2023
* separate formatting and linting from ci. (#42) * separate formatting and linting from ci. * remove formatting and linting * Raise error if tag was not found (#44) * Raise error if tag was not found * Autoated format and lint Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ReiRev <ReiRev@users.noreply.github.com> * Bugfix/remove html from linguist (#45) * initial commit * change to linguist-detectable=false * change to use linguist-vendored * Bugfix/publish yml (#47) * use pypa/gh-action-pypi-publish@release directly * add trigger * remove pull_request * release/v0.1 (#48) * separate formatting and linting from ci. (#42) * separate formatting and linting from ci. * remove formatting and linting * Raise error if tag was not found (#44) * Raise error if tag was not found * Autoated format and lint Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ReiRev <ReiRev@users.noreply.github.com> * Bugfix/remove html from linguist (#45) * initial commit * change to linguist-detectable=false * change to use linguist-vendored * Bugfix/publish yml (#47) * use pypa/gh-action-pypi-publish@release directly * add trigger * remove pull_request --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ReiRev <ReiRev@users.noreply.github.com> * initial commit (#50) * Develop (#51) * separate formatting and linting from ci. (#42) * separate formatting and linting from ci. * remove formatting and linting * Raise error if tag was not found (#44) * Raise error if tag was not found * Autoated format and lint Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ReiRev <ReiRev@users.noreply.github.com> * Bugfix/remove html from linguist (#45) * initial commit * change to linguist-detectable=false * change to use linguist-vendored * Bugfix/publish yml (#47) * use pypa/gh-action-pypi-publish@release directly * add trigger * remove pull_request * initial commit (#50) --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ReiRev <ReiRev@users.noreply.github.com> * Bugfix/publish yml (#53) * use pypa/gh-action-pypi-publish@release directly * add trigger * remove pull_request * remove push on main * add dividend_history (#55) * add dividend_history * Autoated format and lint Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ReiRev <ReiRev@users.noreply.github.com> * implement ReportNews (#56) * implement ReportNews * Autoated format and lint Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ReiRev <ReiRev@users.noreply.github.com> * Feature/error/tag not found (#57) * Raise error if tag was not found * Autoated format and lint Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * remove unchecked lines --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ReiRev <ReiRev@users.noreply.github.com> * Feature/kabuyoho/report news (#58) * implement ReportNews * Autoated format and lint Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * fix docstring --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ReiRev <ReiRev@users.noreply.github.com> * Feature/kabuyoho/report news (#63) * implement ReportNews * Autoated format and lint Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * fix docstring * change news to flash_reports * change example url to the shorter one * remove Japanese comment * implemented market report and flash report * Autoated format and lint Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * refactor: merge get_links * refactor * implement analyst_prediction * implement analyst_evaluation * change fail_ci_if_error to false * add test and change get to get_attribute_list --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ReiRev <ReiRev@users.noreply.github.com> * Feature/kabuyoho/report trend signal (#64) * implemented trend_signal & coincident_index * implement ReportTrendSignal * deal with invalid number of elements * fix typo (#66) * update version to 0.0.6 (#67) --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ReiRev <ReiRev@users.noreply.github.com>
ReiRev
added a commit
that referenced
this pull request
Sep 14, 2023
* separate formatting and linting from ci. (#42) * separate formatting and linting from ci. * remove formatting and linting * Raise error if tag was not found (#44) * Raise error if tag was not found * Autoated format and lint Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ReiRev <ReiRev@users.noreply.github.com> * Bugfix/remove html from linguist (#45) * initial commit * change to linguist-detectable=false * change to use linguist-vendored * Bugfix/publish yml (#47) * use pypa/gh-action-pypi-publish@release directly * add trigger * remove pull_request * release/v0.1 (#48) * separate formatting and linting from ci. (#42) * separate formatting and linting from ci. * remove formatting and linting * Raise error if tag was not found (#44) * Raise error if tag was not found * Autoated format and lint Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ReiRev <ReiRev@users.noreply.github.com> * Bugfix/remove html from linguist (#45) * initial commit * change to linguist-detectable=false * change to use linguist-vendored * Bugfix/publish yml (#47) * use pypa/gh-action-pypi-publish@release directly * add trigger * remove pull_request --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ReiRev <ReiRev@users.noreply.github.com> * initial commit (#50) * Develop (#51) * separate formatting and linting from ci. (#42) * separate formatting and linting from ci. * remove formatting and linting * Raise error if tag was not found (#44) * Raise error if tag was not found * Autoated format and lint Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ReiRev <ReiRev@users.noreply.github.com> * Bugfix/remove html from linguist (#45) * initial commit * change to linguist-detectable=false * change to use linguist-vendored * Bugfix/publish yml (#47) * use pypa/gh-action-pypi-publish@release directly * add trigger * remove pull_request * initial commit (#50) --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ReiRev <ReiRev@users.noreply.github.com> * Bugfix/publish yml (#53) * use pypa/gh-action-pypi-publish@release directly * add trigger * remove pull_request * remove push on main * add dividend_history (#55) * add dividend_history * Autoated format and lint Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ReiRev <ReiRev@users.noreply.github.com> * implement ReportNews (#56) * implement ReportNews * Autoated format and lint Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ReiRev <ReiRev@users.noreply.github.com> * Feature/error/tag not found (#57) * Raise error if tag was not found * Autoated format and lint Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * remove unchecked lines --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ReiRev <ReiRev@users.noreply.github.com> * Feature/kabuyoho/report news (#58) * implement ReportNews * Autoated format and lint Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * fix docstring --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ReiRev <ReiRev@users.noreply.github.com> * Feature/kabuyoho/report news (#63) * implement ReportNews * Autoated format and lint Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * fix docstring * change news to flash_reports * change example url to the shorter one * remove Japanese comment * implemented market report and flash report * Autoated format and lint Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * refactor: merge get_links * refactor * implement analyst_prediction * implement analyst_evaluation * change fail_ci_if_error to false * add test and change get to get_attribute_list --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ReiRev <ReiRev@users.noreply.github.com> * Feature/kabuyoho/report trend signal (#64) * implemented trend_signal & coincident_index * implement ReportTrendSignal * deal with invalid number of elements * fix typo (#66) * update version to 0.0.6 (#67) * remove push (#70) --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ReiRev <ReiRev@users.noreply.github.com>
ReiRev
added a commit
that referenced
this pull request
Sep 17, 2023
* separate formatting and linting from ci. (#42) * separate formatting and linting from ci. * remove formatting and linting * Raise error if tag was not found (#44) * Raise error if tag was not found * Autoated format and lint Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ReiRev <ReiRev@users.noreply.github.com> * Bugfix/remove html from linguist (#45) * initial commit * change to linguist-detectable=false * change to use linguist-vendored * Bugfix/publish yml (#47) * use pypa/gh-action-pypi-publish@release directly * add trigger * remove pull_request * release/v0.1 (#48) * separate formatting and linting from ci. (#42) * separate formatting and linting from ci. * remove formatting and linting * Raise error if tag was not found (#44) * Raise error if tag was not found * Autoated format and lint Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ReiRev <ReiRev@users.noreply.github.com> * Bugfix/remove html from linguist (#45) * initial commit * change to linguist-detectable=false * change to use linguist-vendored * Bugfix/publish yml (#47) * use pypa/gh-action-pypi-publish@release directly * add trigger * remove pull_request --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ReiRev <ReiRev@users.noreply.github.com> * initial commit (#50) * Develop (#51) * separate formatting and linting from ci. (#42) * separate formatting and linting from ci. * remove formatting and linting * Raise error if tag was not found (#44) * Raise error if tag was not found * Autoated format and lint Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ReiRev <ReiRev@users.noreply.github.com> * Bugfix/remove html from linguist (#45) * initial commit * change to linguist-detectable=false * change to use linguist-vendored * Bugfix/publish yml (#47) * use pypa/gh-action-pypi-publish@release directly * add trigger * remove pull_request * initial commit (#50) --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ReiRev <ReiRev@users.noreply.github.com> * Bugfix/publish yml (#53) * use pypa/gh-action-pypi-publish@release directly * add trigger * remove pull_request * remove push on main * add dividend_history (#55) * add dividend_history * Autoated format and lint Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ReiRev <ReiRev@users.noreply.github.com> * implement ReportNews (#56) * implement ReportNews * Autoated format and lint Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ReiRev <ReiRev@users.noreply.github.com> * Feature/error/tag not found (#57) * Raise error if tag was not found * Autoated format and lint Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * remove unchecked lines --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ReiRev <ReiRev@users.noreply.github.com> * Feature/kabuyoho/report news (#58) * implement ReportNews * Autoated format and lint Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * fix docstring --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ReiRev <ReiRev@users.noreply.github.com> * Feature/kabuyoho/report news (#63) * implement ReportNews * Autoated format and lint Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * fix docstring * change news to flash_reports * change example url to the shorter one * remove Japanese comment * implemented market report and flash report * Autoated format and lint Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * refactor: merge get_links * refactor * implement analyst_prediction * implement analyst_evaluation * change fail_ci_if_error to false * add test and change get to get_attribute_list --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ReiRev <ReiRev@users.noreply.github.com> * Feature/kabuyoho/report trend signal (#64) * implemented trend_signal & coincident_index * implement ReportTrendSignal * deal with invalid number of elements * fix typo (#66) * update version to 0.0.6 (#67) * remove push (#70) * Doc/doc environment (#72) * add live preview * add sphinx * initial commit * Autoated format and lint Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ReiRev <ReiRev@users.noreply.github.com> --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ReiRev <ReiRev@users.noreply.github.com>
ReiRev
added a commit
that referenced
this pull request
Sep 17, 2023
* separate formatting and linting from ci. (#42) * separate formatting and linting from ci. * remove formatting and linting * Raise error if tag was not found (#44) * Raise error if tag was not found * Autoated format and lint Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ReiRev <ReiRev@users.noreply.github.com> * Bugfix/remove html from linguist (#45) * initial commit * change to linguist-detectable=false * change to use linguist-vendored * Bugfix/publish yml (#47) * use pypa/gh-action-pypi-publish@release directly * add trigger * remove pull_request * release/v0.1 (#48) * separate formatting and linting from ci. (#42) * separate formatting and linting from ci. * remove formatting and linting * Raise error if tag was not found (#44) * Raise error if tag was not found * Autoated format and lint Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ReiRev <ReiRev@users.noreply.github.com> * Bugfix/remove html from linguist (#45) * initial commit * change to linguist-detectable=false * change to use linguist-vendored * Bugfix/publish yml (#47) * use pypa/gh-action-pypi-publish@release directly * add trigger * remove pull_request --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ReiRev <ReiRev@users.noreply.github.com> * initial commit (#50) * Develop (#51) * separate formatting and linting from ci. (#42) * separate formatting and linting from ci. * remove formatting and linting * Raise error if tag was not found (#44) * Raise error if tag was not found * Autoated format and lint Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ReiRev <ReiRev@users.noreply.github.com> * Bugfix/remove html from linguist (#45) * initial commit * change to linguist-detectable=false * change to use linguist-vendored * Bugfix/publish yml (#47) * use pypa/gh-action-pypi-publish@release directly * add trigger * remove pull_request * initial commit (#50) --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ReiRev <ReiRev@users.noreply.github.com> * Bugfix/publish yml (#53) * use pypa/gh-action-pypi-publish@release directly * add trigger * remove pull_request * remove push on main * add dividend_history (#55) * add dividend_history * Autoated format and lint Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ReiRev <ReiRev@users.noreply.github.com> * implement ReportNews (#56) * implement ReportNews * Autoated format and lint Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ReiRev <ReiRev@users.noreply.github.com> * Feature/error/tag not found (#57) * Raise error if tag was not found * Autoated format and lint Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * remove unchecked lines --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ReiRev <ReiRev@users.noreply.github.com> * Feature/kabuyoho/report news (#58) * implement ReportNews * Autoated format and lint Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * fix docstring --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ReiRev <ReiRev@users.noreply.github.com> * Feature/kabuyoho/report news (#63) * implement ReportNews * Autoated format and lint Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * fix docstring * change news to flash_reports * change example url to the shorter one * remove Japanese comment * implemented market report and flash report * Autoated format and lint Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * refactor: merge get_links * refactor * implement analyst_prediction * implement analyst_evaluation * change fail_ci_if_error to false * add test and change get to get_attribute_list --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ReiRev <ReiRev@users.noreply.github.com> * Feature/kabuyoho/report trend signal (#64) * implemented trend_signal & coincident_index * implement ReportTrendSignal * deal with invalid number of elements * fix typo (#66) * update version to 0.0.6 (#67) * remove push (#70) * Doc/doc environment (#72) * add live preview * add sphinx * initial commit * Autoated format and lint Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ReiRev <ReiRev@users.noreply.github.com> * Doc/doc environment (#74) * add live preview * add sphinx * initial commit * Autoated format and lint Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * separate doc from test * initial commit * remove _static from html_static_path * add resource/modules * only update coverage if branch is main --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ReiRev <ReiRev@users.noreply.github.com> --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ReiRev <ReiRev@users.noreply.github.com>
ReiRev
added a commit
that referenced
this pull request
Sep 17, 2023
* separate formatting and linting from ci. (#42) * separate formatting and linting from ci. * remove formatting and linting * Raise error if tag was not found (#44) * Raise error if tag was not found * Autoated format and lint Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ReiRev <ReiRev@users.noreply.github.com> * Bugfix/remove html from linguist (#45) * initial commit * change to linguist-detectable=false * change to use linguist-vendored * Bugfix/publish yml (#47) * use pypa/gh-action-pypi-publish@release directly * add trigger * remove pull_request * release/v0.1 (#48) * separate formatting and linting from ci. (#42) * separate formatting and linting from ci. * remove formatting and linting * Raise error if tag was not found (#44) * Raise error if tag was not found * Autoated format and lint Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ReiRev <ReiRev@users.noreply.github.com> * Bugfix/remove html from linguist (#45) * initial commit * change to linguist-detectable=false * change to use linguist-vendored * Bugfix/publish yml (#47) * use pypa/gh-action-pypi-publish@release directly * add trigger * remove pull_request --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ReiRev <ReiRev@users.noreply.github.com> * initial commit (#50) * Develop (#51) * separate formatting and linting from ci. (#42) * separate formatting and linting from ci. * remove formatting and linting * Raise error if tag was not found (#44) * Raise error if tag was not found * Autoated format and lint Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ReiRev <ReiRev@users.noreply.github.com> * Bugfix/remove html from linguist (#45) * initial commit * change to linguist-detectable=false * change to use linguist-vendored * Bugfix/publish yml (#47) * use pypa/gh-action-pypi-publish@release directly * add trigger * remove pull_request * initial commit (#50) --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ReiRev <ReiRev@users.noreply.github.com> * Bugfix/publish yml (#53) * use pypa/gh-action-pypi-publish@release directly * add trigger * remove pull_request * remove push on main * add dividend_history (#55) * add dividend_history * Autoated format and lint Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ReiRev <ReiRev@users.noreply.github.com> * implement ReportNews (#56) * implement ReportNews * Autoated format and lint Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ReiRev <ReiRev@users.noreply.github.com> * Feature/error/tag not found (#57) * Raise error if tag was not found * Autoated format and lint Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * remove unchecked lines --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ReiRev <ReiRev@users.noreply.github.com> * Feature/kabuyoho/report news (#58) * implement ReportNews * Autoated format and lint Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * fix docstring --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ReiRev <ReiRev@users.noreply.github.com> * Feature/kabuyoho/report news (#63) * implement ReportNews * Autoated format and lint Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * fix docstring * change news to flash_reports * change example url to the shorter one * remove Japanese comment * implemented market report and flash report * Autoated format and lint Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * refactor: merge get_links * refactor * implement analyst_prediction * implement analyst_evaluation * change fail_ci_if_error to false * add test and change get to get_attribute_list --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ReiRev <ReiRev@users.noreply.github.com> * Feature/kabuyoho/report trend signal (#64) * implemented trend_signal & coincident_index * implement ReportTrendSignal * deal with invalid number of elements * fix typo (#66) * update version to 0.0.6 (#67) * remove push (#70) * Doc/doc environment (#72) * add live preview * add sphinx * initial commit * Autoated format and lint Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ReiRev <ReiRev@users.noreply.github.com> * Doc/doc environment (#74) * add live preview * add sphinx * initial commit * Autoated format and lint Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * separate doc from test * initial commit * remove _static from html_static_path * add resource/modules * only update coverage if branch is main --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ReiRev <ReiRev@users.noreply.github.com> * Doc/doc environment (#76) * add live preview * add sphinx * initial commit * Autoated format and lint Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * separate doc from test * initial commit * remove _static from html_static_path * add resource/modules * only update coverage if branch is main * add | --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ReiRev <ReiRev@users.noreply.github.com> --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ReiRev <ReiRev@users.noreply.github.com>
ReiRev
added a commit
that referenced
this pull request
Sep 17, 2023
* separate formatting and linting from ci. (#42) * separate formatting and linting from ci. * remove formatting and linting * Raise error if tag was not found (#44) * Raise error if tag was not found * Autoated format and lint Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ReiRev <ReiRev@users.noreply.github.com> * Bugfix/remove html from linguist (#45) * initial commit * change to linguist-detectable=false * change to use linguist-vendored * Bugfix/publish yml (#47) * use pypa/gh-action-pypi-publish@release directly * add trigger * remove pull_request * release/v0.1 (#48) * separate formatting and linting from ci. (#42) * separate formatting and linting from ci. * remove formatting and linting * Raise error if tag was not found (#44) * Raise error if tag was not found * Autoated format and lint Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ReiRev <ReiRev@users.noreply.github.com> * Bugfix/remove html from linguist (#45) * initial commit * change to linguist-detectable=false * change to use linguist-vendored * Bugfix/publish yml (#47) * use pypa/gh-action-pypi-publish@release directly * add trigger * remove pull_request --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ReiRev <ReiRev@users.noreply.github.com> * initial commit (#50) * Develop (#51) * separate formatting and linting from ci. (#42) * separate formatting and linting from ci. * remove formatting and linting * Raise error if tag was not found (#44) * Raise error if tag was not found * Autoated format and lint Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ReiRev <ReiRev@users.noreply.github.com> * Bugfix/remove html from linguist (#45) * initial commit * change to linguist-detectable=false * change to use linguist-vendored * Bugfix/publish yml (#47) * use pypa/gh-action-pypi-publish@release directly * add trigger * remove pull_request * initial commit (#50) --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ReiRev <ReiRev@users.noreply.github.com> * Bugfix/publish yml (#53) * use pypa/gh-action-pypi-publish@release directly * add trigger * remove pull_request * remove push on main * add dividend_history (#55) * add dividend_history * Autoated format and lint Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ReiRev <ReiRev@users.noreply.github.com> * implement ReportNews (#56) * implement ReportNews * Autoated format and lint Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ReiRev <ReiRev@users.noreply.github.com> * Feature/error/tag not found (#57) * Raise error if tag was not found * Autoated format and lint Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * remove unchecked lines --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ReiRev <ReiRev@users.noreply.github.com> * Feature/kabuyoho/report news (#58) * implement ReportNews * Autoated format and lint Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * fix docstring --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ReiRev <ReiRev@users.noreply.github.com> * Feature/kabuyoho/report news (#63) * implement ReportNews * Autoated format and lint Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * fix docstring * change news to flash_reports * change example url to the shorter one * remove Japanese comment * implemented market report and flash report * Autoated format and lint Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * refactor: merge get_links * refactor * implement analyst_prediction * implement analyst_evaluation * change fail_ci_if_error to false * add test and change get to get_attribute_list --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ReiRev <ReiRev@users.noreply.github.com> * Feature/kabuyoho/report trend signal (#64) * implemented trend_signal & coincident_index * implement ReportTrendSignal * deal with invalid number of elements * fix typo (#66) * update version to 0.0.6 (#67) * remove push (#70) * Doc/doc environment (#72) * add live preview * add sphinx * initial commit * Autoated format and lint Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ReiRev <ReiRev@users.noreply.github.com> * Doc/doc environment (#74) * add live preview * add sphinx * initial commit * Autoated format and lint Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * separate doc from test * initial commit * remove _static from html_static_path * add resource/modules * only update coverage if branch is main --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ReiRev <ReiRev@users.noreply.github.com> * Doc/doc environment (#76) * add live preview * add sphinx * initial commit * Autoated format and lint Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * separate doc from test * initial commit * remove _static from html_static_path * add resource/modules * only update coverage if branch is main * add | --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ReiRev <ReiRev@users.noreply.github.com> * Doc/doc environment (#78) * add live preview * add sphinx * initial commit * Autoated format and lint Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * separate doc from test * initial commit * remove _static from html_static_path * add resource/modules * only update coverage if branch is main * add | * fix docstring * first README.md * remove docs/resource folder which will be auto generated * add docs/resource * change maxdepth from 2 to 4 * change input folder to src/kabupy * add sphinx_sitemap * fix docstring code block * add googletagmanager --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ReiRev <ReiRev@users.noreply.github.com> * Doc/doc environment (#80) * add live preview * add sphinx * initial commit * Autoated format and lint Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * separate doc from test * initial commit * remove _static from html_static_path * add resource/modules * only update coverage if branch is main * add | * fix docstring * first README.md * remove docs/resource folder which will be auto generated * add docs/resource * change maxdepth from 2 to 4 * change input folder to src/kabupy * add sphinx_sitemap * fix docstring code block * add googletagmanager * Autoated format and lint Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ReiRev <ReiRev@users.noreply.github.com> --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ReiRev <ReiRev@users.noreply.github.com>
ReiRev
added a commit
that referenced
this pull request
Sep 17, 2023
* separate formatting and linting from ci. (#42) * separate formatting and linting from ci. * remove formatting and linting * Raise error if tag was not found (#44) * Raise error if tag was not found * Autoated format and lint Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ReiRev <ReiRev@users.noreply.github.com> * Bugfix/remove html from linguist (#45) * initial commit * change to linguist-detectable=false * change to use linguist-vendored * Bugfix/publish yml (#47) * use pypa/gh-action-pypi-publish@release directly * add trigger * remove pull_request * release/v0.1 (#48) * separate formatting and linting from ci. (#42) * separate formatting and linting from ci. * remove formatting and linting * Raise error if tag was not found (#44) * Raise error if tag was not found * Autoated format and lint Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ReiRev <ReiRev@users.noreply.github.com> * Bugfix/remove html from linguist (#45) * initial commit * change to linguist-detectable=false * change to use linguist-vendored * Bugfix/publish yml (#47) * use pypa/gh-action-pypi-publish@release directly * add trigger * remove pull_request --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ReiRev <ReiRev@users.noreply.github.com> * initial commit (#50) * Develop (#51) * separate formatting and linting from ci. (#42) * separate formatting and linting from ci. * remove formatting and linting * Raise error if tag was not found (#44) * Raise error if tag was not found * Autoated format and lint Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ReiRev <ReiRev@users.noreply.github.com> * Bugfix/remove html from linguist (#45) * initial commit * change to linguist-detectable=false * change to use linguist-vendored * Bugfix/publish yml (#47) * use pypa/gh-action-pypi-publish@release directly * add trigger * remove pull_request * initial commit (#50) --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ReiRev <ReiRev@users.noreply.github.com> * Bugfix/publish yml (#53) * use pypa/gh-action-pypi-publish@release directly * add trigger * remove pull_request * remove push on main * add dividend_history (#55) * add dividend_history * Autoated format and lint Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ReiRev <ReiRev@users.noreply.github.com> * implement ReportNews (#56) * implement ReportNews * Autoated format and lint Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ReiRev <ReiRev@users.noreply.github.com> * Feature/error/tag not found (#57) * Raise error if tag was not found * Autoated format and lint Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * remove unchecked lines --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ReiRev <ReiRev@users.noreply.github.com> * Feature/kabuyoho/report news (#58) * implement ReportNews * Autoated format and lint Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * fix docstring --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ReiRev <ReiRev@users.noreply.github.com> * Feature/kabuyoho/report news (#63) * implement ReportNews * Autoated format and lint Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * fix docstring * change news to flash_reports * change example url to the shorter one * remove Japanese comment * implemented market report and flash report * Autoated format and lint Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * refactor: merge get_links * refactor * implement analyst_prediction * implement analyst_evaluation * change fail_ci_if_error to false * add test and change get to get_attribute_list --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ReiRev <ReiRev@users.noreply.github.com> * Feature/kabuyoho/report trend signal (#64) * implemented trend_signal & coincident_index * implement ReportTrendSignal * deal with invalid number of elements * fix typo (#66) * update version to 0.0.6 (#67) * remove push (#70) * Doc/doc environment (#72) * add live preview * add sphinx * initial commit * Autoated format and lint Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ReiRev <ReiRev@users.noreply.github.com> * Doc/doc environment (#74) * add live preview * add sphinx * initial commit * Autoated format and lint Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * separate doc from test * initial commit * remove _static from html_static_path * add resource/modules * only update coverage if branch is main --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ReiRev <ReiRev@users.noreply.github.com> * Doc/doc environment (#76) * add live preview * add sphinx * initial commit * Autoated format and lint Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * separate doc from test * initial commit * remove _static from html_static_path * add resource/modules * only update coverage if branch is main * add | --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ReiRev <ReiRev@users.noreply.github.com> * Doc/doc environment (#78) * add live preview * add sphinx * initial commit * Autoated format and lint Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * separate doc from test * initial commit * remove _static from html_static_path * add resource/modules * only update coverage if branch is main * add | * fix docstring * first README.md * remove docs/resource folder which will be auto generated * add docs/resource * change maxdepth from 2 to 4 * change input folder to src/kabupy * add sphinx_sitemap * fix docstring code block * add googletagmanager --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ReiRev <ReiRev@users.noreply.github.com> * Doc/doc environment (#80) * add live preview * add sphinx * initial commit * Autoated format and lint Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * separate doc from test * initial commit * remove _static from html_static_path * add resource/modules * only update coverage if branch is main * add | * fix docstring * first README.md * remove docs/resource folder which will be auto generated * add docs/resource * change maxdepth from 2 to 4 * change input folder to src/kabupy * add sphinx_sitemap * fix docstring code block * add googletagmanager * Autoated format and lint Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ReiRev <ReiRev@users.noreply.github.com> * Doc/doc environment (#81) * add live preview * add sphinx * initial commit * Autoated format and lint Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * separate doc from test * initial commit * remove _static from html_static_path * add resource/modules * only update coverage if branch is main * add | * fix docstring * first README.md * remove docs/resource folder which will be auto generated * add docs/resource * change maxdepth from 2 to 4 * change input folder to src/kabupy * add sphinx_sitemap * fix docstring code block * add googletagmanager * Autoated format and lint Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * change gooletagmanager to google analytics --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ReiRev <ReiRev@users.noreply.github.com> --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ReiRev <ReiRev@users.noreply.github.com>
ReiRev
added a commit
that referenced
this pull request
Sep 17, 2023
* separate formatting and linting from ci. (#42) * separate formatting and linting from ci. * remove formatting and linting * Raise error if tag was not found (#44) * Raise error if tag was not found * Autoated format and lint Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ReiRev <ReiRev@users.noreply.github.com> * Bugfix/remove html from linguist (#45) * initial commit * change to linguist-detectable=false * change to use linguist-vendored * Bugfix/publish yml (#47) * use pypa/gh-action-pypi-publish@release directly * add trigger * remove pull_request * release/v0.1 (#48) * separate formatting and linting from ci. (#42) * separate formatting and linting from ci. * remove formatting and linting * Raise error if tag was not found (#44) * Raise error if tag was not found * Autoated format and lint Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ReiRev <ReiRev@users.noreply.github.com> * Bugfix/remove html from linguist (#45) * initial commit * change to linguist-detectable=false * change to use linguist-vendored * Bugfix/publish yml (#47) * use pypa/gh-action-pypi-publish@release directly * add trigger * remove pull_request --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ReiRev <ReiRev@users.noreply.github.com> * initial commit (#50) * Develop (#51) * separate formatting and linting from ci. (#42) * separate formatting and linting from ci. * remove formatting and linting * Raise error if tag was not found (#44) * Raise error if tag was not found * Autoated format and lint Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ReiRev <ReiRev@users.noreply.github.com> * Bugfix/remove html from linguist (#45) * initial commit * change to linguist-detectable=false * change to use linguist-vendored * Bugfix/publish yml (#47) * use pypa/gh-action-pypi-publish@release directly * add trigger * remove pull_request * initial commit (#50) --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ReiRev <ReiRev@users.noreply.github.com> * Bugfix/publish yml (#53) * use pypa/gh-action-pypi-publish@release directly * add trigger * remove pull_request * remove push on main * add dividend_history (#55) * add dividend_history * Autoated format and lint Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ReiRev <ReiRev@users.noreply.github.com> * implement ReportNews (#56) * implement ReportNews * Autoated format and lint Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ReiRev <ReiRev@users.noreply.github.com> * Feature/error/tag not found (#57) * Raise error if tag was not found * Autoated format and lint Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * remove unchecked lines --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ReiRev <ReiRev@users.noreply.github.com> * Feature/kabuyoho/report news (#58) * implement ReportNews * Autoated format and lint Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * fix docstring --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ReiRev <ReiRev@users.noreply.github.com> * Feature/kabuyoho/report news (#63) * implement ReportNews * Autoated format and lint Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * fix docstring * change news to flash_reports * change example url to the shorter one * remove Japanese comment * implemented market report and flash report * Autoated format and lint Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * refactor: merge get_links * refactor * implement analyst_prediction * implement analyst_evaluation * change fail_ci_if_error to false * add test and change get to get_attribute_list --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ReiRev <ReiRev@users.noreply.github.com> * Feature/kabuyoho/report trend signal (#64) * implemented trend_signal & coincident_index * implement ReportTrendSignal * deal with invalid number of elements * fix typo (#66) * update version to 0.0.6 (#67) * remove push (#70) * Doc/doc environment (#72) * add live preview * add sphinx * initial commit * Autoated format and lint Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ReiRev <ReiRev@users.noreply.github.com> * Doc/doc environment (#74) * add live preview * add sphinx * initial commit * Autoated format and lint Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * separate doc from test * initial commit * remove _static from html_static_path * add resource/modules * only update coverage if branch is main --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ReiRev <ReiRev@users.noreply.github.com> * Doc/doc environment (#76) * add live preview * add sphinx * initial commit * Autoated format and lint Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * separate doc from test * initial commit * remove _static from html_static_path * add resource/modules * only update coverage if branch is main * add | --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ReiRev <ReiRev@users.noreply.github.com> * Doc/doc environment (#78) * add live preview * add sphinx * initial commit * Autoated format and lint Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * separate doc from test * initial commit * remove _static from html_static_path * add resource/modules * only update coverage if branch is main * add | * fix docstring * first README.md * remove docs/resource folder which will be auto generated * add docs/resource * change maxdepth from 2 to 4 * change input folder to src/kabupy * add sphinx_sitemap * fix docstring code block * add googletagmanager --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ReiRev <ReiRev@users.noreply.github.com> * Doc/doc environment (#80) * add live preview * add sphinx * initial commit * Autoated format and lint Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * separate doc from test * initial commit * remove _static from html_static_path * add resource/modules * only update coverage if branch is main * add | * fix docstring * first README.md * remove docs/resource folder which will be auto generated * add docs/resource * change maxdepth from 2 to 4 * change input folder to src/kabupy * add sphinx_sitemap * fix docstring code block * add googletagmanager * Autoated format and lint Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ReiRev <ReiRev@users.noreply.github.com> * Doc/doc environment (#81) * add live preview * add sphinx * initial commit * Autoated format and lint Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * separate doc from test * initial commit * remove _static from html_static_path * add resource/modules * only update coverage if branch is main * add | * fix docstring * first README.md * remove docs/resource folder which will be auto generated * add docs/resource * change maxdepth from 2 to 4 * change input folder to src/kabupy * add sphinx_sitemap * fix docstring code block * add googletagmanager * Autoated format and lint Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * change gooletagmanager to google analytics --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ReiRev <ReiRev@users.noreply.github.com> * release v0.0.7 --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ReiRev <ReiRev@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.