.. _changes: Changelog ========= Version 0.5.0 ------------- Released on: 2022/11/24 DOI: https://doi.org/10.5281/zenodo.7260639 New data: * Add the Lightning Creek magnetic anomaly grid (`#38 `__) Documentation: * Add links to processing repositories on GitHub (`#40 `__, `#45 `__ and `#46 `__) * Add impostor syndrome disclaimer etc to the README (`#37 `__) Maintenance: * Drop support for Python 3.6 (`#50 `__) * Update method of setting outputs in Actions (`#44 `__) * Simplify the CI matrix for the test workflow (`#43 `__) * Update the GitHub Actions "cache" to v3 (`#42 `__) This release contains contributions from: * Mariana Gomez * Leonardo Uieda Version 0.4.0 ------------- Released on: 2022/05/03 DOI: https://doi.org/10.5281/zenodo.6513957 .. warning:: **Ensaio v0.4.0 is the last release that is compatible with Python 3.6.** New data: * Gravity ground-based data for the Bushveld Igneous Complex, Southern Africa. Includes observation heights referenced to the ellipsoid and geoid, as well as precomputed gravity disturbance and a topography-free gravity disturbance. Useful for tutorials that are broken up into parts so we don't have to start computations from observed gravity every time. (`#32 `__) * Topography grid for Southern Africa at full ETOPO1 resolution. Pairs with the Southern Africa gravity data. (`#27 `__) Documentation: * A logo for Ensaio! (`#28 `__) * Convert tutorials from sphinx-gallery `.py` files to plain `.rst` files using jupyter-sphinx (`#31 `__) Maintenance: * Convert the README to Markdown (`#29 `__) This release contains contributions from: * Santiago Soler * Leonardo Uieda Version 0.3.0 ------------- Released on: 2022/03/28 DOI: https://doi.org/10.5281/zenodo.6390020 New data: * Add the Sierra Negra volcano point cloud topography data (`#23 `__) * Add the Osborne Mine aeromagnetic data (`#22 `__) This release contains contributions from: * Leonardo Uieda Version 0.2.0 ------------- Released on: 2022/02/18 doi:`10.5281/zenodo.6143350 `__ **Breaking change**: * Version datasets individually instead of using the entire data bundle and versioning all datasets based on the module name. This means that functions won't have to be repeated and updating one dataset doesn't mean copying all of the others along with it (since the collection would be new). Versions are now specified as a required ``version`` argument in all ``fetch_*`` functions. (`#18 `__) Maintenance: * Replace Google Analytics for Plausible so our docs have a more privacy-friendly analytics solution (`#17 `__) * Use `Dependente `__ to capture dependencies on CI (`#16 `__) * Use `build `__ instead of ``setup.py`` (`#15 `__) * Remove unused files from the source distributions (`#14 `__) This release contains contributions from: * Santiago Soler * Leonardo Uieda Version 0.1.0 ------------- Released on: 2021/12/23 doi:`10.5281/zenodo.5784203 `__ First trial release of Ensaio. Used for testing our systems and implementation. This release contains contributions from: * Leonardo Uieda .. Version 1.0.0 ------------- *Released on: 2021/12/17* doi:`10.5281/zenodo.5784203 `__ **First major release of Ensaio** (Portuguese for "rehearsal"), a Python package for downloading open-access sample datasets for Geoscience. It taps into the curated data collection in `github.com/fatiando/data `__ and uses `Pooch `__ to manage downloading and caching the data files. Data version: `fatiando/data v1.0.0 `__ Data archive: `10.5281/zenodo.5167357 `__ Includes: * GPS velocities for the Alpine region * Single-beam bathymetry of the Caribbean * Airborne magnetic survey of Britain * Global gravity, geoid height, and topography grids * LiDAR point cloud of the Trail Islands in British Columbia, Canada * Ground gravity of Southern Africa **This is the only release that will be compatible with Python 3.6.** Later releases will require Python >= 3.7. This release contains contributions from: * Leonardo Uieda