Skip to content

Commit 99c0b86

Browse files
update changelog
1 parent 53758bf commit 99c0b86

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

CHANGELOG.rst

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,36 @@ Release Notes
77
0.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+
1040
0.12.9 (2023-03-01)
1141
-------------------
1242

@@ -17,6 +47,7 @@ Minor:
1747
* Temporarily fixate sqlalchemy version
1848
* Update pre-commit hooks (all #596)
1949

50+
2051
0.12.8 (2022-11-16)
2152
-------------------
2253

@@ -43,6 +74,7 @@ Minor:
4374
* Fix EPSMixin for ConcurrentFutureSampler
4475
* Temporarily add bokeh to test due to dask error
4576

77+
4678
0.12.6 (2022-08-30)
4779
-------------------
4880

pyabc/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.12.9'
1+
__version__ = '0.12.10'

0 commit comments

Comments
 (0)