-
-
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
implement ReportNews #56
Conversation
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## develop #56 +/- ##
===========================================
+ Coverage 94.01% 94.42% +0.40%
===========================================
Files 16 17 +1
Lines 451 484 +33
Branches 89 99 +10
===========================================
+ Hits 424 457 +33
Misses 14 14
Partials 13 13
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
* 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 --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ReiRev <ReiRev@users.noreply.github.com>
* 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>
* 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>
* 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>
* 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>
* 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>
* 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>
* 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>
* 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>
No description provided.