Releases: sertit/sertit-utils
Releases · sertit/sertit-utils
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
v1.21.0
v1.20.3
1.20.3 (2022-11-30)
- FIX: Ensure that attributes and encoding are propagated through
rasters
functions - FIX: Allow the user to pass tags in
rasters(_rio).write
v1.20.2
1.20.2 (2022-11-29)
- FIX: Add other double extensions to discard in
files.get_filename
- FIX: Add the possibility to use other double extensions in
files.get_filename
v1.20.1
1.20.1 (2022-11-29)
- FIX: Get proper filename in
files.get_filename
for point-separated names of folder/files
v1.20.0
1.20.0 (2022-11-29)
- ENH: Add a
xml.dict_to_xml
function - CI: Updating versions of pre-commit hooks
v1.19.6
1.19.6 (2022-11-28)
- FIX: KML reading
vectors.read
has better log ifogr2ogr
isn't available in user's PATH. - FIX: Added a fallback using geopandas raw rfeading of KML file if
ogr2ogr
isn't available in user's PATH. - CI: Using actions/checkout@v3