Skip to content

Commit 76073d4

Browse files
authored
Remove/imporve some changelog entries
1 parent 1ed9b17 commit 76073d4

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

doc/changes.md

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@
1111
### Enhancements
1212

1313
* 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))
1515
* **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))
1716
* GMTDataArrayAccessor: Support passing values using enums GridRegistration and GridType for grid registration and type ([#3696](https://github.com/GenericMappingTools/pygmt/pull/3696))
1817

1918
### Deprecations
@@ -22,29 +21,20 @@
2221
* 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))
2322
* 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))
2423

25-
### Bug Fixes
26-
27-
* Fix the bug for passing text strings with numeric values ([#3804](https://github.com/GenericMappingTools/pygmt/pull/3804))
28-
2924
### Documentation
3025

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))
3328

3429
### Maintenance
3530

3631
* Use the 'release-branch-semver' version scheme for setuptools_scm ([#3828](https://github.com/GenericMappingTools/pygmt/pull/3828))
3732
* 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))
3933
* CI: Upload documentation HTML ZIP archive and PDF file as release assets ([#3814](https://github.com/GenericMappingTools/pygmt/pull/3814))
4034
* CI: Deploy documentation HTML ZIP archive and PDF file for dev versions ([#3794](https://github.com/GenericMappingTools/pygmt/pull/3794))
4135
* CI: Separate jobs for publishing to TestPyPI and PyPI ([#3742](https://github.com/GenericMappingTools/pygmt/pull/3742))
4236
* 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))
4637
* 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))
4838
* Use well-known labels in project URLs following PEP753 ([#3743](https://github.com/GenericMappingTools/pygmt/pull/3743))
4939
* clib.conversion: Remove the unused array_to_datetime function ([#3507](https://github.com/GenericMappingTools/pygmt/pull/3507))
5040
* CI: Test on Linux arm64 runners ([#3778](https://github.com/GenericMappingTools/pygmt/pull/3778))

0 commit comments

Comments
 (0)