File tree Expand file tree Collapse file tree 2 files changed +13
-5
lines changed Expand file tree Collapse file tree 2 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 1
1
Release Notes
2
2
-------------
3
3
**Future Releases **
4
+ * Enhancements
5
+ * Fixes
6
+ * Changes
7
+ * Documentation Changes
8
+ * Testing Changes
9
+
10
+ .. warning ::
11
+
12
+ **Breaking Changes **
13
+
14
+
15
+ **v0.77.0 June. 07, 2023 **
4
16
* Enhancements
5
17
* Added ``check_distribution `` function for determining if the predicted distribution matches the true one :pr: `4184 `
6
18
* Added ``get_recommendation_score_breakdown `` function for insight on the recommendation score :pr: `4188 `
@@ -14,10 +26,6 @@ Release Notes
14
26
* Testing Changes
15
27
* Run looking glass performance tests on merge via Airflow :pr: `4198 `
16
28
17
- .. warning ::
18
-
19
- **Breaking Changes **
20
-
21
29
22
30
**v0.76.0 May. 09, 2023 **
23
31
* Enhancements
Original file line number Diff line number Diff line change 23
23
warnings .filterwarnings ("ignore" , category = FutureWarning )
24
24
warnings .filterwarnings ("ignore" , category = DeprecationWarning )
25
25
26
- __version__ = "0.76 .0"
26
+ __version__ = "0.77 .0"
You can’t perform that action at this time.
0 commit comments