File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<!-- next-version-placeholder-->
4
4
5
+ ## v0.6.0 (2021-12-13)
6
+ ### Feature
7
+ * ** comparisons:** Introduce psi and jsd ([ ` c6a1ca7 ` ] ( https://github.com/ing-bank/popmon/commit/c6a1ca74da3a4de1f69b919cce047cc0b6377589 ) )
8
+ * ** comparisons:** Introduce comparison registry ([ ` 031c146 ` ] ( https://github.com/ing-bank/popmon/commit/031c146be6ac04b6e2c1dabc17a28a7aa2b778f9 ) )
9
+
10
+ ### Documentation
11
+ * ** comparisons:** Add comparisons page ([ ` 60967c9 ` ] ( https://github.com/ing-bank/popmon/commit/60967c901f16b8c3acba6d8c8976fccf859f458b ) )
12
+ * Fix broken link ([ ` 2b38fc6 ` ] ( https://github.com/ing-bank/popmon/commit/2b38fc6c8464a9d24dbb5bdf3108f51d8b101a3a ) )
13
+ * ** rtd:** Install popmon ([ ` e9c4610 ` ] ( https://github.com/ing-bank/popmon/commit/e9c46106c8004b219e6ca5ad0eed4fce7f464a6c ) )
14
+
5
15
## v0.5.0 (2021-11-24)
6
16
### Feature
7
17
* Improve pipeline visualization ([ ` bb09d73 ` ] ( https://github.com/ing-bank/popmon/commit/bb09d730d275e4a97d0d7174d8a325e8c98bea44 ) )
Original file line number Diff line number Diff line change 1
1
"""THIS FILE IS AUTO-GENERATED BY SETUP.PY."""
2
2
3
- version = "0.5 .0"
3
+ version = "0.6 .0"
Original file line number Diff line number Diff line change 1
1
from setuptools import find_packages , setup
2
2
3
- __version__ = "0.5 .0"
3
+ __version__ = "0.6 .0"
4
4
5
5
with open ("requirements.txt" ) as f :
6
6
REQUIREMENTS = f .read ().splitlines ()
You can’t perform that action at this time.
0 commit comments