Releases: sertit/sertit-utils
Releases · sertit/sertit-utils
v1.24.4
1.24.4 (2023-03-07)
- OPTIM: Allowing the user to change SNAP tile size with the environment variable
SERTIT_UTILS_SNAP_TILE_SIZE
. - OPTIM: Allowing the user to change SNAP max cores with the environment variable
SERTIT_UTILS_MAX_CORES
. - DOC: Document the usable environment variables
v1.24.3
1.24.3 (2023-01-27)
- DEPS: Fixing deps (xarray is requiered by default)
v1.24.2
1.24.2 (2023-01-25)
- FIX: Allowing the users to open
\\DS2\database0x
directories fromci.get_dbx_path
v1.24.1
1.24.1 (2023-01-24)
- FIX: fixing infinite values in
ci.assert_raster_almost_equal_magnitude
v1.24.0
1.24.0 (2023-01-23)
- ENH: Adding NODATA formalizations in
rasters(_rio)
: function to get the value from a dtype (get_nodata_value
and global variables foruint8
,int8
,uint16
,float
) - ENH: Allow to merge rasters with different projections
- ENH: Adding a
ci.assert_raster_almost_equal_magnitude
function that checks decimals from the scientific expression of the raster - CI: Don't run tests when only
__init__
or__meta__
is updated - CI: Move data elsewhere than git
v1.23.0
1.23.0 (2023-01-09)
- ENH: Adding
ci.assert_files_equal
function
v1.22.0
1.22.0 (2023-01-06)
- ENH: Adding several CI functions:
ci.assert_val
,ci.assert_xr_encoding_attrs
,ci.s3_env
,ci.define_s3_client
- ENH: Making public
ci.assert_field
- FIX: factorizing some
ci
functions, better logs in other... - FIX: Fixing
xml.read
with cloud path as str - FIX: Fixing
ci.assert_dir_equal
if folders don't have files ordrered inside... (for some reason) - FIX: Add
distributed
in loggers removed byci.reduce_verbosity
- FIX: Use
sertit
LOGGER innetworks
module - FIX: Manage
CloudPath
infiles.copy
function - DOC: Changing copyright from 2022 to 2023
- CI: Better handling of logging display for pytest
v1.21.2
1.21.2 (2022-12-14)
- FIX: Better handling of windows in
rasters(_rio).read
- FIX: Expose
ci.assert_meta
v1.21.1
1.21.1 (2022-12-13)
- FIX: Fix new_shape retrieval when providing a size with height or width equal to the original dimension
- DOC: Add latest DOI link