Skip to content

Commit

Permalink
Fix the CodeQL workflow execution; prepare v2.0.0 release (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
btschwertfeger authored Jan 23, 2024
1 parent 222e929 commit c8266dd
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
## Discover vulnerabilities
##
CodeQL:
uses: ./.github/workflows/_codeql.yml
uses: ./.github/workflows/_codeql.yaml
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [v1.0.3](https://github.com/btschwertfeger/python-cmethods/tree/v2.0.0) (2023-01-23)

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

**Breaking changes:**

- 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))

**Implemented enhancements:**

- Optimization for `adjust_3d` [\#47](https://github.com/btschwertfeger/python-cmethods/issues/47)
- Find a solution to process large data sets more efficient [\#6](https://github.com/btschwertfeger/python-cmethods/issues/6)

## [v1.0.3](https://github.com/btschwertfeger/python-cmethods/tree/v1.0.3) (2023-08-09)

[Full Changelog](https://github.com/btschwertfeger/python-cmethods/compare/v1.0.2...v1.0.3)
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

<div align="center">

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

![CodeQL](https://github.com/btschwertfeger/Bias-Adjustment-Python/actions/workflows/codeql.yml/badge.svg)
[![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)
![CodeQL](https://github.com/btschwertfeger/python-cmethods/actions/workflows/codeql.yaml/badge.svg)
[![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)
[![codecov](https://codecov.io/github/btschwertfeger/python-cmethods/branch/master/graph/badge.svg?token=OSO4PAABPD)](https://codecov.io/github/btschwertfeger/python-cmethods)

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

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

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

Expand Down
8 changes: 4 additions & 4 deletions doc/links.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
.. |Downloads badge| image:: https://static.pepy.tech/personalized-badge/python-cmethods?period=total&units=abbreviation&left_color=grey&right_color=orange&left_text=downloads
:target: https://pepy.tech/project/python-cmethods

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

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

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

0 comments on commit c8266dd

Please sign in to comment.