Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace PROJECT placeholder in changes.rst for "harmonica" #341

Merged
merged 1 commit into from
Aug 23, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 26 additions & 26 deletions doc/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,42 +14,42 @@ Version 0.5.0

Deprecations:

- Add ``FutureWarning`` to ``isostasy_airy`` function warning of deprecation after next release (`#307 <https://github.com/fatiando/PROJECT/pull/307>`__)
- Ditch soon-to-be deprecated args of equivalent sources grid method (`#311 <https://github.com/fatiando/PROJECT/pull/311>`__)
- Remove deprecated ``point_mass_gravity`` function (`#310 <https://github.com/fatiando/PROJECT/pull/310>`__)
- Drop support for Python 3.6 (`#309 <https://github.com/fatiando/PROJECT/pull/309>`__)
- Add deprecations to datasets and synthetic modules (`#304 <https://github.com/fatiando/PROJECT/pull/304>`__)
- Add ``FutureWarning`` to ``isostasy_airy`` function warning of deprecation after next release (`#307 <https://github.com/fatiando/harmonica/pull/307>`__)
- Ditch soon-to-be deprecated args of equivalent sources grid method (`#311 <https://github.com/fatiando/harmonica/pull/311>`__)
- Remove deprecated ``point_mass_gravity`` function (`#310 <https://github.com/fatiando/harmonica/pull/310>`__)
- Drop support for Python 3.6 (`#309 <https://github.com/fatiando/harmonica/pull/309>`__)
- Add deprecations to datasets and synthetic modules (`#304 <https://github.com/fatiando/harmonica/pull/304>`__)

New features:

- Discard prisms with no volume or zero density before running the forward model (`#334 <https://github.com/fatiando/PROJECT/pull/334>`__)
- Add a new ``isostatic_moho_airy`` function to compute Moho depth based on Airy isostasy hypothesis using the *rock equivalent topography* concept (`#307 <https://github.com/fatiando/PROJECT/pull/307>`__)
- Add progressbar to prism forward gravity calculations (`#315 <https://github.com/fatiando/PROJECT/pull/315>`__)
- Add computation of gravitational tensor components for point sources (`#288 <https://github.com/fatiando/PROJECT/pull/288>`__)
- Add function to compute upward derivative of a grid in the frequency domain (`#238 <https://github.com/fatiando/PROJECT/pull/238>`__)
- Discard prisms with no volume or zero density before running the forward model (`#334 <https://github.com/fatiando/harmonica/pull/334>`__)
- Add a new ``isostatic_moho_airy`` function to compute Moho depth based on Airy isostasy hypothesis using the *rock equivalent topography* concept (`#307 <https://github.com/fatiando/harmonica/pull/307>`__)
- Add progressbar to prism forward gravity calculations (`#315 <https://github.com/fatiando/harmonica/pull/315>`__)
- Add computation of gravitational tensor components for point sources (`#288 <https://github.com/fatiando/harmonica/pull/288>`__)
- Add function to compute upward derivative of a grid in the frequency domain (`#238 <https://github.com/fatiando/harmonica/pull/238>`__)
- Add conversion of prisms or a prism layer to PyVista objects (`#291 <https://github.com/fatiando/PROJECT/pull/291>`__)

Maintenance:

- Simplify tests for upward derivative (`#328 <https://github.com/fatiando/PROJECT/pull/328>`__)
- Avoid checking floats in tesseroid doctests (`#326 <https://github.com/fatiando/PROJECT/pull/326>`__)
- Update Black to its stable version (`#301 <https://github.com/fatiando/PROJECT/pull/301>`__)
- Move configuration from setup.py to setup.cfg (`#296 <https://github.com/fatiando/PROJECT/pull/296>`__)
- Pin style checkers and formatters (`#295 <https://github.com/fatiando/PROJECT/pull/295>`__)
- Simplify tests for upward derivative (`#328 <https://github.com/fatiando/harmonica/pull/328>`__)
- Avoid checking floats in tesseroid doctests (`#326 <https://github.com/fatiando/harmonica/pull/326>`__)
- Update Black to its stable version (`#301 <https://github.com/fatiando/harmonica/pull/301>`__)
- Move configuration from setup.py to setup.cfg (`#296 <https://github.com/fatiando/harmonica/pull/296>`__)
- Pin style checkers and formatters (`#295 <https://github.com/fatiando/harmonica/pull/295>`__)

Documentation:

- Add impostor syndrome disclaimer to docs (`#333 <https://github.com/fatiando/PROJECT/pull/333>`__)
- Convert README to Markdown, since it's no longer used to build the docs (`#331 <https://github.com/fatiando/PROJECT/pull/331>`__)
- Replace sphinx-panels for sphinx-design and refactor the home page of the docs(`#329 <https://github.com/fatiando/PROJECT/pull/329>`__)
- Specify spherical latitude in point sources guide (`#325 <https://github.com/fatiando/PROJECT/pull/325>`__)
- Note that spherical and geodetic latitudes are equal in spherical ellipsoids (`#324 <https://github.com/fatiando/PROJECT/pull/324>`__)
- Specify "spherical latitude" when describing coordinates of point masses (`#321 <https://github.com/fatiando/PROJECT/pull/321>`__)
- Fix small format errors in the user guide (`#319 <https://github.com/fatiando/PROJECT/pull/319>`__)
- Update docs and create a proper user guide (`#305 <https://github.com/fatiando/PROJECT/pull/305>`__)
- Update Sphinx version to 4.5.0 (`#302 <https://github.com/fatiando/PROJECT/pull/302>`__)
- Link Code of Conduct and Authorship, Contributing, and Maintainers Guides back to the Fatiando-wide pages (`#294 <https://github.com/fatiando/PROJECT/pull/294>`__)
- Replace Google Analytics for Plausible (`#297 <https://github.com/fatiando/PROJECT/pull/297>`__)
- Add impostor syndrome disclaimer to docs (`#333 <https://github.com/fatiando/harmonica/pull/333>`__)
- Convert README to Markdown, since it's no longer used to build the docs (`#331 <https://github.com/fatiando/harmonica/pull/331>`__)
- Replace sphinx-panels for sphinx-design and refactor the home page of the docs(`#329 <https://github.com/fatiando/harmonica/pull/329>`__)
- Specify spherical latitude in point sources guide (`#325 <https://github.com/fatiando/harmonica/pull/325>`__)
- Note that spherical and geodetic latitudes are equal in spherical ellipsoids (`#324 <https://github.com/fatiando/harmonica/pull/324>`__)
- Specify "spherical latitude" when describing coordinates of point masses (`#321 <https://github.com/fatiando/harmonica/pull/321>`__)
- Fix small format errors in the user guide (`#319 <https://github.com/fatiando/harmonica/pull/319>`__)
- Update docs and create a proper user guide (`#305 <https://github.com/fatiando/harmonica/pull/305>`__)
- Update Sphinx version to 4.5.0 (`#302 <https://github.com/fatiando/harmonica/pull/302>`__)
- Link Code of Conduct and Authorship, Contributing, and Maintainers Guides back to the Fatiando-wide pages (`#294 <https://github.com/fatiando/harmonica/pull/294>`__)
- Replace Google Analytics for Plausible (`#297 <https://github.com/fatiando/harmonica/pull/297>`__)

This release contains contributions from:

Expand Down