Skip to content

Commit 7daa901

Browse files
committed
prep for v0.13 release
1 parent 0add7d6 commit 7daa901

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
# Change log
22

3-
## [0.13.0] - xx xxxx 20xx
3+
## [0.13.0] - 24 August 2024
44
- Removed setuptools as a requirement
55
- Added Milky Way background images in far-infrared, infrared, and gamma-ray wavelengths
66
- Added support for fetching Hierarchical Progressive Surveys (HiPS) images as backgrounds
77
- Improved test suite coverage
88
- Enhanced documentation
9+
- Minimum Python requirement is >3.9
910

1011
## [0.12.0] - 10 June 2024
1112
- Added radius (r) as supported parameter for bokeh figures (Mitlasóczki Bence)

docs/source/matplotlib_skymap.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The class is designed to be simple and easy to use.
2727
:width: 500
2828
:align: center
2929

30-
Bbackground Images
30+
Background Images
3131
------------------
3232

3333
``mw_plot`` use Gaia DR3 as the default background image. But a few background images are included within the package which represent

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ mw_plot = ["*.png", "*.jpg"]
77

88
[project]
99
name = "mw_plot"
10-
version = "0.13.0.dev0"
10+
version = "0.13.0"
1111
dynamic = ["dependencies"]
1212
requires-python = ">=3.9"
1313
authors = [

0 commit comments

Comments
 (0)