We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9887f7c commit 889535eCopy full SHA for 889535e
2 files changed
CHANGELOG.md
@@ -2,6 +2,11 @@
2
3
## [0.12.0] - x xxx 202x
4
5
+
6
+## [0.11.1] - 2 October 2023
7
+### Changed
8
+- Change Matplotlib minimium required version to at least v3.7.0
9
10
## [0.11.0] - 12 September 2023
11
### Changed
12
- Using new Matplotlib `pcolormesh` API introduced in v3.7.0 to plot sky map with projections faster with less memory
setup.py
@@ -9,7 +9,7 @@
setup(
name="mw_plot",
- version="0.12.0.dev0",
+ version="0.11.1",
13
classifiers=[
14
"Development Status :: 3 - Alpha",
15
"License :: OSI Approved :: MIT License",
0 commit comments