Skip to content

Commit ae6c35e

Browse files
Back to badgen since badges.ws does not update
1 parent e07da12 commit ae6c35e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44

55
# portion - data structure and operations for intervals
66

7-
[![License](https://badges.ws/pypi/l/portion)](https://github.com/AlexandreDecan/portion/blob/master/LICENSE.txt)
7+
[![License](https://badgen.net/pypi/license/portion)](https://github.com/AlexandreDecan/portion/blob/master/LICENSE.txt)
88
[![Tests](https://github.com/AlexandreDecan/portion/actions/workflows/test.yaml/badge.svg?branch=master)](https://github.com/AlexandreDecan/portion/actions/workflows/test.yaml)
99
[![Coverage Status](https://coveralls.io/repos/github/AlexandreDecan/portion/badge.svg?branch=master)](https://coveralls.io/github/AlexandreDecan/portion?branch=master)
10-
[![PyPI](https://badges.ws/pypi/v/portion)](https://pypi.org/project/portion)
11-
[![Last commit](https://badges.ws/github/last-commit/alexandredecan/portion)](https://github.com/AlexandreDecan/portion/commits/)
10+
[![PyPI](https://badgen.net/pypi/v/portion)](https://pypi.org/project/portion)
11+
[![Last commit](https://badgen.net/github/last-commit/AlexandreDecan/portion)](https://github.com/AlexandreDecan/portion/commits/)
1212

1313
</div>
1414

@@ -486,8 +486,8 @@ Because the latter allows functions to be passed as parameters and ignores infin
486486

487487
```
488488

489-
Thanks to the `apply` and `replace` methods, several advanced operations or transformations of intervals can be easily expressed.
490-
See [this comment](https://github.com/AlexandreDecan/portion/issues/103#issuecomment-3379881796) for an example of a morphological opening and closing of intervals with dilatation/erosion using these two methods.
489+
Thanks to the `apply` and `replace` methods, several advanced operations or transformations of intervals can be easily expressed.
490+
See [this comment](https://github.com/AlexandreDecan/portion/issues/103#issuecomment-3379881796) for an example of a morphological opening and closing of intervals with dilatation/erosion using these two methods.
491491

492492

493493
[&uparrow; back to top](#table-of-contents)

0 commit comments

Comments
 (0)