File tree Expand file tree Collapse file tree 2 files changed +33
-1
lines changed Expand file tree Collapse file tree 2 files changed +33
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,36 @@ Release Notes
7
7
0.12 Series
8
8
...........
9
9
10
+
11
+ 0.12.10 (2023-05-09)
12
+ --------------------
13
+
14
+ General:
15
+
16
+ * Update to Python 3.11, drop Python 3.8 support
17
+ * Turn simple files into submodules for cleaner import
18
+ * Fix dask sampler (change default pickling and use global function that it can pickle)
19
+
20
+ Documentation:
21
+
22
+ * Configure readthedocs build environment
23
+ * Refactor API docs (add [+]; easier navigation)
24
+ * Correct scipy intersphinx link
25
+ * Add docstrings to submodules
26
+
27
+ Minor fixes:
28
+
29
+ * Flake8 fixes of dict creation from key+value
30
+ * Fix imports from correct submodule in external submodule
31
+ * Fix package versions in migration test
32
+
33
+ Visualization:
34
+
35
+ * Contour plots as a direct alternative to kernel density heat maps
36
+ and histograms (#597)
37
+ * Fix column renaming in visserver
38
+
39
+
10
40
0.12.9 (2023-03-01)
11
41
-------------------
12
42
17
47
* Temporarily fixate sqlalchemy version
18
48
* Update pre-commit hooks (all #596)
19
49
50
+
20
51
0.12.8 (2022-11-16)
21
52
-------------------
22
53
43
74
* Fix EPSMixin for ConcurrentFutureSampler
44
75
* Temporarily add bokeh to test due to dask error
45
76
77
+
46
78
0.12.6 (2022-08-30)
47
79
-------------------
48
80
Original file line number Diff line number Diff line change 1
- __version__ = '0.12.9 '
1
+ __version__ = '0.12.10 '
You can’t perform that action at this time.
0 commit comments