Skip to content

Commit

Permalink
Merge pull request #32 from afraniomelo/main
Browse files Browse the repository at this point in the history
adding requirements to source distribution
  • Loading branch information
afraniomelo authored Aug 31, 2024
2 parents 4c39a0e + 6612257 commit 8fb59ca
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 10 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ In this guide we present how the expected contributions might be proposed.

## Getting started

The recommended first step is to read the project's [README](README.md) for an overview of what this repository contains.
The recommended first step is to read the project's [README](https://github.com/petrobras/BibMon/blob/main/README.md) for an overview of what this repository contains.

## Asking questions

Expand All @@ -21,8 +21,8 @@ Please do not open issues to ask questions. Please use the Discussions section a

Before you can contribute to this project, we require you read and agree to the following documents:

* [CODE OF CONDUCT](CODE_OF_CONDUCT.md);
* [CONTRIBUTOR LICENSE AGREEMENT](CONTRIBUTOR_LICENSE_AGREEMENT.md);
* [CODE OF CONDUCT](https://github.com/petrobras/BibMon/blob/main/CODE_OF_CONDUCT.md);
* [CONTRIBUTOR LICENSE AGREEMENT](https://github.com/petrobras/BibMon/blob/main/CONTRIBUTOR_LICENSE_AGREEMENT.md);
* This contributing guide.

It is also very important to know, participate and follow the discussions. Click on the Discussions link that appears in the top menu.
Expand Down
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include requirements.txt
5 changes: 2 additions & 3 deletions docs/source/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,12 @@ Installing from PyPI

To install Requests, you can use pip::

$ pip install bimon
$ pip install bibmon

Get the Source Code
-------------------

BibMon is developed on GitHub, where the code is
`available at <https://github.com/petrobras/bibmon>`_.
BibMon is developed on GitHub, where the code is available `here <https://github.com/petrobras/bibmon>`_.

You can either clone the public repository::

Expand Down
10 changes: 9 additions & 1 deletion docs/source/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,12 @@ sphinx-rtd-theme
sphinx-autodocgen
sphinxcontrib-napoleon
myst-nb
bibmon
bibmon
numpy
scipy
scikit-learn
pandas
matplotlib
seaborn
statsmodels
optuna
2 changes: 1 addition & 1 deletion docs/source/tutorial_real_process.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1254,7 +1254,7 @@
"\n",
"In this notebook, an example of offline monitoring study was presented using the `complete_analysis` and `comparative_table` functions.\n",
"\n",
"For a more flexible example of using `BibMon` functionalities, please refer to the `tep_monitoring.ipynb` notebook, where lower-level functions are used to perform the analyses."
"For a more flexible example of using `BibMon` functionalities, please refer to the `tutorial_tep.ipynb` notebook, where lower-level functions are used to perform the analyses."
]
}
],
Expand Down
1 change: 0 additions & 1 deletion docs/source/tutorial_tep.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"warnings.filterwarnings(\"ignore\", category=DeprecationWarning)\n",
" \n",
"import bibmon\n",
"import pandoc\n",
"import pandas as pd\n",
"import matplotlib.pyplot as plt"
]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
name='bibmon',
description='Library with routines for data-driven process monitoring.',
license='Apache 2.0',
version='1.1.0',
version='1.1.1',
long_description=README,
long_description_content_type='text/markdown',
url='https://github.com/petrobras/bibmon',
Expand Down

0 comments on commit 8fb59ca

Please sign in to comment.