File tree Expand file tree Collapse file tree 4 files changed +22
-9
lines changed
Expand file tree Collapse file tree 4 files changed +22
-9
lines changed Original file line number Diff line number Diff line change 1414 # # Discover vulnerabilities
1515 # #
1616 CodeQL :
17- uses : ./.github/workflows/_codeql.yml
17+ uses : ./.github/workflows/_codeql.yaml
Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change 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 )
1919</div >
2020
2121This 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
2424The documentation is available at: [ https://python-cmethods.readthedocs.io/en/stable/ ] ( https://python-cmethods.readthedocs.io/en/stable/ )
2525
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments