33Changelog
44=========
55
6- Version 1.0.1 (2018-10-10)
7- --------------------------
6+
7+ Version 1.1.0
8+ -------------
9+
10+ *Released on: 2018/11/06 *
11+
12+ .. image :: https://zenodo.org/badge/DOI/10.5281/zenodo.1478245.svg
13+ :target: https://doi.org/10.5281/zenodo.1478245
14+
15+ New features:
16+
17+ * **New ** ``verde.grid_to_table `` function that converts grids to xyz tables with the
18+ coordinate and data values for each grid point
19+ (`#148 <https://github.com/fatiando/verde/pull/148 >`__)
20+ * Add an ``extra_coords `` option to coordinate generators (``grid_coordinates ``,
21+ ``scatter_points ``, and ``profile_coordinates ``) to specify a constant value to be
22+ used as an extra coordinate (`#145 <https://github.com/fatiando/verde/pull/145 >`__)
23+ * Allow gridders to pass extra keyword arguments (``**kwargs ``) for the coordinate
24+ generator functions (`#144 <https://github.com/fatiando/verde/pull/144 >`__)
25+
26+ Improvements:
27+
28+ * Don't use the Jacobian matrix for predictions to avoid memory overloads. Use dedicated
29+ and numba wrapped functions instead. As a consequence, predictions are also a bit
30+ faster when numba is installed (`#149 <https://github.com/fatiando/verde/pull/149 >`__)
31+ * Set the default ``n_splits=5 `` when using ``KFold `` from scikit-learn
32+ (`#143 <https://github.com/fatiando/verde/pull/143 >`__)
33+
34+ Bug fixes:
35+
36+ * Use the xarray grid's pcolormesh method instead of matplotlib to plot grids in the
37+ examples. The xarray method takes care of shifting the pixels by half a spacing when
38+ grids are not pixel registered (`#151 <https://github.com/fatiando/verde/pull/151 >`__)
39+
40+ New contributors to the project:
41+
42+ * Jesse Pisel
43+
44+
45+ Version 1.0.1
46+ -------------
47+
48+ *Released on: 2018/10/10 *
849
950.. image :: https://zenodo.org/badge/DOI/10.5281/zenodo.1421979.svg
1051 :target: https://doi.org/10.5281/zenodo.1421979
@@ -16,8 +57,10 @@ Version 1.0.1 (2018-10-10)
1657* Fix typo in the weights tutorial (`#136 <https://github.com/fatiando/verde/pull/136 >`__).
1758
1859
19- Version 1.0.0 (2018-09-13)
20- --------------------------
60+ Version 1.0.0
61+ -------------
62+
63+ *Released on: 2018/09/13 *
2164
2265.. image :: https://zenodo.org/badge/DOI/10.5281/zenodo.1415281.svg
2366 :target: https://doi.org/10.5281/zenodo.1415281
0 commit comments