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
770.12 Series
88...........
99
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+
10400.12.9 (2023-03-01)
1141-------------------
1242
1747* Temporarily fixate sqlalchemy version
1848* Update pre-commit hooks (all #596)
1949
50+
20510.12.8 (2022-11-16)
2152-------------------
2253
4374* Fix EPSMixin for ConcurrentFutureSampler
4475* Temporarily add bokeh to test due to dask error
4576
77+
46780.12.6 (2022-08-30)
4779-------------------
4880
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