Skip to content
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

Updating docs and releasing v0.1.2 #167

Merged
merged 2 commits into from
Aug 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 8 additions & 5 deletions docs/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,20 @@ Note this exception only applies if you commit to the maintenance of your model


Join PyPOTS
^^^^^^^^^^^^^^^^^^^^^
^^^^^^^^^^^
.. _becoming-a-maintainer:

Becoming a Maintainer
"""""""""""""""""""""
To join the team and become a maintainer of PyPOTS, you should

1. be active on GitHub and watch PyPOTS repository to receive the latest news from it;
1. love open-source science and be active on GitHub;
2. be familiar with the PyPOTS codebase and have made at least one pull request merged into branch ``main`` of PyPOTS,
which is not for fixing typos or improving the docs;
3. join the `PyPOTS community on Slack <https://join.slack.com/t/pypots-org/shared_invite/zt-1gq6ufwsi-p0OZdW~e9UW_IA4_f1OfxA>`_
3. watch PyPOTS repository to receive the latest news from it;
4. join the `PyPOTS community on Slack <https://join.slack.com/t/pypots-org/shared_invite/zt-1gq6ufwsi-p0OZdW~e9UW_IA4_f1OfxA>`_
and become a member of the channel ``#dev-team``. ``#dev-team`` currently is a public channel, and you don't need an invitation to join it;
4. commit to constantly maintain PyPOTS project and obey our development principles;
5. commit to constantly maintain PyPOTS project and obey our development principles;

After meeting up with the above conditions,
you can propose to get a maintainer role by dropping an email to `team@pypots.com <mailto:team@pypots.com>`_.
Expand All @@ -39,7 +42,7 @@ But if you're inactive for a long time (more than three months. With reasons, a

Becoming a Lead
"""""""""""""""
To become a lead at PyPOTS, surely you have to already obtain a maintainer role first.
To become a lead at PyPOTS, surely you have to already obtain a maintainer role first, i.e. you've met all requirements in the section :ref:`becoming-a-maintainer`.
Your research should be highly related to data mining/machine learning on POTS data, and
you need to prove that you're capable of proposing a research plan solely and conducting it.
You're willing to take developing PyPOTS as your responsibility and commit to constantly and regularly
Expand Down
2 changes: 1 addition & 1 deletion pypots/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#
# Dev branch marker is: 'X.Y.dev' or 'X.Y.devN' where N is an integer.
# 'X.Y.dev0' is the canonical version of 'X.Y.dev'
__version__ = "0.1.1"
__version__ = "0.1.2"


__all__ = [
Expand Down