Changelog¶
v0.23.0 (2022-11-23)¶
Feature¶
- Add experimental temporal._month_hashtag_latlng base processing (
60da223
)
Fix¶
- NLTK stopwords not available notice (
c395bcb
)
v0.22.1 (2022-11-22)¶
Fix¶
- EMOJI_UNICODE deprecated in emoji>=2.0.0 (
3097a42
) - --skip_until_file not implemented (
18e7665
) - Fix TypeError NoneType for skipped_geo reporting (
fe67231
) - Catch empty values in lbsn database record arrays (
6ad2d82
)
Documentation¶
- Fix typo (
7e43ef4
) - Fix typo (
05c623c
) - Fix typo in --commit_volume cli docs (
70d96b9
) - Better explain the use of (
e43afdd
) - Clarify to use all lbsn objects by default when mapping from lbsn raw (
202fd75
) - Fix internal link (
67f4c90
) - Improve description of --include_lbsn_bases and --commit_volume args (
b7697a3
) - Add header information on command line interface page (
9602c47
) - Add changelog to documentation (
766a40d
)
Performance¶
- Clear key hashes on finalize_output() (
864336d
)
v0.22.0 (2022-04-08)¶
Feature¶
- Allow --commit_volume to be overriden (
50c4bf8
)
Fix¶
- Skip all base records with any empty key (
e3caac1
) - Skip empty keys for temporal hll structures (
263774c
) - Compatibility for 'carousel' types from previous lbsnstructure (
caf21c3
)
Documentation¶
- Fix typo (
4034867
) - Add internal links to Use Cases (
da93d5c
) - Add twitterparser example to use lbsntransform as a package (
2a68f08
)
v0.21.3 (2022-03-18)¶
Fix¶
- Pin google.protobuf to latest release 3.19.4 or earlier (
f591487
)
Documentation¶
- Add note to activate optional nltk stopwords filter feature (
015511e
) - Deprecate cx_freeze setup (
4700821
)
v0.21.2 (2022-03-18)¶
Documentation¶
- Add hint towards Linux installation (
ce2c75b
)
v0.21.1 (2022-03-17)¶
Fix¶
- ScalarMapContainer not found in protobuf dependency (Windows only) (
7d469f5
) - Deactivate currently not supported CSV output (
92f887d
)
v0.21.0 (2022-03-15)¶
Feature¶
- Allow lbsntransform args to be predefined by another package (
c587bbf
)
Documentation¶
v0.20.0 (2021-05-11)¶
v0.19.0 (2021-05-11)¶
Feature¶
- Add _month_latlng and _month_hashtag composite bases (
71bbc22
)
v0.18.3 (2021-05-05)¶
Fix¶
- Csv.reader bug that got introduced in #2a79f01c (
49243c5
)
v0.18.2 (2021-04-26)¶
Fix¶
- On empty hmac, do not override if crypt.salt is set in hll worker db (
24f0a4d
)
Documentation¶
- Improve description on how hmac defaults are used (
aa5e265
) - Fix badge links not updating on GH (
8a425ed
)
v0.18.1 (2021-04-19)¶
Fix¶
- Error on empty HMAC (
8d29832
) - Grapheme clusters not found in newest emoji.UNICODE_EMOJI (emoji >= v.1.0.1) (
cfd6f28
)
Documentation¶
- Fix docstring typo (
7d13423
)
v0.18.0 (2021-04-16)¶
Feature¶
- Add function to extract @-Mentions from string (
714d5c9
) - Add option to switch to csv.DictReader() (
2a79f01
)
Documentation¶
- Improve description of --transfer_count (
9847f5e
)
v0.17.0 (2021-04-15)¶
Feature¶
- Properly intergrate hmac hashing and warn user on empty key (
4cecd96
)
Documentation¶
- Fix list formatting (
2751d74
) - Fix typo (
e000386
) - Update Windows install instructions (
9d0cb6e
) - Fix api link (
b31b1ce
) - Fix api link (
1745f39
) - Add last git revision date to pages (
b254df7
)
v0.16.1 (2021-03-13)¶
Documentation¶
- Fix Readme image link on pypi (
ec352ca
) - Major overhaul of CLI argument formatting (
d12b4c1
) - Improve formatting (
c766d8e
) - Add docker mount note (
dcd98a2
) - Add note towards Docker input from bind mounts (
a1e1564
) - Fix formatting issue in --override_lbsn_query_schema (
ac26a2f
) - Fix typo (
42fe31f
) - Add example to read from live lbsn db and to live hll db (
b07a7c2
) - Correct order of --editable --no-deps for quirky pip (
a768da1
)
v0.16.0 (2021-01-14)¶
Feature¶
- Add --dry-run option (
335631b
)
Fix¶
- Disable CSV output until further notice (
2014ce5
)
Documentation¶
- Update linux install command (
bc35783
) - Update and cleanup Readme (
f16cf2c
) - Re-order recommended pip setup instructions (
19e4575
)
v0.15.0 (2021-01-09)¶
Feature¶
Fix¶
- Improved exception reporting for malformed records (
b7b83e2
)
v0.14.1 (2021-01-06)¶
Fix¶
- Catch any geos.WKTReader() exceptions (
14f7721
) - Windows lbsntransform.tools module not found. (
1643112
)