Skip to content

Releases: sertit/sertit-utils

v1.23.0

09 Jan 15:08
Compare
Choose a tag to compare

1.23.0 (2023-01-09)

  • ENH: Adding ci.assert_files_equal function

v1.22.0

06 Jan 13:25
Compare
Choose a tag to compare

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 by ci.reduce_verbosity
  • FIX: Use sertit LOGGER in networks module
  • FIX: Manage CloudPath in files.copy function
  • DOC: Changing copyright from 2022 to 2023
  • CI: Better handling of logging display for pytest

v1.21.2

14 Dec 14:31
Compare
Choose a tag to compare

1.21.2 (2022-12-14)

  • FIX: Better handling of windows in rasters(_rio).read
  • FIX: Expose ci.assert_meta

v1.21.1

13 Dec 16:10
Compare
Choose a tag to compare

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

13 Dec 14:59
Compare
Choose a tag to compare

1.21.0 (2022-12-13)

  • ENH: Add the possibility to load an image/geo window in rasters(_rio).read (#1)

v1.20.3

30 Nov 18:39
Compare
Choose a tag to compare

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

29 Nov 14:57
Compare
Choose a tag to compare

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

29 Nov 13:44
Compare
Choose a tag to compare

1.20.1 (2022-11-29)

  • FIX: Get proper filename in files.get_filename for point-separated names of folder/files

v1.20.0

29 Nov 12:25
Compare
Choose a tag to compare

1.20.0 (2022-11-29)

  • ENH: Add a xml.dict_to_xml function
  • CI: Updating versions of pre-commit hooks

v1.19.6

28 Nov 13:04
Compare
Choose a tag to compare

1.19.6 (2022-11-28)

  • FIX: KML reading vectors.read has better log if ogr2ogr 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