File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<!-- next-version-placeholder-->
4
4
5
+ ## v0.5.0 (2021-11-24)
6
+ ### Feature
7
+ * Improve pipeline visualization ([ ` bb09d73 ` ] ( https://github.com/ing-bank/popmon/commit/bb09d730d275e4a97d0d7174d8a325e8c98bea44 ) )
8
+
9
+ ### Fix
10
+ * Ensure uniqueness of apply_funcs_key ([ ` ba98c97 ` ] ( https://github.com/ing-bank/popmon/commit/ba98c973c8e27fe69ce1c3a82c4fa14abba3d818 ) )
11
+
12
+ ### Documentation
13
+ * ** rtd:** Migrate config to v2 ([ ` a8d9f76 ` ] ( https://github.com/ing-bank/popmon/commit/a8d9f76b5f999615e623dc1a5b37287a42bad841 ) )
14
+ * Refresh notebooks ([ #151 ] ( https://github.com/ing-bank/popmon/issues/151 ) ) ([ ` 0bccc7e ` ] ( https://github.com/ing-bank/popmon/commit/0bccc7e4e7725fee00d37b1279fb8988dacccbec ) )
15
+ * Pipeline visualizations in docs and notebooks ([ ` 913bfb0 ` ] ( https://github.com/ing-bank/popmon/commit/913bfb0aec607ea68567ecc71e65cfae7c86ff75 ) )
16
+ * Changelog md syntax ([ ` b187d36 ` ] ( https://github.com/ing-bank/popmon/commit/b187d360bc303b347826c77eb356d2d4dcc5ad38 ) )
17
+ * Specify requirements ([ ` e3f6b0a ` ] ( https://github.com/ing-bank/popmon/commit/e3f6b0aa431d886c92d3324080dc7460950dabb7 ) )
18
+
5
19
## [ v0.4.4] ( https://github.com/ing-bank/popmon/compare/v0.4.3...v0.4.4 ) (2021-10-22)
6
20
7
21
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.4.4 "
3
+ version = "0.5.0 "
Original file line number Diff line number Diff line change 1
1
from setuptools import find_packages , setup
2
2
3
- __version__ = "0.4.4 "
3
+ __version__ = "0.5.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