Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sduenas committed Jun 7, 2022
1 parent 8792006 commit 7d0b7b3
Show file tree
Hide file tree
Showing 12 changed files with 94 additions and 70 deletions.
9 changes: 9 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Valerio Cosentino <[email protected]>
Alvaro del Castillo <[email protected]>
Luis Cañas-Díaz <[email protected]>
Quan Zhou <[email protected]>
Miguel Ángel Fernández <[email protected]>
Jose Javier Merchante <[email protected]>
Angel Jara <[email protected]>
Santiago Dueñas <[email protected]>

42 changes: 42 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# Releases

## Sir Mordred 0.3.0 - (2022-06-07)

**New features:**

* Dependencies file for development\
Include a new requirements.txt file to install the development version
from the repositories.
* Add extract spaces\
Extract spaces from the URL. By default it will extract labels but
adding `tag_type="spaces"` it will extract spaces.

**Bug fixes:**

* Studies aliases relocated\
Relocate studies aliases so they are not created automatically by
Mordred.
* Add pair-programming in '_get_enrich_backend' method\
Add the `pair-programming` to the `_get_enrich_backend` method if it
exists in the setup.cfg file.

**Feature removals:**

* Drop Python 3.6 support\
Python 3.6 reached the end of life at the end of 2021. This means it
won't receive new updates or patches to fix security issues.
Therefore, this package will only work with Python >= 3.7 from now on.
* FINOS Meeting backend removed\
FINOS Meeting backend is not supported anymore. The Perceval backend
was archived in Bitergia repository so it shouldn't be part of the
core anymore because it's software not maintained.

**Others:**

* Add studies to the alias file\
Add onion, areas of code, and demographics studies to the file
aliases.json. This is needed to keep this file updated with the
aliases we use in the dashboards by adding them to the appropiate data
sources. The included aliases: - all_onion - git_areas_of_code -
demographics

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sirmordred"
version = "0.2.43"
version = "0.3.0"
description = "Drive GrimoireLab tools to produce a dashboard"
authors = [
"GrimoireLab Developers"
Expand Down
40 changes: 40 additions & 0 deletions releases/0.3.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
## Sir Mordred 0.3.0 - (2022-06-07)

**New features:**

* Dependencies file for development\
Include a new requirements.txt file to install the development version
from the repositories.
* Add extract spaces\
Extract spaces from the URL. By default it will extract labels but
adding `tag_type="spaces"` it will extract spaces.

**Bug fixes:**

* Studies aliases relocated\
Relocate studies aliases so they are not created automatically by
Mordred.
* Add pair-programming in '_get_enrich_backend' method\
Add the `pair-programming` to the `_get_enrich_backend` method if it
exists in the setup.cfg file.

**Feature removals:**

* Drop Python 3.6 support\
Python 3.6 reached the end of life at the end of 2021. This means it
won't receive new updates or patches to fix security issues.
Therefore, this package will only work with Python >= 3.7 from now on.
* FINOS Meeting backend removed\
FINOS Meeting backend is not supported anymore. The Perceval backend
was archived in Bitergia repository so it shouldn't be part of the
core anymore because it's software not maintained.

**Others:**

* Add studies to the alias file\
Add onion, areas of code, and demographics studies to the file
aliases.json. This is needed to keep this file updated with the
aliases we use in the dashboards by adding them to the appropiate data
sources. The included aliases: - all_onion - git_areas_of_code -
demographics

8 changes: 0 additions & 8 deletions releases/unreleased/add-extract-spaces.yml

This file was deleted.

This file was deleted.

14 changes: 0 additions & 14 deletions releases/unreleased/add-studies-to-the-alias-file.yml

This file was deleted.

11 changes: 0 additions & 11 deletions releases/unreleased/drop-python-3.6-support.yml

This file was deleted.

10 changes: 0 additions & 10 deletions releases/unreleased/finos-meeting-backend-removed.yml

This file was deleted.

9 changes: 0 additions & 9 deletions releases/unreleased/include-requirements-for-development.yml

This file was deleted.

7 changes: 0 additions & 7 deletions releases/unreleased/studies-aliases-relocated.yml

This file was deleted.

4 changes: 2 additions & 2 deletions sirmordred/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Versions compliant with PEP 440 https://www.python.org/dev/peps/pep-0440
__version__ = "0.2.44"
# File auto-generated by semverup on 2022-06-07 10:00:41.854609
__version__ = "0.3.0"

0 comments on commit 7d0b7b3

Please sign in to comment.