Skip to content

Commit

Permalink
Merge pull request #45 from GauravPandeyLab/minor-fixes
Browse files Browse the repository at this point in the history
new version number
  • Loading branch information
03bennej committed Nov 2, 2023
2 parents ef97200 + 6ab50af commit 11307db
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
11 changes: 11 additions & 0 deletions docs/source/development.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,14 @@ Note that new test file names must have the prefix `test_`.

9. **Submit pull request**. Updates must be made via a pull request. Internal users should note that pushing to the main branch has been disabled.

10. **Publishing new versions to PyPI** (internal only). To release new versions of ``eipy`` to PyPI make sure you have a PyPI account
and have been added as a collaborater to the project. When you want to published, change the version number in the ``[tool.poetry]`` section
of the `pyproject.toml` and push changes to a secondary branch, before merging with the main branch. Switch to the main branch and sync changes.
You can now type:

.. code-block:: console
poetry publish
Note that versions cannot be deleted, and bug fixes etc must be published as a new version. After this has been done publish a new release on GitHub
making sure to match the version number with that in `pyproject.toml`.
2 changes: 0 additions & 2 deletions eipy/ei.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@
from eipy.metrics import (
base_summary,
ensemble_summary,
fmax_score,
roc_auc_score
)

warnings.filterwarnings("ignore", category=DeprecationWarning)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "ensemble-integration"
version = "0.1.1"
version = "0.1.2"
readme = "README.rst"
description = "Ensemble Integration: a customizable pipeline for generating multi-modal, heterogeneous ensembles"
authors = ["Jamie Bennett", "Yan Chak (Richard) Li", "Gaurav Pandey"]
Expand Down

0 comments on commit 11307db

Please sign in to comment.