Releases: tsutterley/IS2view
v0.1.1
Summary:
Some updates to the documentation. Enables zooming beyond the max zoom of the basemap (useful for ATL14).
Itemized Changes:
docs
: update documentation main page (#49)docs
: use bibtex for citations (#49)docs
: move notebooks to be within docs (#49)feat
: added more zoom levels and updatemax_zoom
(#49)feat
: added optionalcmocean
colormaps to dropdown menu (#49)fix
: deprecation update for writing the crs to the dataset object (#49)
Full Changelog: 0.1.0...0.1.1
v0.1.0
Summary:
Fixes deprecated scrolling functionality in CMR searches. Modernize the build and add citation file.
Itemized Changes:
refactor
: modernize build withpyproject.toml
(#44)feat
: generalize hash function to use any available algorithm (#44)chore
: improve optional dependencies in build (#45)fix
: update CMR search utility to replace deprecated scrolling (#46)fix
: change default request type toapplication/netcdf
(#47)
Full Changelog: 0.0.9...0.1.0
v0.0.9
Summary:
Updates for Release-4 of the ICESat-2 ATL14 and ATL15 products 🎉
Itemized Changes:
refactor
: simplify and generalize mapping between observables and functionals #42feat
: minor updates for R004 #43docs
: bumpdocutils
#43docs
: useimportlib
rather thanpkg_resources
#43
Full Changelog: 0.0.8...0.0.9
v0.0.8
Summary:
This release updates the notebook UI to combine the mapping object and plot controls into a single row.
Itemized Changes:
feat
: create single row with both map and control widgets #40
Full Changelog: 0.0.7...0.0.8
v0.0.7
Summary:
This release fixes the documentation due to a missing import.
Itemized Changes:
fix
: put tile provider within try/except #39
Full Changelog: 0.0.6...0.0.7
v0.0.6
Summary:
This release fixes some deprecation errors and allows a fix for the updated NASA GIBS urls (thanks @michaleaking for pointing out the basemap problem!). The time steps are also now set to be in terms of years instead of quarterly lag (thanks @tarynblack for that suggestion!).
Itemized Changes:
refactor
: set time steps in years versus lags (#36)fix
: update version to useimportlib
instead ofpkg_resources
(#36)fix
: set dynamic colormap withfloat64
min and max (#36)fix
: updatedssl
context to fix deprecation error (#37)fix
: add providers for brokenxyzservice
links (#38)fix
: deprecation of copyingipyleaflet
layers (#38)
Full Changelog: 0.0.5...0.0.6
v0.0.5
Summary:
Updates for Release-3 of the ATL14 and ATL15 product. Adds granule merging to allow visualization of the new Antarctic sub-region granules. Adds dask functionality for reading multiple granules in parallel. Thanks @wsauthoff for help and feedback with this release!
Itemized Changes:
feat
: add case for streaming from s3 usingh5netcdf
#31docs
: addconda
version badge 🎉 #31feat
: add prototype regions and lags for R003 #31feat
: add merging ofxarray
datasets for R003 Antarctica #32docs
: add plot Release-3 Antarctic subregions #32feat
: can query multiple granules for merging #32docs
: switch to RTDbuild.os
#33ci
: usemamba
for CI builds #33feat
: add option for viewing full screen leaflet map #33feat
: add option to specify the start and end cycle for a local granule #33fix
: assert cycle is length 2 when querying #33feat
: add shortcuts for merging Arctic and Antarctic regions #33ci
: bump GitHub actions to latest versions #33refactor
: create wrapper functionopen_dataset
#33refactor
: pass throughHBox
andVBox
towidgets
#33docs
: use micromamba for RTD builds #33feat
: add delayed reads with dask for multiple granules #33fix
: filter CMR request type using regular expressions #33
Full Changelog: 0.0.4...0.0.5
v0.0.4
Summary:
Makes some fixes for building IS2view
from Anaconda (Thanks as always @slhowardESR!).
Itemized Changes:
Full Changelog: 0.0.3...0.0.4
v0.0.3
Summary:
Makes some fixes for releasing IS2view
to conda-forge. Adds capability to save maps as static images (Thanks @slhowardESR!).
Itemized Changes:
fix
: includeversion.txt
in manifestfix
: NSIDC request type on s3 is now'application/x-netcdf'
refactor
: usesetuptools_scm
to set version (#26)refactor
: splitwidgets
andleaflet
tools into separate modules (#26)docs
: add ATL14/15 region map (#27)feat
: add capability to save map as a static image for #28 (#29)
Full Changelog: 0.0.2...0.0.3
v0.0.2
Summary:
Adds a manifest file for releasing IS2view
to conda-forge.
Itemized Changes:
docs
: addpypi
links now that they are established (#24)fix
: add manifest for future conda buildsdocs
: preparations for pypi and conda releasedocs
: update style of documentation and add logo (#25)
Full Changelog: 0.0.1...0.0.2