Skip to content

Releases: jgrss/geowombat

v2.3.1

06 Mar 23:40
ae4d70e

Choose a tag to compare

What's Changed

Full Changelog: v2.3.0...v2.3.1

v2.3.0

04 Mar 22:00
da9b821

Choose a tag to compare

What's Changed

  • feat: add deep learning classifiers (TabNet, L-TAE, TorchGeo) by @mmann1123 in #347

Full Changelog: v2.2.3...v2.3.0

v2.2.3

03 Mar 20:33
3a10193

Choose a tag to compare

What's Changed

Full Changelog: v2.2.2...v2.2.3

v2.2.2

03 Mar 19:28
2714f10

Choose a tag to compare

What's Changed

  • fix: resolves finding python and python3 install in conda-forge by @mmann1123 in #345

Full Changelog: v2.2.0.1...v2.2.2

v2.2.1

27 Feb 19:23
c31e866

Choose a tag to compare

What's Changed

  • fix: add version fallback in meson.build for tarball builds by @mmann1123 in #344

Full Changelog: v2.2.0...v2.2.1

fix_conda

27 Feb 19:21
c31e866

Choose a tag to compare

What's Changed

  • fix: add version fallback in meson.build for tarball builds by @mmann1123 in #344

Full Changelog: v2.2.0...v2.2.0.1

v2.2.0

27 Feb 18:44
f0d6a70

Choose a tag to compare

What's Changed

Full Changelog: v2.1.23...v2.2.0

v2.1.23

27 Feb 17:43

Choose a tag to compare

v2.1.23 (2026-02-27)

Bug Fixes

  • Adopt CI configuration from PR #323 (b44a6a4)

  • Fix RTD docs build and add missing ML plot figures (7f48578)

  • Fix RTD docs build and add missing ML plot figures (#338, bd49309)

  • Handle NaN values in mosaic overlap regions (b44a6a4)

  • ML module bug fixes and time-dimensioned data support (2924866)

  • Pin h5py<3.10.0 to fix netCDF dimension scales issue (b44a6a4)

  • Resolve bounds rounding (#325) and Sentinel-2 psd-15 namespace (#330) (#339, 9d611e1)

  • Resolve NumPy header not found in meson build (1b0c1a8)

  • Resolve NumPy header not found in meson build (#338, bd49309)

Chores

  • Add automatic semantic versioning via python-semantic-release (d307a75)

  • Add PyPI publish workflow and prep for conda-forge automation (#338, bd49309)

  • Migrate to meson build backend Builds on #327 (#334, b44a6a4)

  • Trigger CI tests (b44a6a4)

Documentation

  • Add v2.1.23 changelog and update docs build config (b44a6a4)

  • Update Python version shield in README (#338, bd49309)


Detailed Changes: v2.1.22...v2.1.23

v2.1.22

01 May 08:12
a3088c6

Choose a tag to compare

What changed?

  • Added Python 3.11 as option in #314

v2.1.21

01 May 08:01
8942f56

Choose a tag to compare

What changed?

  • Pinned sklearn version for 'ml' extra in #310