Skip to content

Commit c8266dd

Browse files
Fix the CodeQL workflow execution; prepare v2.0.0 release (#50)
1 parent 222e929 commit c8266dd

File tree

4 files changed

+22
-9
lines changed

4 files changed

+22
-9
lines changed

.github/workflows/codeql.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ jobs:
1414
## Discover vulnerabilities
1515
##
1616
CodeQL:
17-
uses: ./.github/workflows/_codeql.yml
17+
uses: ./.github/workflows/_codeql.yaml

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [v1.0.3](https://github.com/btschwertfeger/python-cmethods/tree/v2.0.0) (2023-01-23)
4+
5+
[Full Changelog](https://github.com/btschwertfeger/python-cmethods/compare/v1.0.3...v2.0.0)
6+
7+
**Breaking changes:**
8+
9+
- Rework python-cmethods: replace the `CMethods` class by the new `adjust` function [\#48](https://github.com/btschwertfeger/python-cmethods/pull/48) ([btschwertfeger](https://github.com/btschwertfeger))
10+
11+
**Implemented enhancements:**
12+
13+
- Optimization for `adjust_3d` [\#47](https://github.com/btschwertfeger/python-cmethods/issues/47)
14+
- Find a solution to process large data sets more efficient [\#6](https://github.com/btschwertfeger/python-cmethods/issues/6)
15+
316
## [v1.0.3](https://github.com/btschwertfeger/python-cmethods/tree/v1.0.3) (2023-08-09)
417

518
[Full Changelog](https://github.com/btschwertfeger/python-cmethods/compare/v1.0.2...v1.0.3)

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
<div align="center">
44

5-
[![GitHub](https://badgen.net/badge/icon/github?icon=github&label)](https://github.com/btschwertfeger/Bias-Adjustment-Python)
5+
[![GitHub](https://badgen.net/badge/icon/github?icon=github&label)](https://github.com/btschwertfeger/python-cmethods)
66
[![Generic badge](https://img.shields.io/badge/python-3.8_|_3.9_|_3.10_|_3.11|_3.12-blue.svg)](https://shields.io/)
77
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-orange.svg)](https://www.gnu.org/licenses/gpl-3.0)
88
[![Downloads](https://pepy.tech/badge/python-cmethods)](https://pepy.tech/project/python-cmethods)
99

10-
![CodeQL](https://github.com/btschwertfeger/Bias-Adjustment-Python/actions/workflows/codeql.yml/badge.svg)
11-
[![CI/CD](https://github.com/btschwertfeger/python-cmethods/actions/workflows/cicd.yml/badge.svg?branch=master)](https://github.com/btschwertfeger/python-cmethods/actions/workflows/cicd.yml)
10+
![CodeQL](https://github.com/btschwertfeger/python-cmethods/actions/workflows/codeql.yaml/badge.svg)
11+
[![CI/CD](https://github.com/btschwertfeger/python-cmethods/actions/workflows/cicd.yaml/badge.svg?branch=master)](https://github.com/btschwertfeger/python-cmethods/actions/workflows/cicd.yaml)
1212
[![codecov](https://codecov.io/github/btschwertfeger/python-cmethods/branch/master/graph/badge.svg?token=OSO4PAABPD)](https://codecov.io/github/btschwertfeger/python-cmethods)
1313

1414
![release](https://shields.io/github/release-date/btschwertfeger/python-cmethods)
@@ -19,7 +19,7 @@
1919
</div>
2020

2121
This Python module serves as a collection of different scale- and
22-
distribution-based bias correction techniques for climatic research
22+
distribution-based bias correction techniques for climate sciences.
2323

2424
The documentation is available at: [https://python-cmethods.readthedocs.io/en/stable/](https://python-cmethods.readthedocs.io/en/stable/)
2525

doc/links.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@
2727
.. |Downloads badge| image:: https://static.pepy.tech/personalized-badge/python-cmethods?period=total&units=abbreviation&left_color=grey&right_color=orange&left_text=downloads
2828
:target: https://pepy.tech/project/python-cmethods
2929

30-
.. |CodeQL badge| image:: https://github.com/btschwertfeger/python-cmethods/actions/workflows/codeql.yml/badge.svg?branch=master
31-
:target: https://github.com/btschwertfeger/python-cmethods/actions/workflows/codeql.yml
30+
.. |CodeQL badge| image:: https://github.com/btschwertfeger/python-cmethods/actions/workflows/codeql.yaml/badge.svg?branch=master
31+
:target: https://github.com/btschwertfeger/python-cmethods/actions/workflows/codeql.yaml
3232

33-
.. |CI/CD badge| image:: https://github.com/btschwertfeger/python-cmethods/actions/workflows/cicd.yml/badge.svg?branch=master
34-
:target: https://github.com/btschwertfeger/python-cmethods/actions/workflows/cicd.yml
33+
.. |CI/CD badge| image:: https://github.com/btschwertfeger/python-cmethods/actions/workflows/cicd.yaml/badge.svg?branch=master
34+
:target: https://github.com/btschwertfeger/python-cmethods/actions/workflows/cicd.yaml
3535

3636
.. |codecov badge| image:: https://codecov.io/gh/btschwertfeger/python-cmethods/branch/master/badge.svg
3737
:target: https://app.codecov.io/gh/btschwertfeger/python-cmethods

0 commit comments

Comments
 (0)