|
11 | 11 | ### Enhancements
|
12 | 12 |
|
13 | 13 | * Figure.shift_origin: Support shifting origins temporarily when used as a context manager ([#2509](https://github.com/GenericMappingTools/pygmt/pull/2509))
|
14 |
| -* BREAKING: Support typesetting apostrophe (') and backtick (`) ([#3105](https://github.com/GenericMappingTools/pygmt/pull/3105)) |
| 14 | +* **BREAKING** Support typesetting apostrophe (') and backtick (`) ([#3105](https://github.com/GenericMappingTools/pygmt/pull/3105)) |
15 | 15 | * **BREAKING** pygmt.grdcut: Refactor to store output in virtualfiles for grids ([#3115](https://github.com/GenericMappingTools/pygmt/pull/3115))
|
16 |
| -* _load_remote_dataset: Add the "kind" attribute to explicitly specify if data is a grid or image ([#3688](https://github.com/GenericMappingTools/pygmt/pull/3688)) |
17 | 16 | * GMTDataArrayAccessor: Support passing values using enums GridRegistration and GridType for grid registration and type ([#3696](https://github.com/GenericMappingTools/pygmt/pull/3696))
|
18 | 17 |
|
19 | 18 | ### Deprecations
|
|
22 | 21 | * clib.Session: Remove deprecated open_virtual_file method, use open_virtualfile instead (Deprecated since v0.11.0) ([#3738](https://github.com/GenericMappingTools/pygmt/pull/3738))
|
23 | 22 | * clib.Session: Remove deprecated virtualfile_from_data method, use virtualfile_in instead (Deprecated since v0.13.0) ([#3739](https://github.com/GenericMappingTools/pygmt/pull/3739))
|
24 | 23 |
|
25 |
| -### Bug Fixes |
26 |
| - |
27 |
| -* Fix the bug for passing text strings with numeric values ([#3804](https://github.com/GenericMappingTools/pygmt/pull/3804)) |
28 |
| - |
29 | 24 | ### Documentation
|
30 | 25 |
|
31 |
| -* Add advanced tutorial "Creating legends" ([#3594](https://github.com/GenericMappingTools/pygmt/pull/3594)) |
32 |
| -* Add a gallery example showing the usage of Figure.hlines and Figure.vlines ([#3755](https://github.com/GenericMappingTools/pygmt/pull/3755)) |
| 26 | +* Add an advanced tutorial "Creating legends" ([#3594](https://github.com/GenericMappingTools/pygmt/pull/3594)) |
| 27 | +* Add a gallery example for Figure.hlines and Figure.vlines ([#3755](https://github.com/GenericMappingTools/pygmt/pull/3755)) |
33 | 28 |
|
34 | 29 | ### Maintenance
|
35 | 30 |
|
36 | 31 | * Use the 'release-branch-semver' version scheme for setuptools_scm ([#3828](https://github.com/GenericMappingTools/pygmt/pull/3828))
|
37 | 32 | * Rename _GMT_DATASET.to_dataframe to .to_pandas and _GMT_GRID.to_dataarray/_GMT_IMAGE.to_dataarray to .to_xarray ([#3798](https://github.com/GenericMappingTools/pygmt/pull/3798))
|
38 |
| -* Refactor _load_remote_dataset to write CRS information for raster images ([#3678](https://github.com/GenericMappingTools/pygmt/pull/3678)) |
39 | 33 | * CI: Upload documentation HTML ZIP archive and PDF file as release assets ([#3814](https://github.com/GenericMappingTools/pygmt/pull/3814))
|
40 | 34 | * CI: Deploy documentation HTML ZIP archive and PDF file for dev versions ([#3794](https://github.com/GenericMappingTools/pygmt/pull/3794))
|
41 | 35 | * CI: Separate jobs for publishing to TestPyPI and PyPI ([#3742](https://github.com/GenericMappingTools/pygmt/pull/3742))
|
42 | 36 | * CI: Bump to Ubuntu 22.04 in the GMT Legacy Tests workflow ([#3777](https://github.com/GenericMappingTools/pygmt/pull/3777))
|
43 |
| -* Bump to sphinx-gallery>=0.19 and use list in subsection_order and string in within_subsection_order ([#3805](https://github.com/GenericMappingTools/pygmt/pull/3805)) |
44 |
| -* Add links to the documentation HTML ZIP archive and PDF files ([#3833](https://github.com/GenericMappingTools/pygmt/pull/3833)) |
45 |
| -* Simplify doc/Makefile with sphinx-build make-mode ([#3761](https://github.com/GenericMappingTools/pygmt/pull/3761)) |
46 | 37 | * Bump to ruff 0.9.0, apply ruff 2025 style, and ignore A005 (stdlib-module-shadowing) violations ([#3763](https://github.com/GenericMappingTools/pygmt/pull/3763))
|
47 |
| -* CI: Update the doc deploy script to generate CNAME and index.html ([#3749](https://github.com/GenericMappingTools/pygmt/pull/3749)) |
48 | 38 | * Use well-known labels in project URLs following PEP753 ([#3743](https://github.com/GenericMappingTools/pygmt/pull/3743))
|
49 | 39 | * clib.conversion: Remove the unused array_to_datetime function ([#3507](https://github.com/GenericMappingTools/pygmt/pull/3507))
|
50 | 40 | * CI: Test on Linux arm64 runners ([#3778](https://github.com/GenericMappingTools/pygmt/pull/3778))
|
|
0 commit comments