Skip to content

Releases: Sieboldianus/TagMaps

v0.22.34

09 Feb 09:37
Compare
Choose a tag to compare

v0.22.34 (2024-02-09)

Unknown

v0.22.8

05 Feb 10:08
Compare
Choose a tag to compare

Full Changelog: v0.22.7...v0.22.8

v0.22.7

05 Dec 09:55
Compare
Choose a tag to compare

v0.22.7 (2023-12-05)

Documentation

  • docs: add instructions to install from environment.yml (23a703a)

  • docs: add mapnik rendering link (b931cad)

  • docs: add note to environment.yml for Windows pinning (4403e0c)

Fix

  • fix: do not abort in case of unknown emoji unicode character (a69fd5f)

  • fix: emoji column not correctly parsed (362ad8f)

v0.22.6

04 Aug 07:25
Compare
Choose a tag to compare

v0.22.6 (2023-08-04)

Build

  • build: Fix python-semantic-release version_variabl[2], create upstream PR #668 (5d9a1d6)

Fix

  • fix: Semantic-release flow for >8.x.x (ae7c077)

Unknown

v0.22.5

04 Aug 06:55
Compare
Choose a tag to compare

v0.22.5 (2023-08-04)

Build

  • Fix make_release.sh correct order of params (3f70be0)
  • Add build and release script for semantic-release >=8.0.0 (d871acb)
  • Pin emoji package upper version to <3.0.0 (8b22b60)

Ci

  • Bump to image version 0.4.0 (a2c4f98)

Documentation

  • Add information to angular commit message convention system (124f012)
  • Add gcc to pre-dependencies on linux (00d4710)

Fix

  • demojize not found in emoji package (4b4afda)
  • Emoji are only parsed from post_body, not from emoji column (5a0cc47)
  • Python in requirements.txt not allowed (b284554)

Style

  • Code style formatting in utils.py follow Black (c4b732e)
  • Code formatting in load_data.py (e5f3bda)

v0.22.4

21 Jul 09:31
a515eef
Compare
Choose a tag to compare

Fix

  • Requirements.txt containing misspelled and missing dependencies (54fa4c1)
  • HDBSCAN TypeError: 'numpy.float64', [1] (4f9a652)

Documentation

  • Add instructions to install on Linux and from requirements.txt (07cc618)
  • Add instructions to use conda together with no-dependencies and --editable flags (d8143db)

v0.22.3

17 Jul 11:25
11f693c
Compare
Choose a tag to compare

Fix

  • Tri.vertices - Delaunay object has no attribute vertices (133cfdc)

v0.22.2

16 May 06:26
c200000
Compare
Choose a tag to compare
v0.22.2

v0.22.0

10 May 09:28
878faa9
Compare
Choose a tag to compare

Feature

  • Migrate project to pyproject.toml only (fc79efd)

Documentation

  • Add basic description of project structure and release-flow for developers to documentation (f7e77db)
  • Add purpose as docstring to environment.yml (5583627)

v0.21.2

10 May 08:04
1f31fc0
Compare
Choose a tag to compare

Fix

  • GDAL/Fiona ImportError: DLL load failed while importing _env (Windows) (7952df3)

Documentation

  • Fix link in README.md (2429c9b)
  • Update table of contents (dba0e2e)
  • Add CHANGELOG to documentation (adfe3e5)