Changelog

v0.8.0

  • Python version support: Added Python 3.13 and 3.14 support, dropped Python 3.9 and 3.10

  • Build system: Migrated to uv for dependency management and build process

  • CI improvements: Migrated from Travis CI to GitHub Actions, added matrix builds

  • Testing: Added pytest-xdist for parallel testing and improved test suite

  • Documentation: Updated contribution guidelines, README, and removed Gitter references

  • Bug fixes: Fixed issue #61 and other minor bugs

  • Code quality: Added pyright configuration and applied formatting improvements

Show all commits

  • Merge pull request #169 from lucasrodes/release/0.8.1 by Lucas Rodés-Guirao at 2025-11-24 00:33:37

    Release/0.8.1

  • fix docs link by lucasrodes at 2025-11-24 00:29:24

  • wrong link by lucasrodes at 2025-11-24 00:28:14

  • change default docs page by lucasrodes at 2025-11-24 00:27:48

  • remove beta tag by lucasrodes at 2025-11-24 00:25:54

  • Bump version: 0.8.0 → 0.8.1 by lucasrodes at 2025-11-24 00:20:49

  • hardcode version in readme badge by lucasrodes at 2025-11-24 00:20:43

  • v0.8.0 release by Lucas Rodés-Guirao at 2025-11-24 00:10:37

    - **Python version support**: Added Python 3.13 and 3.14 support, dropped Python 3.9 and 3.10 - **Build system**: Migrated to ``uv`` for dependency management and build process - **CI improvements**: Migrated from Travis CI to GitHub Actions, added matrix builds - **Testing**: Added ``pytest-xdist`` for parallel testing and improved test suite - **Documentation**: Updated contribution guidelines, README, and removed Gitter references - **Bug fixes**: Fixed issue #61 and other minor bugs - **Code quality**: Added ``pyright`` configuration and applied formatting improvements

  • unshallow pull by lucasrodes at 2025-11-24 00:07:03

  • fix wrong python version reference by lucasrodes at 2025-11-23 23:55:46

  • add environment by lucasrodes at 2025-11-23 23:54:02

  • fix rtd pipeline by lucasrodes at 2025-11-23 23:42:11

  • ci: Add Travis CI configuration, document CI strategy, and detail extensive dependency updates. by lucasrodes at 2025-11-23 23:34:50

  • Update documentation badge to latest version by Lucas Rodés-Guirao at 2025-11-23 23:31:52

  • fix rtd build by lucasrodes at 2025-11-23 23:28:20

  • fix link by lucasrodes at 2025-11-23 23:15:02

  • add changelog for v0.8 by lucasrodes at 2025-11-23 23:05:26

  • update lock w 0.8.0 by lucasrodes at 2025-11-23 22:57:30

  • add v0.8.0 in files by lucasrodes at 2025-11-23 22:57:02

  • wip by lucasrodes at 2025-11-23 22:31:50

  • Merge pull request #167 from lucasrodes/makefile-uv-pyproject by Lucas Rodés-Guirao at 2025-11-23 22:15:28

    change build bage status

  • change build bage status by lucasrodes at 2025-11-23 14:15:06

  • Merge pull request #163 from lucasrodes/makefile-uv-pyproject by Lucas Rodés-Guirao at 2025-11-23 15:38:15

  • full matrix build by lucasrodes at 2025-11-23 14:45:09

  • support 3.14 by lucasrodes at 2025-11-23 14:44:37

  • Fix CI build by adding prerelease-mode to lockfile by lucasrodes at 2025-11-23 14:40:19

    The CI was re-resolving dependencies because the lockfile was missing the prerelease-mode metadata, causing it to fetch matplotlib 3.9.4 instead of 3.10.7. matplotlib 3.9.4 doesn’t have pre-built wheels for Python 3.14 and fails to compile freetype from source. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>

  • allow for python 3.14 by lucasrodes at 2025-11-23 14:28:20

  • test ci with macos + py314 by lucasrodes at 2025-11-23 14:27:51

  • exclude 3.14 mac by lucasrodes at 2025-11-23 02:59:47

  • bring back complete matrix of jobs by lucasrodes at 2025-11-23 02:54:44

  • update makefile by lucasrodes at 2025-11-23 02:51:23

  • tmp ci by lucasrodes at 2025-11-23 02:50:03

  • drop rtd webhook by lucasrodes at 2025-11-23 02:49:57

  • readthedocs uses uv by lucasrodes at 2025-11-23 02:43:19

  • clarify title by lucasrodes at 2025-11-23 02:23:58

  • improved changelog by lucasrodes at 2025-11-23 02:23:12

  • improve changelog by lucasrodes at 2025-11-23 02:19:24

  • toggle by lucasrodes at 2025-11-23 02:19:14

  • deps by lucasrodes at 2025-11-23 02:19:05

  • parallel unittest by lucasrodes at 2025-11-23 02:18:46

  • remove gitter reference by lucasrodes at 2025-11-23 01:51:36

  • improve contribute docs by lucasrodes at 2025-11-23 01:51:28

  • bump dependencies by lucasrodes at 2025-11-23 01:36:42

  • fix value property value by lucasrodes at 2025-11-23 01:36:30

  • format by lucasrodes at 2025-11-23 01:36:15

  • fix typos by lucasrodes at 2025-11-23 01:14:40

  • format by lucasrodes at 2025-11-23 01:09:37

  • fix docs by lucasrodes at 2025-11-23 00:37:38

  • fixes #61 by lucasrodes at 2025-11-23 00:30:55

  • update readme by lucasrodes at 2025-11-23 00:03:54

  • drop travis by lucasrodes at 2025-11-23 00:03:24

  • relax patch condition on codecov by lucasrodes at 2025-11-22 23:42:12

  • update docs by lucasrodes at 2025-11-22 23:20:21

  • test: Add new tests for WhatsApp chat properties, parsing, and merging, and create CI strategy documentation. by lucasrodes at 2025-11-22 22:56:12

  • add retry logic by lucasrodes at 2025-11-22 22:22:53

  • minor tweaks by lucasrodes at 2025-11-22 22:15:58

  • pass all tests by lucasrodes at 2025-11-22 22:14:38

  • add pytest-xdist by lucasrodes at 2025-11-22 22:14:28

  • module with paths by lucasrodes at 2025-11-22 21:47:32

  • chats for test dependency by lucasrodes at 2025-11-22 20:32:43

  • fix linting by lucasrodes at 2025-11-22 20:32:15

  • tests by lucasrodes at 2025-11-22 20:31:54

  • edits on actions by lucasrodes at 2025-11-17 00:38:04

  • run commands with uv by lucasrodes at 2025-11-17 00:27:49

  • summary actions by lucasrodes at 2025-11-17 00:26:22

  • test github action by lucasrodes at 2025-11-17 00:26:09

  • change cmd names by lucasrodes at 2025-11-17 00:25:53

  • initial pyright config to starte asy by lucasrodes at 2025-11-16 23:59:37

  • make restructure by lucasrodes at 2025-11-16 23:54:46

  • remove 3.9, 3.10, add 3.13, 3.14 by lucasrodes at 2025-11-16 23:54:31

  • style improvements by lucasrodes at 2025-11-16 23:49:37

  • format by lucasrodes at 2025-11-16 23:15:55

  • wip by lucasrodes at 2025-11-15 23:52:13

  • uv, pyproject, bump by lucasrodes at 2025-11-15 23:47:16

  • makefile by lucasrodes at 2025-11-15 23:26:53

v0.7.1

  • Dependency updates: Updated scipy, pandas, and certifi to latest versions

  • Python 3.13 support: Made project ready for Python 3.13

  • CI improvements: Enhanced continuous integration pipeline

  • Documentation improvements: Improved contribution documentation

  • Code cleanup: Removed Gitter references and applied formatting improvements

  • Security: Keep dependencies modern and secure

Show all commits

  • Merge pull request #153 from lucasrodes/release/0.7.1 by Lucas Rodés-Guirao at 2024-06-29 23:50:42

    v0.7.1

  • bump version by lucasrodes at 2024-06-29 23:40:26

  • Merge pull request #152 from lucasrodes/fix/unicode by Lucas Rodés-Guirao at 2024-06-29 23:39:24

    🐛 more robust text cleaning

  • flake by lucasrodes at 2024-06-29 23:31:28

  • flake tests by lucasrodes at 2024-06-29 23:27:43

  • place import in correct place by lucasrodes at 2024-06-29 23:20:35

  • more robust text cleaning by lucasrodes at 2024-06-29 23:19:03

  • Merge pull request #151 from lucasrodes/release/0.7 by Lucas Rodés-Guirao at 2024-06-22 16:49:37

    🎉 release v0.7.0

  • bump version by lucasrodes at 2024-06-22 16:39:17

  • Merge pull request #146 from lucasrodes/dev/enhance-towards-0.7 by Lucas Rodés-Guirao at 2024-06-22 16:32:06

    enhance: read from zip, use system messages

  • fix path by lucasrodes at 2024-06-22 16:23:35

  • fix path by lucasrodes at 2024-06-22 16:18:51

  • add test w message type by lucasrodes at 2024-06-22 16:12:08

  • rollback msg type by lucasrodes at 2024-06-22 16:01:01

  • typo by lucasrodes at 2024-06-22 15:47:41

  • minor restructure by lucasrodes at 2024-06-22 15:47:12

  • tests by lucasrodes at 2024-06-22 15:46:07

  • fix ci/cd by lucasrodes at 2024-06-12 22:35:02

  • add encoding to to_zip by lucasrodes at 2024-06-12 22:31:08

  • fix travis badge link by lucasrodes at 2024-06-12 22:25:51

  • fix travis badge by lucasrodes at 2024-06-12 22:24:57

  • brief note by lucasrodes at 2024-06-12 22:15:46

  • argument description by lucasrodes at 2024-06-12 22:15:27

  • slight coverage improvement by lucasrodes at 2024-06-12 22:15:11

  • fix doc error in hformat by lucasrodes at 2024-06-12 21:52:50

  • improve docstring by lucasrodes at 2024-06-12 21:52:34

  • remove gh fork banner by lucasrodes at 2024-06-12 21:52:27

  • flake by lucasrodes at 2024-03-18 00:09:36

  • Merge pull request #144 from lucasrodes/dev/maintenance by Lucas Rodés-Guirao at 2024-03-17 23:38:02

    Dev/maintenance

  • use system messages by lucasrodes at 2024-03-17 23:35:51

  • fixes for zip support by lucasrodes at 2024-03-17 22:15:39

  • pin docs versions (see docutils/rtd rst bullet rendering bug https://sourceforge.net/p/docutils/bugs/417/) by lucasrodes at 2024-03-17 21:43:53

  • ignore `Any` typing warning by lucasrodes at 2024-03-17 21:43:01

  • EOF by lucasrodes at 2024-03-17 21:42:46

  • zip support by lucasrodes at 2024-03-17 21:42:04

  • remove unused file by lucasrodes at 2024-03-17 20:10:27

  • fix link by lucasrodes at 2024-03-17 18:34:23

  • ignore E231 warning by lucasrodes at 2024-03-17 18:34:09

  • updating docs by lucasrodes at 2024-03-17 18:09:45

  • bump scipy by lucasrodes at 2024-03-17 18:09:33

  • deprecate gitter by lucasrodes at 2024-03-17 16:53:32

  • chore: ignore warning AN401 by lucasrodes at 2024-03-17 16:53:23

  • chore: deprecate py38 support by lucasrodes at 2024-03-17 16:20:04

  • fix: typing in arguments by lucasrodes at 2024-03-17 16:15:02

  • update dependencies by lucasrodes at 2024-03-17 15:30:24

  • Delete webapp.py by lucasrodes at 2024-03-17 14:57:59

v0.6.3

  • Python version support: Added Python 3.10 and 3.11, dropped Python 3.7

  • Dependency updates: Updated dependencies including certifi

  • CI alignment: Updated continuous integration for new Python versions

  • Documentation: Improved links, chat/demo references, and Read the Docs config

  • Code quality: Linting and typing cleanups

Show all commits

  • Merge pull request #138 from lucasrodes/release/v0.6.3 by Lucas Rodés-Guirao at 2023-08-21 18:27:09

    Release/v0.6.3

  • lint by lucasrodes at 2023-08-13 22:42:56

  • fix dependencies by lucasrodes at 2023-08-13 15:51:32

  • Merge branch ‘main’ into fix/docs by lucasrodes at 2023-08-13 15:39:21

  • fix by lucasrodes at 2023-08-13 15:38:56

  • fix by lucasrodes at 2023-08-13 15:38:49

  • Merge pull request #137 from lucasrodes/release/v0.6.2 by Lucas Rodés-Guirao at 2023-08-10 10:15:51

    Release/v0.6.2

  • fix link by lucasrodes at 2023-08-09 21:18:19

  • bump by lucasrodes at 2023-08-09 20:58:08

  • add link to demo by lucasrodes at 2023-08-09 19:56:51

  • fix versions by lucasrodes at 2023-08-09 19:34:47

  • bump versions by lucasrodes at 2023-08-09 19:25:59

  • Merge pull request #136 from lucasrodes/release/6.0.1 by Lucas Rodés-Guirao at 2023-08-08 22:53:21

    release v0.6.1

  • wip by lucasrodes at 2023-08-08 22:47:22

  • wip by lucasrodes at 2023-08-08 22:44:25

  • Merge branch ‘develop’ of https://github.com/lucasrodes/whatstk into develop by lucasrodes at 2023-08-08 22:41:33

  • readthedocs conf file by lucasrodes at 2023-08-08 22:38:42

  • bump version by lucasrodes at 2023-08-08 22:25:15

  • bump plotly by lucasrodes at 2023-08-08 22:24:38

  • wip: webapp txt -> csv by lucasrodes at 2023-08-08 22:17:12

  • Merge pull request #134 from lucasrodes/release/0.6.0 by Lucas Rodés-Guirao at 2023-04-01 18:48:37

    release(v0.6.0)

  • docs: remove tag py3.7 by lucasrodes at 2023-04-01 17:15:30

  • bump(0.5.0->0.6.0) by lucasrodes at 2023-04-01 16:52:07

  • docs(gitter): fix link by lucasrodes at 2023-04-01 16:48:20

  • Merge pull request #131 from lucasrodes/feature/dependencies-and-docs by Lucas Rodés-Guirao at 2023-04-01 16:43:56

    Feature/dependencies and docs

  • Merge branch ‘feature/dependencies-and-docs’ of https://github.com/lucasrodes/whatstk into feature/dependencies-and-docs by lucasrodes at 2023-04-01 16:04:13

  • enhance(travis): test focal distro by lucasrodes at 2023-04-01 16:02:23

  • Update .travis.yml by Lucas Rodés-Guirao at 2023-03-31 13:40:59

  • docs(readme): add py3.11 badge by lucasrodes at 2023-03-30 23:26:21

  • enhance(travis): use py3.10 for deploy by lucasrodes at 2023-03-30 23:25:10

  • enhance(travis): add support for py3.10 and 3.11 by lucasrodes at 2023-03-30 23:23:17

  • lint by lucasrodes at 2023-03-30 23:19:39

  • chore: ignore lines in coverage by lucasrodes at 2023-03-30 23:19:13

  • chore(flake8): missing argument by lucasrodes at 2023-03-30 16:37:39

  • docs(support): remove support 3.7 by lucasrodes at 2023-03-30 14:17:27

  • test by lucasrodes at 2023-03-30 12:56:11

  • Merge branch ‘develop’ into feature/dependencies-and-docs by lucasrodes at 2023-03-30 00:30:41

  • docs(typo) by lucasrodes at 2023-03-30 00:30:04

  • chore(typing) by lucasrodes at 2023-03-30 00:29:15

  • chore(py310): badge by lucasrodes at 2023-03-30 00:29:05

  • chore(typing) by lucasrodes at 2023-03-30 00:28:18

  • Merge pull request #128 from lucasrodes/dependabot/pip/certifi-2022.12.7 by Lucas Rodés-Guirao at 2023-03-29 22:20:42

    Bump certifi from 2020.12.5 to 2022.12.7

  • Bump certifi from 2020.12.5 to 2022.12.7 by dependabot[bot] at 2022-12-08 07:45:01

    Bumps [certifi](https://github.com/certifi/python-certifi) from 2020.12.5 to 2022.12.7. - [Release notes](https://github.com/certifi/python-certifi/releases) - [Commits](https://github.com/certifi/python-certifi/compare/2020.12.05…2022.12.07) — updated-dependencies: - dependency-name: certifi dependency-type: direct:production … Signed-off-by: dependabot[bot] <support@github.com>

  • Merge pull request #127 from lucasrodes/develop by Lucas Rodés-Guirao at 2021-09-11 21:19:54

    documentation improvements

  • Merge pull request #126 from lucasrodes/feature/docs by Lucas Rodés-Guirao at 2021-09-11 21:00:56

    Feature/docs

  • docs: link to chats (develop->main) by lucas rg at 2021-09-11 20:51:03

  • docs: link to Google Drive example by lucas rg at 2021-09-11 20:50:41

  • docs: simplify getting started guideline by lucas rg at 2021-09-11 20:25:50

  • docs: typo in function argument by lucas rg at 2021-09-11 20:25:35

v0.5.0

  • Google Drive support: Load chats directly from Google Drive

  • Windows compatibility: Official support for Windows (paths, encoding, wheels)

  • Dependencies reorganization: Easier installation with reorganized extras

  • Deprecated argument removal: Phased out cumulative typo argument

  • Documentation updates: Refreshed Travis CI config and project links

  • Code cleanup: Minor cleanups and additional tests

Show all commits

  • Merge pull request #125 from lucasrodes/release/0.5.0 by Lucas Rodés-Guirao at 2021-06-06 20:48:18

    Release v0.5.0

  • bumpversion by lucas rg at 2021-06-06 20:46:55

  • Update README.md by Lucas Rodés-Guirao at 2021-06-06 15:21:54

  • Merge pull request #124 from lucasrodes/release/0.5.0 by Lucas Rodés-Guirao at 2021-06-05 22:53:27

    Release/0.5.0

  • release candidate 1 by lucas rg at 2021-06-05 22:52:09

  • Remove wheels by lucas rg at 2021-06-05 22:50:53

  • Merge pull request #123 from lucasrodes/release/0.5.0 by Lucas Rodés-Guirao at 2021-06-05 22:15:01

    Release/0.5.0

  • bumpversion by lucas rg at 2021-06-05 21:35:35

  • Merge pull request #122 from lucasrodes/feature/docs by Lucas Rodés-Guirao at 2021-06-02 00:31:43

    DOC: Minor changes

  • Added instruction to install library (full) by lucas rg at 2021-06-01 23:41:30

  • Minor changes in docs by lucas rg at 2021-06-01 23:41:18

  • Merge pull request #121 from lucasrodes/feature/dependencies by Lucas Rodés-Guirao at 2021-06-01 23:34:16

    ENH: Organize dependencies, BUG: static files

  • Ignore scripts by lucas rg at 2021-05-30 23:56:34

  • Tests init by lucas rg at 2021-05-30 23:47:05

  • Improve docs by lucas rg at 2021-05-30 23:37:46

  • Update python dependency by lucas rg at 2021-05-30 23:23:19

  • Ad GDrive docs by lucas rg at 2021-05-30 23:23:03

  • Add note messages by lucas rg at 2021-05-30 23:20:43

  • Travis instuctions improved by lucas rg at 2021-05-30 21:41:02

  • Flake compliant by lucas rg at 2021-05-30 21:40:19

  • Add extra requirements by lucas rg at 2021-05-30 21:40:10

  • travis test by lucas rg at 2021-05-30 21:34:34

  • include package data by lucas rg at 2021-05-30 21:31:42

  • test by lucas rg at 2021-05-30 21:28:27

  • Update MANIFEST.in by lucas rg at 2021-05-30 21:25:21

  • init fix by lucas rg at 2021-05-30 21:15:06

  • Travis test by lucas rg at 2021-05-30 21:12:51

  • Travis test by lucas rg at 2021-05-30 21:06:31

  • Travis test by lucas rg at 2021-05-30 21:02:56

  • Install whole library by lucas rg at 2021-05-30 20:46:54

  • Re-structure requirements by lucas rg at 2021-05-30 19:20:54

  • remove print statement by lucas rg at 2021-05-30 15:57:51

  • Add link to Medium post by lucas rg at 2021-05-25 22:06:32

  • link to tutorial by lucas rg at 2021-05-25 22:04:17

  • Merge branch ‘develop’ of https://github.com/lucasrodes/whatstk into develop by lucas rg at 2021-05-25 21:53:03

  • remove mail by lucas rg at 2021-05-25 21:52:56

  • Update doc url by lucas rg at 2021-05-25 21:52:22

  • Add develop install guide by lucas rg at 2021-05-25 21:52:11

  • Fix copyright year by lucas rg at 2021-05-25 21:51:59

  • Merge pull request #120 from lucasrodes/feature/deprecate-cummulative by Lucas Rodés-Guirao at 2021-05-25 21:42:03

    Feature/deprecate cummulative

  • Merge pull request #119 from lucasrodes/feature/wheels by Lucas Rodés-Guirao at 2021-05-25 01:42:11

    Support for Windows

  • remove logging by lucas rg at 2021-05-25 01:32:31

  • Tests pass in Windows by lucas rg at 2021-05-25 01:30:04

  • debug by lucas rg at 2021-05-25 01:25:34

  • debug by lucas rg at 2021-05-25 01:19:47

  • debug by lucas rg at 2021-05-25 01:13:18

  • debug by lucas rg at 2021-05-25 01:07:10

  • debug by lucas rg at 2021-05-25 00:54:29

  • debug by lucas rg at 2021-05-25 00:53:56

  • flake by lucas rg at 2021-05-25 00:40:34

  • debugging by lucas rg at 2021-05-25 00:38:55

  • Add utf8 default by lucas rg at 2021-05-25 00:34:49

  • upgrade pip in linux by lucas rg at 2021-05-25 00:22:54

  • remove import by lucas rg at 2021-05-25 00:20:58

  • Deprecate argument cummulative by lucas rg at 2021-05-25 00:17:41

  • comment out pip upgrade by lucas rg at 2021-05-25 00:16:08

  • encoding by lucas rg at 2021-05-25 00:10:35

  • Make hformat filename valid in Windows by lucas rg at 2021-05-25 00:10:24

  • add return value by lucas rg at 2021-05-24 23:48:57

  • Change file names (avoid invalid chars in WIndows) by lucas rg at 2021-05-24 23:41:15

  • WIP fixing windows path problem by lucas rg at 2021-05-24 23:26:50

  • Adding encoding by lucas rg at 2021-05-24 23:13:35

  • wheels test by lucas rg at 2021-05-24 23:02:17

  • Testing new travis configuration by lucas rg at 2021-05-24 22:57:42

  • Merge pull request #117 from lucasrodes/feature/gdrive by Lucas Rodés-Guirao at 2021-05-24 22:37:31

    ENH: Adding Google Drive support

  • Merge branch ‘develop’ into feature/gdrive by lucas rg at 2021-05-24 22:26:21

  • Merge pull request #118 from lucasrodes/feature/travis-migration by Lucas Rodés-Guirao at 2021-05-24 22:17:55

    ENH: Feature/travis migration

  • Changed Travis badge (now using .com) by lucas rg at 2021-05-24 21:45:48

  • Mock gdrive_init by lucas rg at 2021-05-24 21:22:53

  • Update pip by lucas rg at 2021-05-24 21:22:44

  • Numpy requirement fix by lucas rg at 2021-05-24 21:22:37

  • Fix docs, Flake compliant by lucas rg at 2021-05-24 00:06:30

  • Fix docs by lucas rg at 2021-05-23 23:45:05

  • Fix docs by lucas rg at 2021-05-23 23:41:45

  • Fix docs by lucas rg at 2021-05-23 23:38:52

  • Fix docs by lucas rg at 2021-05-23 23:35:35

  • Fix docs by lucas rg at 2021-05-23 23:32:55

  • Docs fixes by lucas rg at 2021-05-23 23:31:22

  • Docs fixes by lucas rg at 2021-05-23 23:09:53

  • Add documentation related to Google Drive by lucas rg at 2021-05-23 22:55:57

  • Add documentation related to Google Drive by lucas rg at 2021-05-23 22:55:51

  • Tests for GDrive utils by lucas rg at 2021-05-23 22:33:45

  • Adding support for G Drive file loading by lucas rg at 2021-05-23 20:42:00

  • Adding support for G Drive file loading by lucas rg at 2021-05-23 20:41:06

  • Remove deprecated script by lucas rg at 2021-05-23 14:58:10

v0.4.1

  • CSV export improvement: Export to CSV without index column

  • Python 3.9 support: Added support for Python 3.9

  • DataFrame structure: Cleaner structure with numeric index and date column

  • Bug fixes: Small bug fixes and dependency updates

  • Documentation: Polished metadata, Read the Docs links, badges, and funding info

  • Contribution experience: Refreshed contribution and docs experience

Show all commits

  • Merge pull request #115 from lucasrodes/release/0.4.1 by Lucas Rodés-Guirao at 2021-04-28 21:55:54

    DOC: Release v0.4.1

  • Bug fix by lucas rg at 2021-04-28 21:46:21

  • ENH: Export to csv without index column by lucas rg at 2021-04-28 21:27:44

  • 0.4.1 by lucas rg at 2021-04-28 21:07:00

  • Bump version: 0.4.1.dev0 → 0.4.2.dev0 by lucas rg at 2021-04-28 21:05:40

  • dev by lucas rg at 2021-04-28 21:05:25

  • update requirements by lucas rg at 2021-04-28 20:59:53

  • Change changelog by lucas rg at 2021-04-28 20:38:45

  • fixed typos by lucas rg at 2021-04-28 20:19:11

  • Merge pull request #112 from lucasrodes/develop by Lucas Rodés-Guirao at 2021-04-05 12:49:57

    readme small fixes

  • readme small fixes by lucas rg at 2021-04-04 16:27:12

  • Merge pull request #111 from lucasrodes/develop by Lucas Rodés-Guirao at 2021-04-04 16:15:46

    Update links

  • Merge pull request #108 from lucasrodes/feature/badges by Lucas Rodés-Guirao at 2021-03-11 22:08:39

    Feature/badges

  • fix links by lucas rg at 2021-03-11 19:53:42

  • merge by lucas rg at 2021-03-11 19:48:04

  • citation by lucas rg at 2021-01-26 19:11:11

  • citation by lucas rg at 2021-01-26 19:10:22

  • Merge pull request #107 from lucasrodes/feature/readthedocs by Lucas Rodés-Guirao at 2021-01-24 21:37:01

    Feature/readthedocs

  • remove documentation generation by lucas rg at 2021-01-24 16:18:09

  • change doc URLs to read the docs by lucas rg at 2021-01-24 16:02:34

  • remove documentation creation from travis-ci. Using read the docs instead by lucas rg at 2021-01-24 15:53:50

  • Merge pull request #106 from lucasrodes/release/0.4.0 by Lucas Rodés-Guirao at 2021-01-24 01:24:21

    Release/0.4.0

  • pages changelog by lucas rg at 2021-01-24 01:12:04

  • Bump version: 0.4.0.rc0 → 0.4.0 by lucas rg at 2021-01-24 01:09:34

  • Bump version: 0.4.0.b0 → 0.4.0.rc0 by lucas rg at 2021-01-24 01:09:32

  • Bump version: 0.4.0.a0 → 0.4.0.b0 by lucas rg at 2021-01-24 01:09:29

  • Bump version: 0.4.0.dev1 → 0.4.0.a0 by lucas rg at 2021-01-24 01:06:25

  • bumping by lucas rg at 2021-01-24 01:06:06

  • travis ci test by lucas rg at 2021-01-23 16:00:14

  • travis CI test by lucas rg at 2021-01-23 15:56:22

  • testing travis CI by lucas rg at 2021-01-23 15:52:55

  • bumpversion 0.4.0.dev0 by lucas rg at 2021-01-23 15:38:55

  • Merge pull request #105 from lucasrodes/feature/py39 by Lucas Rodés-Guirao at 2021-01-23 15:23:12

    Feature/py39

  • travis trigger test by lucas rg at 2021-01-23 15:17:37

  • travis trigger test by lucas rg at 2021-01-23 15:16:22

  • travis not being triggered by lucas rg at 2021-01-23 15:14:48

  • Merge pull request #104 from lucasrodes/feature/py39 by Lucas Rodés-Guirao at 2021-01-23 15:10:45

    Feature/py39

  • travis by lucas rg at 2021-01-23 15:09:34

  • requirement >py37 by lucas rg at 2021-01-23 14:31:50

  • Merge pull request #103 from lucasrodes/feature/py39 by Lucas Rodés-Guirao at 2021-01-14 23:38:51

    Add Python 3.9 support

  • remove 3.6, added 3.9 by lucas rg at 2021-01-14 21:46:47

  • update requirements by lucas rg at 2021-01-14 21:44:05

  • 3.9 by lucas rg at 2021-01-14 21:42:48

  • add badge 3.9 by lucas rg at 2021-01-14 21:40:32

  • ignore py39 env by lucas rg at 2021-01-14 20:52:46

  • Merge pull request #100 from lucasrodes/feature/change-df-index by Lucas Rodés-Guirao at 2020-11-03 16:05:42

    Feature/change df index

  • code style flake compliant by Lucas Rodes-Guirao at 2020-11-02 22:19:33

  • contribute section improved by Lucas Rodes-Guirao at 2020-11-02 21:40:23

  • removed unnecessary file by Lucas Rodes-Guirao at 2020-11-02 21:19:40

  • bugfix by Lucas Rodes-Guirao at 2020-11-02 21:19:28

  • doc updates by Lucas Rodes-Guirao at 2020-11-02 21:18:57

  • docs by Lucas Rodes-Guirao at 2020-11-02 00:08:15

  • chat generation updates, now generates numeric index and date as column by Lucas Rodes-Guirao at 2020-11-02 00:07:52

  • merge util now using column and not index by Lucas Rodes-Guirao at 2020-11-01 23:54:37

  • adequate tests for new df structure by Lucas Rodes-Guirao at 2020-11-01 23:54:16

  • interventions module now fully funcional by Lucas Rodes-Guirao at 2020-11-01 23:42:59

  • removed duplicate call to function by Lucas Rodes-Guirao at 2020-11-01 23:03:45

  • Merge pull request #98 from lucasrodes/feature/requirements-update by Lucas Rodés-Guirao at 2020-11-01 22:40:50

    Feature/requirements update

  • library versions updated by Lucas Rodes-Guirao at 2020-11-01 21:50:04

  • Merge pull request #97 from lucasrodes/develop by Lucas Rodés-Guirao at 2020-08-09 14:50:58

    Develop

  • Merge pull request #96 from lucasrodes/feature/hit-badge-fix by Lucas Rodés-Guirao at 2020-08-09 14:30:59

    hits extension fixed, using wesky93/views solution, based on hits

  • hits extension fixed, using wesky93/views solution, based on hits by lucas rg at 2020-08-09 14:17:10

  • Merge pull request #95 from lucasrodes/develop by Lucas Rodés-Guirao at 2020-08-08 19:37:04

    Develop

  • Merge pull request #94 from lucasrodes/feature/badges by Lucas Rodés-Guirao at 2020-08-08 19:30:23

    badges

  • badges by lucas rg at 2020-08-08 19:24:18

  • Create FUNDING.yml by Lucas Rodés-Guirao at 2020-07-30 11:35:08

v0.3.1

  • Plotly integration: Visualizations now use Plotly by default

  • New plot types: Added Sankey diagrams and violin plots

  • rename_users() method: Consolidate user names in merged chats

  • Cumulative charts: New cumulative chart functionality

  • DataFrame improvements: Added dedicated date column for easier manipulation

  • Command-line tools: Enhanced chat-gen with new arguments

  • Documentation: Updated examples and documentation

Show all commits

  • Merge pull request #93 from lucasrodes/release/0.3.1 by Lucas Rodés-Guirao at 2020-07-26 16:05:17

    Release/0.3.1

  • bumpversion by lucas rg at 2020-07-26 15:57:41

  • versioning by lucas rg at 2020-07-26 15:56:17

  • Merge pull request #91 from lucasrodes/feature/fix-spelling-mistake-cummulative by Lucas Rodés-Guirao at 2020-07-26 15:54:11

    Feature/fix spelling mistake cummulative

  • removed unnecessary warning library import by lucas rg at 2020-07-26 15:45:28

  • change deprecated ‘cummulative’ variable management by lucas rg at 2020-07-26 15:35:17

  • Added verbose to exception raised when hformat could not be automatically found. Now, pointing to issues section on GitHub, so user can report it and specific auto-header detection support can be added/tracked by lucas rg at 2020-07-26 15:20:36

  • fix spelling mistake by lucas rg at 2020-07-26 00:52:43

  • Merge pull request #89 from lucasrodes/release/0.3.0 by Lucas Rodés-Guirao at 2020-06-26 21:53:41

    bug in test

  • bug in test by lucas rg at 2020-06-26 21:27:51

  • Merge pull request #88 from lucasrodes/release/0.3.0 by Lucas Rodés-Guirao at 2020-06-26 21:22:43

    Release/0.3.0

  • Bump version: 0.3.0.rc2 → 0.3.0 by lucas rg at 2020-06-26 21:10:40

  • transitioning version by lucas rg at 2020-06-26 21:10:00

  • Bump version: 0.3.0.rc0 → 0.3.0.rc1 by lucas rg at 2020-06-26 12:14:48

  • typo in classifier by lucas rg at 2020-06-26 12:14:45

  • Bump version: 0.3.0.b3 → 0.3.0.rc0 by lucas rg at 2020-06-26 12:05:38

  • Merge pull request #87 from lucasrodes/feature/travis-pages-deploy-test by Lucas Rodés-Guirao at 2020-06-26 12:04:12

    Feature/travis pages deploy test

  • deploy to pypi activated by lucas rg at 2020-06-26 11:58:20

  • setup updated, new classifiers added by lucas rg at 2020-06-26 11:57:42

  • Bump version: 0.3.0.b2 → 0.3.0.b3 by lucas rg at 2020-06-26 11:36:38

  • ignore gitignore by lucas rg at 2020-06-26 11:31:31

  • changelog file as markdown by lucas rg at 2020-06-26 11:30:34

  • Bump version: 0.3.0.b1 → 0.3.0.b2 by lucas rg at 2020-06-26 10:19:40

  • links fixed by lucas rg at 2020-06-26 10:19:16

  • removed build files by lucas rg at 2020-06-26 09:58:14

  • Bump version: 0.3.0.b0 → 0.3.0.b1 by lucas rg at 2020-06-26 09:35:47

  • revert gitignore changes by lucas rg at 2020-06-26 09:32:28

  • reorganization by lucas rg at 2020-06-26 09:26:11

  • testing pages deployment by lucas rg at 2020-06-26 09:22:41

  • reorganized docs structure by lucas rg at 2020-06-26 09:22:28

  • travis wip by lucas rg at 2020-06-25 21:45:25

  • wip travis by lucas rg at 2020-06-25 20:23:57

  • Merge pull request #86 from lucasrodes/feature/documentation by Lucas Rodés-Guirao at 2020-06-25 20:10:25

    Feature/documentation

  • going to beta version by lucas rg at 2020-06-25 20:03:42

  • testing travis by lucas rg at 2020-06-25 20:00:23

  • Merge pull request #85 from lucasrodes/feature/documentation by Lucas Rodés-Guirao at 2020-06-25 19:35:13

    fixed link to documentation

  • fixed link to documentation by lucas rg at 2020-06-25 19:33:41

  • Merge pull request #84 from lucasrodes/feature/documentation by Lucas Rodés-Guirao at 2020-06-25 19:30:15

    Feature/documentation

  • removed tests in travis pipeline for 3.5 by lucas rg at 2020-06-25 19:23:31

  • changed minimum version to 3.6 by lucas rg at 2020-06-25 19:22:10

  • removed version 3.9 by lucas rg at 2020-06-25 19:19:59

  • travis & version requirements changed to 3.5 by lucas rg at 2020-06-25 19:18:04

  • travis by lucas rg at 2020-06-25 19:13:50

  • travis by lucas rg at 2020-06-25 18:59:32

  • travis by lucas rg at 2020-06-25 18:23:14

  • test travis by lucas rg at 2020-06-25 18:19:01

  • remove unused extenstion sphinx_multiversion (2) by lucas rg at 2020-06-25 17:56:42

  • remove unused extenstion sphinx_multiversion by lucas rg at 2020-06-25 17:54:43

  • docs dependencies installation added to travis config file by lucas rg at 2020-06-25 17:50:08

  • working on stages, ideally: test in multiple environments, deploy only in one by lucas rg at 2020-06-25 17:38:13

  • added Clara Saez Calabuig as the logo designer by lucas rg at 2020-06-25 17:12:50

  • changed urls for sample chats, now using develop by lucas rg at 2020-06-25 17:11:59

  • Merge pull request #83 from lucasrodes/feature/documentation by Lucas Rodés-Guirao at 2020-06-25 17:10:48

    Feature/documentation

  • end line break by lucas rg at 2020-06-25 17:02:01

  • links corrected by lucas rg at 2020-06-25 17:01:31

  • docs update. Travis now pushing updated documentation automatically to gh-pages (in beta) by lucas rg at 2020-06-25 17:01:19

  • fixed flake by lucas rg at 2020-06-24 22:07:18

  • version update by lucas rg at 2020-06-24 21:57:27

  • docstring update by lucas rg at 2020-06-24 21:54:14

  • fixed cmd api documentation by lucas rg at 2020-06-24 21:53:38

  • merge chat examples changed in docstring by lucas rg at 2020-06-24 21:52:57

  • update library script to generate chats by lucas rg at 2020-06-24 21:51:01

  • docs updated, typos fixed, added few new files. by lucas rg at 2020-06-24 21:50:35

  • new custom plot example added by lucas rg at 2020-06-23 17:34:10

  • update docs by lucas rg at 2020-06-23 16:27:30

  • gitignore doctrees by lucas rg at 2020-06-19 18:01:59

  • gitignore updated by lucas rg at 2020-06-18 19:51:04

  • documentation doctrees by lucas rg at 2020-06-18 19:50:46

  • htmls by lucas rg at 2020-06-18 19:50:14

  • commented future library to use multiple version self-hosted by lucas rg at 2020-06-18 19:35:02

  • docs update, whatsappchat object docstring by lucas rg at 2020-06-18 18:54:10

  • improved norm docstring by lucas rg at 2020-06-17 21:43:05

  • added norm argument in figurebuilder plot method by lucas rg at 2020-06-17 21:42:56

  • docs update by lucas rg at 2020-06-17 21:42:16

  • examples and code adapted for #82 by lucas rg at 2020-06-16 16:33:45

  • bug in test 2 by lucas rg at 2020-06-16 16:27:18

  • bug in test by lucas rg at 2020-06-16 16:25:12

  • testing from_source in BaseChat, all_users in FigureBuilder by lucas rg at 2020-06-16 16:24:31

  • working on visualisation examples by lucas rg at 2020-06-16 16:20:07

  • docs update by lucas rg at 2020-06-16 15:22:07

  • figure methods returning go.Figure objects by lucas rg at 2020-06-16 13:52:56

  • example plots by lucas rg at 2020-06-14 16:06:50

  • refactor docs, removed developer guide and moved its content to getting started section. added info on library available chats by lucas rg at 2020-06-14 16:06:37

  • source update by lucas rg at 2020-06-14 14:08:25

  • modified chat so it contains same user with different names by lucas rg at 2020-06-14 14:08:06

  • minor erorrs in docstring by lucas rg at 2020-06-14 14:03:29

  • examples by lucas rg at 2020-06-14 13:12:21

  • boxplot example by lucas rg at 2020-06-14 10:18:18

  • link to lorem 2k by lucas rg at 2020-06-14 00:11:15

  • docs by lucas rg at 2020-06-14 00:08:25

  • docs4 by lucas rg at 2020-06-13 23:44:53

  • docs 3 by lucas rg at 2020-06-13 23:44:13

  • docs source by lucas rg at 2020-06-13 23:43:48

  • docs2 by lucas rg at 2020-06-13 23:43:13

  • docs by lucas rg at 2020-06-13 23:42:03

  • test by lucas rg at 2020-06-13 23:15:56

  • 2k character lorem chat by lucas rg at 2020-06-13 23:05:24

  • change filenames to filepaths by lucas rg at 2020-06-13 22:47:57

  • lorem parts by lucas rg at 2020-06-13 22:46:24

  • fixed test dependencies by lucas rg at 2020-06-13 22:12:52

  • tests by lucas rg at 2020-06-13 21:53:17

  • contribute section by lucas rg at 2020-06-13 21:52:11

  • lib update by lucas rg at 2020-06-13 18:44:25

  • readme update by lucas rg at 2020-06-13 18:41:58

  • docstring in whatstk.data by lucas rg at 2020-06-12 12:25:55

  • working on API documentation by lucas rg at 2020-06-11 23:38:24

  • moved constants to class ColnamesDf instead of namedspace by lucas rg at 2020-06-11 23:38:05

  • FigureBuilder and WhatsAppChat are now available from top module whatstk by lucas rg at 2020-06-11 23:37:46

  • documentation update. Working on API docs by lucas rg at 2020-06-11 23:36:04

  • docstrings updated, documentation and tests updated accordingly aswell by lucas rg at 2020-06-11 00:09:52

  • Merge pull request #81 from lucasrodes/feature/sample-chat-in-library by Lucas Rodés-Guirao at 2020-06-10 16:48:57

    Feature/sample chat in library

  • changed url with files so it uses develop branch instead by lucas rg at 2020-06-10 16:43:30

  • note on future filepath_url by lucas rg at 2020-06-10 16:39:13

  • update examples chats folder, added lorem.txt example. refactor of whatstk.data accordingly by lucas rg at 2020-06-10 16:38:08

  • can read chats from URLs by lucas rg at 2020-06-10 16:12:07

  • Merge pull request #78 from lucasrodes/feature/refactor-v3 by Lucas Rodés-Guirao at 2020-06-10 15:00:13

    Feature/refactor v3

  • removed WhatsAppChat from __init__ by lucas rg at 2020-06-10 14:49:22

  • parser by lucas rg at 2020-06-10 14:44:27

  • changed place where HFormatError exception is raised by lucas rg at 2020-06-10 14:44:04

  • documentation by lucas rg at 2020-06-10 14:43:46

  • update imports in scripts by lucas rg at 2020-06-09 22:34:28

  • test renaming by lucas rg at 2020-06-09 22:33:15

  • change in chat generator by lucas rg at 2020-06-09 22:31:45

  • doc templates by lucas rg at 2020-06-09 21:52:47

  • reorganizing package, so in the future might incorporate parsers for other social networks (e.g. facebook). tests changed accordingly. documentation ongoing process by lucas rg at 2020-06-09 21:52:19

  • parser operations moved to module whatstk.parser by lucas rg at 2020-06-09 17:10:50

  • moved figurebuilder by lucas rg at 2020-06-06 11:15:49

  • update prenum by lucas rg at 2020-06-04 16:48:11

  • changed versioning from major.mninor.patchrelease to major.minor.patch.release by lucas rg at 2020-06-04 16:46:57

  • docs requirements by lucas rg at 2020-06-04 16:46:31

  • doc generation script by lucas rg at 2020-06-04 16:46:16

  • added new test by lucas rg at 2020-06-04 16:45:17

  • switch to sphinx by lucas rg at 2020-06-04 16:44:55

  • docs by lucas rg at 2020-06-04 16:44:28

  • requires python 3.7 by lucas rg at 2020-06-02 10:26:33

  • setter for color user mapping by lucas rg at 2020-06-01 23:54:50

  • Clarified error message by lucas rg at 2020-06-01 19:04:15

  • image path change so it can be displayed on pypi by lucas rg at 2020-06-01 17:06:27

  • bugfix in docs by lucas rg at 2020-06-01 16:58:44

  • Merge pull request #76 from lucasrodes/feature/documentation by Lucas Rodés-Guirao at 2020-06-01 16:55:37

    Feature/documentation

  • fixed bug in module import by lucas rg at 2020-06-01 16:51:23

  • bumpversion file update by lucas rg at 2020-06-01 16:44:44

  • bumped dev version by lucas rg at 2020-06-01 16:44:26

  • bumpversion support for pre and prenum by lucas rg at 2020-06-01 16:43:30

  • added pre and prenum to bumpversion by lucas rg at 2020-06-01 16:30:21

  • bug by lucas rg at 2020-06-01 15:41:15

  • test version by lucas rg at 2020-06-01 15:36:54

  • removed conf.py file by lucas rg at 2020-06-01 15:30:09

  • docs by lucas rg at 2020-06-01 15:23:14

  • folder structure by lucas rg at 2020-06-01 15:20:48

  • docs mvp by lucas rg at 2020-06-01 15:18:58

  • documentation mvp by lucas rg at 2020-06-01 15:17:43

  • Merge branch ‘develop’ into feature/documentation by lucas rg at 2020-05-31 23:47:57

  • Merge pull request #75 from lucasrodes/feature/response-matrix by Lucas Rodés-Guirao at 2020-05-31 23:47:30

    Feature/response matrix

  • tests for new graphs by lucas rg at 2020-05-31 23:42:13

  • response matrix visualization, #20 by lucas rg at 2020-05-31 23:38:54

  • added more files by lucas rg at 2020-05-31 23:05:18

  • sankey diagram to plot responses between used, #20 by lucas rg at 2020-05-31 23:04:48

  • removed buggy examples by lucas rg at 2020-05-31 23:04:27

  • response_matrix moved to import form __init__ by lucas rg at 2020-05-31 23:03:54

  • changed name from whatstk.plotly to whatstk.graph by lucas rg at 2020-05-31 20:10:52

  • response_matrix method added, #20 by lucas rg at 2020-05-31 18:24:50

  • bug in _get_df, third useless argument by lucas rg at 2020-05-31 18:23:16

  • xml coverage report by lucas rg at 2020-05-31 18:22:50

  • mitigating hardcoding. now check if is df or chat is done in utils by lucas rg at 2020-05-31 12:08:59

  • merge with develop by lucas rg at 2020-05-31 00:35:12

  • Merge pull request #74 from lucasrodes/feature/plot-user-colors by Lucas Rodés-Guirao at 2020-05-31 00:27:31

    Feature/plot user colors

  • logo by lucas rg at 2020-05-31 00:22:40

  • logo by lucas rg at 2020-05-31 00:22:32

  • method to get n hexadecimal color codes by lucas rg at 2020-05-31 00:18:38

  • colors added using hsl seaborn palette by lucas rg at 2020-05-31 00:18:13

  • fix bug in vis method by lucas rg at 2020-05-31 00:08:48

  • method to generate n hexadecimal color codes by lucas rg at 2020-05-30 23:49:03

  • to US english by lucas rg at 2020-05-30 23:48:31

  • color generated per user by lucas rg at 2020-05-30 23:48:12

  • changed to US english by lucas rg at 2020-05-30 23:47:26

  • seaborn now is a requirement by lucas rg at 2020-05-30 23:06:01

  • Merge branch ‘develop’ into feature/plot-user-colors by lucas rg at 2020-05-30 22:35:08

  • Merge pull request #73 from lucasrodes/feature/chat-df-schema by Lucas Rodés-Guirao at 2020-05-30 22:33:30

    Feature/chat df schema

  • removed debugging prints by lucas rg at 2020-05-30 22:25:38

  • grouped colnames naming of chat df under whatstk.utils.utils and added schema to df (now using string instead of object, pandas>=1.0.0) by lucas rg at 2020-05-30 22:25:21

  • grouped colnames naming of chat df under whatstk.utils.utils by lucas rg at 2020-05-30 22:24:06

  • get users by lucas rg at 2020-05-30 17:19:44

  • Merge pull request #71 from lucasrodes/feature/cmd-visualise by Lucas Rodés-Guirao at 2020-05-30 16:19:17

    Feature/cmd visualise

  • command line tool to generate graphs by lucas rg at 2020-05-30 16:04:24

  • refactor input argument names by lucas rg at 2020-05-30 16:04:08

  • spacing by lucas rg at 2020-05-30 14:53:39

  • bug in hformat by lucas rg at 2020-05-30 14:53:19

  • changed readme title by lucas rg at 2020-05-30 14:29:43

  • Merge pull request #70 from lucasrodes/feature/plotly-module by Lucas Rodés-Guirao at 2020-05-30 14:22:11

    Feature/plotly module

  • changed description by lucas rg at 2020-05-30 01:05:10

  • plotly module by lucas rg at 2020-05-30 00:44:19

  • Merge branch ‘feature/plotly-module’ into feature/documentation by lucas rg at 2020-05-30 00:42:47

  • added tests for plotly module, placed flake8 check before unittests by lucas rg at 2020-05-30 00:41:38

  • documentation by lucas rg at 2020-05-29 22:29:47

  • refactor by lucas rg at 2020-05-29 18:59:01

  • command line by lucas rg at 2020-05-23 02:14:52

  • readme ref by lucas rg at 2020-05-23 02:12:04

  • plot refactor by lucas rg at 2020-05-23 02:07:24

  • README by lucas rg at 2020-05-23 02:03:15

  • readme by lucas rg at 2020-05-23 02:02:01

  • readme by lucas rg at 2020-05-23 02:01:00

  • working on message length plot by lucas rg at 2020-05-20 22:58:00

  • added command line script to convert txt to csv. #65 by lucas rg at 2020-05-20 22:20:55

  • Merge pull request #64 from lucasrodes/feature/test-minor-refactor by Lucas Rodés-Guirao at 2020-05-20 20:48:13

    Feature/test minor refactor

  • pull requests section change in README by lucas rg at 2020-05-20 20:29:46

  • line length changed by lucas rg at 2020-05-20 17:48:22

  • travis flake8 added by lucas rg at 2020-05-20 17:44:49

  • run test script by lucas rg at 2020-05-20 16:01:09

  • now using flake by lucas rg at 2020-05-20 16:00:52

  • test instructions by lucas rg at 2020-05-20 16:00:27

  • chat merge test by lucas rg at 2020-05-20 16:00:16

  • refactor chat merge util fie by lucas rg at 2020-05-20 15:59:54

  • Merge pull request #63 from lucasrodes/feature/merge-two-chats by Lucas Rodés-Guirao at 2020-05-11 23:19:52

    Feature/merge two chats

  • minor bugs by lucas rg at 2020-05-11 23:14:29

  • bug in merge_chats by lucas rg at 2020-05-11 22:40:44

  • bug in merge_chats by lucas rg at 2020-05-11 22:40:22

  • Merge pull request #60 from lucasrodes/feature/merge-two-chats by Lucas Rodés-Guirao at 2020-05-11 22:22:15

    Feature/merge two chats. Closes and Fixes #59 #41

  • added df_from_multiple_txt as root method, in whatstk by lucas rg at 2020-05-11 22:13:59

  • added df_from_multiple_txt method to whatstk by lucas rg at 2020-05-11 22:13:15

  • second part previous commit by lucas rg at 2020-05-11 21:54:06

  • merging two chats, and renaming users is now possible by lucas rg at 2020-05-11 21:53:54

  • command line script updated, now accepts output file name, and specific hformat list by lucas rg at 2020-05-11 21:53:34

  • tests done by lucas rg at 2020-05-11 21:52:55

  • example tests by lucas rg at 2020-05-11 21:51:16

  • Merge pull request #58 from lucasrodes/feature/df-integration-api by Lucas Rodés-Guirao at 2020-05-10 23:26:11

    Feature/df integration api

  • bug in tests by lucas rg at 2020-05-10 23:24:00

  • update docs, dealing with #52 by lucas rg at 2020-05-10 23:15:27

  • Merge branch ‘develop’ into feature/df-integration-api by lucas rg at 2020-05-10 23:12:27

  • changin API, now supporting df when chat was the only option by lucas rg at 2020-05-10 23:11:41

  • Merge pull request #57 from lucasrodes/feature/test-examples by Lucas Rodés-Guirao at 2020-05-10 22:58:57

    Feature/test examples

  • close #56 by lucas rg at 2020-05-10 22:52:50

  • mkdir for chats by lucas rg at 2020-05-10 22:47:19

  • travis build config by lucas rg at 2020-05-10 22:38:03

  • removed scripts from ignored folders by lucas rg at 2020-05-10 22:34:11

  • created exacutable to generate chats by lucas rg at 2020-05-10 22:33:57

  • towards usage of %y instead of %Y by lucas rg at 2020-05-10 22:04:36

  • going towards %y instead of %Y by lucas rg at 2020-05-10 22:02:59

  • commented unused methods by lucas rg at 2020-05-10 22:02:33

  • bug in to_txt argument default value by lucas rg at 2020-05-10 22:02:15

  • tests updated by lucas rg at 2020-05-10 22:01:52

  • refactor of ChatGenerator. export() deprecated by lucas rg at 2020-05-10 21:29:24

  • remove export test, method deprecated by lucas rg at 2020-05-10 21:28:12

  • fixed bug with PM/AM formats by lucas rg at 2020-05-10 19:35:57

  • tests/chats not needed by lucas rg at 2020-05-10 19:34:51

  • example chat removed by lucas rg at 2020-05-10 19:34:31

  • typo in arguments by lucas rg at 2020-05-10 19:01:07

  • renaming of methos by lucas rg at 2020-05-10 18:58:52

  • new method, generate_chats_hformats to export chats to given list of hformats (defaults to all supported formats) by lucas rg at 2020-05-10 18:58:26

  • minor changes in docstrings, using %y instead of %Y. Added username as phone number by lucas rg at 2020-05-10 18:36:10

  • auto_header big refactor. most changes reside in method _extract_header_parts(). by lucas rg at 2020-05-10 18:35:31

  • added library exceptions by lucas rg at 2020-05-10 18:34:01

  • added new date codes for regex mapping. Added exception in parse_chat, when regex did not match any part of the input text by lucas rg at 2020-05-10 18:33:38

  • header support. All listed headers support auto-header by lucas rg at 2020-05-10 18:28:58

  • added new date codes in docstring from _prepare_df. Added HFormatError when hformat did not match. by lucas rg at 2020-05-10 18:28:23

  • auto_header support for 95 header formats by lucas rg at 2020-05-09 23:00:18

  • changed name of module by lucas rg at 2020-05-09 20:13:13

  • %y and %Y can be used interchangeably by lucas rg at 2020-05-09 20:13:01

  • new tests by lucas rg at 2020-05-09 19:35:21

  • chat generation by lucas rg at 2020-05-09 19:26:05

  • json with support of headers by lucas rg at 2020-05-09 18:42:56

  • module to check support of specific header format by lucas rg at 2020-05-09 18:42:42

  • new date expressions, %I for 12 h clock, %p for AM/PM, equivalent to %P by lucas rg at 2020-05-09 18:16:52

  • new lorem dependency by lucas rg at 2020-05-09 18:16:27

  • added check in to_txt and to_csv to verify file export extension by lucas rg at 2020-05-09 01:57:27

  • added tests, generator of chats refactor by lucas rg at 2020-05-09 01:46:43

  • new libraries, chat generator module by lucas rg at 2020-05-09 00:40:55

  • generation and export of random chat by lucas rg at 2020-05-09 00:05:51

  • Merge pull request #51 from lucasrodes/feature/df-from-txt by Lucas Rodés-Guirao at 2020-05-07 09:09:57

    Feature/df from txt

  • modified examples by lucas rg at 2020-05-07 09:06:47

  • new method df_from_txt by lucas rg at 2020-05-07 08:59:37

  • Merge pull request #50 from lucasrodes/hotfix/TOC by Lucas Rodés-Guirao at 2020-05-06 23:18:39

    removed useless section from readme

  • removed useless section from readme by lucas rg at 2020-05-06 23:16:25

v0.2.6

  • 12-hour format support: Full support for 12-hour WhatsApp chat headers

  • Header auto-detection: Improved header handling with auto-detection

  • Pandas compatibility: Fixed compatibility issues (argmax/argminidxmax/idxmin)

  • CI/release pipeline: Stabilized with Travis and Codecov integration

  • Documentation: Refactored README, added security notes and GUI app link

  • Testing: Added new tests and example chats

Show all commits

  • Merge pull request #49 from lucasrodes/release/0.2.6 by Lucas Rodés-Guirao at 2020-05-06 23:14:04

    Release/0.2.6

  • v0.2.6 by lucas rg at 2020-05-06 23:10:18

  • removed known issues as 12h header chats are now supported. fixed travis link in badge. Some related to #46 by lucas rg at 2020-05-06 23:09:54

  • Merge pull request #48 from lucasrodes/feature/12h-clock-header by Lucas Rodés-Guirao at 2020-05-06 23:06:02

    Feature/12h clock header

  • add tests by lucas rg at 2020-05-06 22:55:23

  • new chat examples by lucas rg at 2020-05-06 22:45:23

  • auto detect of 12h format works when format is by lucas rg at 2020-05-06 22:44:27

  • created new branch to fix 12h header format detection. Added text example file. Issue #40 by lucas rg at 2020-05-04 08:40:53

  • redundancy in “tested in python 3.7” statement by Lucas Rodés-Guirao at 2020-05-02 17:03:26

    Badges make it already clear, and actually it is also tested in python 3.8.

  • Merge pull request #43 from lucasrodes/develop by Lucas Rodés-Guirao at 2020-05-02 16:51:53

    Develop

  • readme refactor by lucas rg at 2020-05-02 16:49:33

  • readme refactor by lucas rg at 2020-05-02 16:49:00

  • readme refactor by lucas rg at 2020-05-02 16:46:00

  • new title by lucas rg at 2020-05-02 16:44:32

  • Create SECURITY.md by Lucas Rodés-Guirao at 2020-05-02 16:38:51

  • Merge pull request #42 from lucasrodes/hotfix/unlink-desktop-app by Lucas Rodés-Guirao at 2020-05-02 16:19:08

    unlink desktop app link from README

  • unlink link by lucas rg at 2020-05-02 16:15:04

  • Merge pull request #39 from lucasrodes/release/v0.2.5 by Lucas Rodés-Guirao at 2020-05-01 21:11:21

    Release/v0.2.5

  • readme by lucas rg at 2020-05-01 21:08:50

  • v0.2.5 by lucas rg at 2020-05-01 21:01:57

  • Merge pull request #38 from lucasrodes/feature/tests by Lucas Rodés-Guirao at 2020-05-01 21:00:53

    Feature/tests

  • generated new docs by lucas rg at 2020-05-01 20:43:43

  • add badge and known issues by lucas rg at 2020-05-01 20:32:49

  • fixed shape method by lucas rg at 2020-05-01 19:19:53

  • travis test by lucas rg at 2020-05-01 18:16:22

  • interventions method now returns correct index naming for option ‘hourweekday’ by lucas rg at 2020-05-01 17:34:03

  • comments on pull requests by lucas rg at 2020-05-01 16:56:34

  • travis test by lucas rg at 2020-05-01 16:25:14

  • travis test by lucas rg at 2020-05-01 16:23:22

  • requirements test by lucas rg at 2020-05-01 16:15:25

  • merge by lucas rg at 2020-05-01 16:15:01

  • testing travis by lucas rg at 2020-05-01 16:08:39

  • travis test by lucas rg at 2020-05-01 16:06:27

  • test requirements libs by lucas rg at 2020-05-01 16:02:33

  • tests scripts by lucas rg at 2020-05-01 16:02:23

  • integrating codecov in travis by lucas rg at 2020-05-01 16:01:41

  • Merge branch ‘master’ into develop by lucas rg at 2020-05-01 14:22:40

  • Merge pull request #37 from lucasrodes/hotfix/argmax-to-idxmax by Lucas Rodés-Guirao at 2020-05-01 00:12:08

    Fixed travis issues, updating to patch v0.2.4

  • v.0.2.4 by lucas rg at 2020-05-01 00:09:56

  • v0.2.3 by lucas rg at 2020-05-01 00:08:45

  • v0.2.2 by lucas rg at 2020-05-01 00:08:29

  • Merge pull request #36 from lucasrodes/hotfix/argmax-to-idxmax by Lucas Rodés-Guirao at 2020-04-30 23:59:55

    travis issues, deployment not working

  • travis issues by lucas rg at 2020-04-30 23:56:17

  • Merge pull request #35 from lucasrodes/hotfix/argmax-to-idxmax by Lucas Rodés-Guirao at 2020-04-30 23:12:59

    changed travis token

  • changed travis token by lucas rg at 2020-04-30 23:10:43

  • Merge pull request #34 from lucasrodes/hotfix/argmax-to-idxmax by Lucas Rodés-Guirao at 2020-04-30 22:48:29

    Hotfix/argmax to idxmax

  • version patch updated by lucas rg at 2020-04-30 22:44:04

  • removed 3.5 badge in readme by lucas rg at 2020-04-30 22:40:23

  • versions set in requirements by lucas rg at 2020-04-30 22:39:44

  • fixed compatibility with pandas, argmax/argmin to idxmax/idxmin by lucas rg at 2020-04-30 22:37:00

  • badges and others by lucas rg at 2020-04-30 18:17:21

  • yaml to yml by lucas rg at 2020-04-30 17:47:48

  • yaml to yml by lucas rg at 2020-04-30 17:47:41

  • Merge pull request #33 from lucasrodes/develop by Lucas Rodés-Guirao at 2020-04-29 22:05:06

    Develop

  • update minor 0.2.0 by lucas rg at 2020-04-29 21:59:55

  • Merge pull request #32 from lucasrodes/feature/tests by Lucas Rodés-Guirao at 2020-04-29 21:54:57

    Feature/tests

  • readme badges python versio update by lucas rg at 2020-04-29 21:49:26

  • travis update by lucas rg at 2020-04-29 21:46:02

  • travis by lucas rg at 2020-04-29 21:41:51

  • wip travis by lucas rg at 2020-04-29 21:38:55

  • tests integrated by lucas rg at 2020-04-29 21:28:49

  • small fix in coloring badges by lucas rg at 2020-04-29 20:44:55

  • Merge pull request #31 from lucasrodes/feature/docs by Lucas Rodés-Guirao at 2020-04-29 20:32:52

    Feature/docs

  • finished docs by lucas rg at 2020-04-29 20:18:34

  • doc making script by lucas rg at 2020-04-29 20:12:45

  • script for docs by lucas rg at 2020-04-29 20:12:06

  • script for docs by lucas rg at 2020-04-29 20:09:03

  • pydoc markdown by lucas rg at 2020-04-29 20:07:06

  • plot module by lucas rg at 2020-04-29 20:06:52

  • refactor, new hierarchy and documentation passed to Google style by lucas rg at 2020-04-29 18:50:44

  • merge by lucas rg at 2020-04-29 17:34:04

  • Merge pull request #30 from lucasrodes/feature/header-auto-detect by Lucas Rodés-Guirao at 2020-04-29 17:31:03

    Feature/header auto detect

  • readme links by lucas rg at 2020-04-29 17:28:53

  • readme by lucas rg at 2020-04-29 17:27:16

  • update readme by lucas rg at 2020-04-29 17:21:27

  • wip readme by lucas rg at 2020-04-29 16:44:19

  • ignore file update by lucas rg at 2020-04-29 16:27:56

  • smodule comment by lucas rg at 2020-04-29 16:26:30

  • Merge branch ‘master’ into develop by lucas rg at 2020-04-29 11:30:16

  • removed useless space by lucas rg at 2020-04-29 11:29:16

  • backwards compatibility by lucas rg at 2020-04-29 11:28:59

  • small typo in imports by lucas rg at 2020-04-29 11:28:49

  • interventions and WhatsAppChat objects moved to __init__ by lucas rg at 2020-04-29 11:28:21

  • readme instructions update, notes added by lucas rg at 2020-04-29 11:27:58

  • changed print to log by lucas rg at 2020-04-29 11:27:39

  • renamed whatstk.alpha to whatstk.utils by lucas rg at 2020-04-29 11:13:21

  • change for backwards compatibility by lucas rg at 2020-04-29 10:59:25

  • added header auto extraction when from_txt in WhatsAppChat object by lucas rg at 2020-04-29 10:35:02

  • Merge pull request #29 from lucasrodes/hotfix/link-to-gui-app by Lucas Rodés-Guirao at 2020-04-25 17:58:49

    changed header levels, add link to app

  • changed header levels, add link to app by lucas rg at 2020-04-25 17:53:41

  • import syntax changed by lucas rg at 2020-04-25 17:50:22

  • merge by lucas rg at 2019-06-21 19:26:23

  • regex update by lucas rg at 2019-06-21 19:24:58

v0.1.11

  • Date format support: Added support for more formats including 2-digit years

  • Visualization improvements: Weekly activity grids, response matrices, violin plots

  • SOM-based similarity: New similarity analysis features

  • PyPI packaging: Set up for installation via pip

  • Python compatibility: Support for Python 2.7 and 3.x

  • Documentation: Refreshed notebooks, docs, and examples

  • Performance: Various performance improvements

Show all commits

  • removed verbosity when creating a WhatsAppChat object by Lucas Rodes Guirao at 2019-06-18 11:21:59

  • update version by Lucas Rodes Guirao at 2019-06-17 10:07:47

  • hotfix, now library compatible with 2-digit formatted years by Lucas Rodes Guirao at 2019-06-17 10:06:55

  • update to version 0.1.8 by Lucas Rodes Guirao at 2019-06-17 09:25:00

  • added manifest-in file, required to install requirements.txt by Lucas Rodes Guirao at 2019-06-17 09:23:18

  • docstring by lucas rg at 2019-06-15 23:04:40

  • readme by lucas rg at 2019-06-15 23:02:16

  • added python version by lucas rg at 2019-06-15 22:45:28

  • version by lucas rg at 2019-06-15 22:33:37

  • updated versions by lucas rg at 2019-06-15 22:31:04

  • versioning, installation via pypi available agian by lucas rg at 2019-06-15 22:21:18

  • versioning by lucas rg at 2019-06-15 22:15:00

  • versioning by lucas rg at 2019-06-15 22:14:53

  • versioning by lucas rg at 2019-06-15 22:06:12

  • versioning by lucas rg at 2019-06-15 22:05:00

  • source installation only available by lucas rg at 2019-06-15 21:32:47

  • setup by lucas rg at 2019-06-15 21:19:55

  • versioning by lucas rg at 2019-06-15 21:03:42

  • testing CI by lucas rg at 2019-06-15 20:46:08

  • testing CI by lucas rg at 2019-06-15 20:41:55

  • removed unnecessary files by lucas rg at 2019-06-15 20:35:32

  • merge develop to master by lucas rg at 2019-06-15 20:33:08

  • versioning by lucas rg at 2019-06-15 20:31:20

  • gitignore by lucas rg at 2019-06-15 20:27:54

  • versioning bumpversion cfg file by lucas rg at 2019-06-15 20:27:41

  • gitignore by lucas rg at 2019-06-15 20:27:13

  • image example readme by lucas rg at 2019-06-15 20:23:09

  • image example readme by lucas rg at 2019-06-15 20:22:30

  • readme by lucas rg at 2019-06-15 20:21:21

  • lib docs by lucas rg at 2019-06-15 20:20:02

  • versioning files by lucas rg at 2019-06-15 19:13:50

  • travis update. integration with pypi by lucas rg at 2019-06-15 19:09:12

  • travis by lucas rg at 2019-06-15 18:23:48

  • travis by lucas rg at 2019-06-15 18:18:56

  • readme badge build by lucas rg at 2019-06-15 18:14:49

  • readme badge build by lucas rg at 2019-06-15 18:13:51

  • versioning by lucas rg at 2019-06-15 18:08:50

  • versioning by lucas rg at 2019-06-15 17:50:47

  • versioning by lucas rg at 2019-06-15 17:49:43

  • versioning by lucas rg at 2019-06-15 17:49:27

  • setup.py update classifiers by lucas rg at 2019-06-15 17:41:59

  • gitignore by lucas rg at 2019-06-15 17:36:00

  • badge formatting by lucas rg at 2019-06-15 17:33:35

  • versioning by lucas rg at 2019-06-15 17:33:06

  • delete useless file by lucas rg at 2019-06-15 17:32:38

  • versioning first steps by lucas rg at 2019-06-15 17:31:56

  • readme update by lucas rg at 2019-06-15 17:20:35

  • readme update by lucas rg at 2019-06-15 17:18:33

  • readme n stuff by lucas rg at 2019-06-15 17:16:06

  • general refactor by lucas rg at 2019-06-15 16:25:41

  • lib by lucas rg at 2019-06-15 16:22:41

  • Update README.md by Lucas Rodés-Guirao at 2018-10-10 13:38:55

  • m by lucas rg at 2018-06-01 21:02:57

  • merge by lucas rg at 2018-06-01 21:01:34

  • Merge pull request #28 from lucasrodes/revert-22-install_pip by Lucas Rodés-Guirao at 2018-06-01 19:50:03

    Revert “Prepare repository to be installed as a package via pip”

  • Revert “Prepare repository to be installed as a package via pip” by Lucas Rodés-Guirao at 2018-06-01 19:49:33

  • Merge pull request #25 from kafran/develop by Lucas Rodés-Guirao at 2018-06-01 19:49:01

    Fix regular expression

  • Merge pull request #22 from lucasrodes/install_pip by Lucas Rodés-Guirao at 2018-06-01 19:47:59

    Prepare repository to be installed as a package via pip

  • Add copyright comments to vis.py by Kolmar Kafran at 2018-04-21 18:25:06

  • Adds Pandas’s to_csv arg index. by Kolmar Kafran at 2018-04-21 18:10:52

  • Change the regexp config. Adds an internal regexp dictionary by Kolmar Kafran at 2018-04-21 18:01:34

  • Cleanup code by Kolmar Kafran at 2018-04-20 19:54:55

  • Fix regular expression by Kolmar Kafran at 2018-04-20 13:59:49

  • Merge pull request #23 from kafran/hotfix by Kolmar Kafran at 2018-04-19 11:16:02

    Hotfix - Restore the lost methods and imports

  • Restore lost methods by Kolmar Kafran at 2018-04-18 14:08:35

  • WIP Prepare repository to be installed as a package via pip by Albert Aparicio at 2018-04-15 19:22:34

  • Update README.md by Lucas Rodés-Guirao at 2018-04-11 14:59:08

  • update by lucas rg at 2018-03-22 11:39:11

  • Merge branch ‘develop’ of https://github.com/lucasrodes/whatstk into develop by lucas rg at 2018-03-22 11:35:39

  • updates by lucas rg at 2018-03-22 11:35:31

  • Update README.md by Lucas Rodés-Guirao at 2018-03-20 17:51:57

  • merge by lucas rg at 2018-03-20 17:18:25

  • fixed installation script by Lucas Rodés-Guirao at 2018-03-16 06:55:49

  • Update README.md by Lucas Rodés-Guirao at 2018-01-29 17:32:30

  • update files by lucas rg at 2018-01-29 17:26:17

  • mergin by lucas rg at 2018-01-29 17:24:21

  • update to support more formats by lucas rg at 2018-01-29 17:23:45

  • readme update by lucas rg at 2018-01-29 17:23:17

  • update by lucas rg at 2018-01-29 17:22:07

  • Update README.md by Lucas Rodés-Guirao at 2018-01-29 15:31:37

  • Update README.md by Lucas Rodés-Guirao at 2018-01-29 15:31:02

  • Update README.md by Lucas Rodés-Guirao at 2018-01-29 15:29:55

  • Update supported_headers.md by Lucas Rodés-Guirao at 2018-01-29 15:27:14

  • Update README.md by Lucas Rodés-Guirao at 2018-01-29 15:26:56

  • Update README.md by Lucas Rodés-Guirao at 2018-01-29 15:26:14

  • Update supported_headers.md by Lucas Rodés-Guirao at 2018-01-29 15:25:09

  • Rename supported_headers to supported_headers.md by Lucas Rodés-Guirao at 2018-01-29 15:22:01

  • Create supported_headers by Lucas Rodés-Guirao at 2018-01-29 15:21:47

  • Delete Wordclouds.ipynb by Lucas Rodés-Guirao at 2018-01-22 17:56:59

  • update license by lucas rg at 2018-01-17 14:29:24

  • update notebooks and installation script by lucas rg at 2018-01-17 14:28:10

  • readme by lucas rg at 2018-01-17 14:19:46

  • modify instal ldependencies script by lucas rg at 2018-01-17 14:19:15

  • update requirements by lucas rg at 2018-01-17 14:19:03

  • add readme notebook by lucas rg at 2018-01-17 14:18:51

  • notebook updates by lucas rg at 2018-01-17 14:16:20

  • reformat by lucas rg at 2018-01-17 13:12:04

  • requirements update by lucas rg at 2018-01-17 13:11:55

  • changed cmap coloring by lucas rg at 2018-01-17 13:11:40

  • update libraries by Lucas Rodes at 2017-08-27 17:35:50

  • update readme by Lucas Rodés at 2017-08-10 20:50:46

  • update readme by Lucas Rodés at 2017-08-10 20:50:18

  • changed regex expression to accept YYYY-MM-DD format by Lucas Rodes at 2017-08-07 17:52:28

  • update notebook by Lucas Rodes at 2017-08-07 17:52:07

  • minor changes by lucasrodes at 2017-08-07 11:17:53

  • Merge branch ‘develop’ of https://github.com/lucasrodes/whatstk into develop by lucasrodes at 2017-08-07 11:16:06

  • notebook showing user analytics regarding #interventions along time by lucasrodes at 2017-08-07 11:15:47

  • create code of conduct by Lucas Rodés at 2017-07-24 00:19:35

  • update by lucasrodes at 2017-07-24 00:18:40

  • notebooks update by lucasrodes at 2017-07-24 00:06:42

  • readme update by lucasrodes at 2017-07-24 00:00:47

  • removed files by lucasrodes at 2017-07-23 23:59:54

  • readme update by lucasrodes at 2017-07-23 23:50:29

  • parser by lucasrodes at 2017-07-23 23:48:11

  • .gitignore by lucasrodes at 2017-07-23 23:47:50

  • update readme by lucasrodes at 2017-07-23 23:47:03

  • refactored notebooks by lucasrodes at 2017-07-23 23:40:00

  • new submodule utils by lucasrodes at 2017-07-23 23:39:44

  • readme update by lucasrodes at 2017-07-23 23:39:19

  • updated dependencies by lucasrodes at 2017-07-23 23:39:07

  • README by Lucas Rodes at 2017-07-23 22:28:49

  • restructured dependencies installation by Lucas Rodes at 2017-07-23 22:28:12

  • notebook to use RNN to learn style from user by Lucas RG at 2017-07-16 17:06:24

  • RNN class to train an rnn by Lucas RG at 2017-07-16 16:50:15

  • rename + refactoring by Lucas RG at 2017-07-16 16:40:42

  • added requirement file to install the libraries required for the notebook tutorials by ¨lucasrodes@users.noreply.github.com¨ at 2017-04-25 21:52:23

  • Merge pull request #16 from lucasrodes/feature/weekly-activity by Lucas Rodés at 2017-04-25 19:46:22

    Feature/weekly activity

  • update by ¨lucasrodes@users.noreply.github.com¨ at 2017-04-25 19:45:25

  • readme notebook by LilKdl at 2017-03-22 19:23:21

  • New functionality: weekhour grid of the activity of the chat. Added a tutorial by LilKdl at 2017-03-22 19:22:23

  • gitignore by LilKdl at 2017-03-22 17:17:18

  • Merge pull request #15 from lucasrodes/develop by Lucas Rodés at 2017-03-21 00:40:15

    delete web content

  • delete web content by LilKdl at 2017-03-21 00:38:46

  • ordering by LilKdl at 2017-03-21 00:38:07

  • Merge pull request #14 from lucasrodes/develop by Lucas Rodés at 2017-03-21 00:35:13

    web

  • web by LilKdl at 2017-03-21 00:34:00

  • Set theme jekyll-theme-cayman by Lucas Rodés at 2017-03-21 00:31:49

  • Merge pull request #13 from lucasrodes/develop by Lucas Rodés at 2017-03-21 00:30:41

    Develop

  • remove by Lucas Rodés at 2017-03-21 00:29:47

  • ugeneral formatting update by LilKdl at 2017-03-21 00:27:37

  • readme by LilKdl at 2017-03-21 00:26:27

  • Set theme jekyll-theme-cayman by Lucas Rodés at 2017-03-21 00:19:19

  • bug fixed similarity map by LilKdl at 2017-03-20 18:52:58

  • organization, readme update by LilKdl at 2017-03-19 23:39:01

  • merge with feature/visualization by LilKdl at 2017-03-17 00:34:15

  • visualization module by LilKdl at 2017-03-17 00:31:41

  • modified matrix response method by LilKdl at 2017-03-17 00:31:29

  • updated tutorial with visualization tools by LilKdl at 2017-03-17 00:31:00

  • user response matrix functionality + tutorial how-to use it by LilKdl at 2017-03-16 23:33:43

  • readme of notebooks by LilKdl at 2017-03-16 23:32:12

  • added response matrix functionality, added tutorial showing how-to use it by LilKdl at 2017-03-16 23:31:11

  • merging by LilKdl at 2017-03-16 19:34:32

  • time efficiency by LilKdl at 2017-03-16 19:32:21

  • updated tutorial by LilKdl at 2017-03-16 19:32:06

  • time efficiency by LilKdl at 2017-03-16 18:45:01

  • working on time efficiency by LilKdl at 2017-03-16 18:04:43

  • added csv parser and pandas parser by LilKdl at 2017-03-16 17:39:09

  • Merge pull request #12 from lucasrodes/develop by Lucas Rodés at 2017-03-16 01:49:07

    Develop

  • readme, removed unnecessary prints from wparser.py, slightly modified notebook on SOM by LilKdl at 2017-03-16 01:47:59

  • readme by LilKdl at 2017-03-16 01:42:21

  • Merge pull request #8 from lucasrodes/develop by Lucas Rodés at 2017-03-16 01:25:00

    Develop

  • Merge branch ‘master’ into develop by Lucas Rodés at 2017-03-16 01:24:52

  • readme by LilKdl at 2017-03-16 01:23:42

  • Updated regex to function with other chat formats + added function to externally set the regex of a WhatsAppChat object by LilKdl at 2017-03-16 01:22:46

  • removed setup file by LilKdl at 2017-03-16 01:21:52

  • Added some basic guideline to run the notebooks and install jupyter by LilKdl at 2017-03-16 01:21:38

  • updated gitignore by LilKdl at 2017-03-16 01:21:11

  • prepared sections to be finished by LilKdl at 2017-03-16 00:22:16

  • organization readmes by LilKdl at 2017-03-16 00:19:24

  • organization by LilKdl at 2017-03-16 00:09:34

  • added instruction files by LilKdl at 2017-03-16 00:05:14

  • unnecessary library imported removed by LilKdl at 2017-03-15 23:23:12

  • readme by LilKdl at 2017-03-15 23:22:53

  • modified requirements to minimum requirements by LilKdl at 2017-03-15 23:22:45

  • readme by LilKdl at 2017-03-15 22:47:52

  • readme by LilKdl at 2017-03-15 22:45:31

  • Readme by Lucas Rodés at 2017-03-14 02:46:46

  • Readme by Lucas Rodés at 2017-03-14 02:46:11

  • Readme by Lucas Rodés at 2017-03-14 02:45:41

  • Readme by Lucas Rodés at 2017-03-14 02:45:03

  • Readme by Lucas Rodés at 2017-03-14 02:44:37

  • Merge pull request #6 from lucasrodes/develop by Lucas Rodés at 2017-03-14 02:38:05

    Develop

  • Merge branch ‘master’ into develop by Lucas Rodés at 2017-03-14 02:37:27

  • update setup venv for jupyter by LilKdl at 2017-03-13 20:33:17

  • remove trash files by LilKdl at 2017-03-13 20:31:08

  • fixed bug in tutorial SOM by LilKdl at 2017-03-13 20:14:44

  • readme by LilKdl at 2017-03-13 20:14:29

  • Sample chat added by LilKdl at 2017-03-13 20:14:02

  • tutorial for SOM by LilKdl at 2017-03-13 20:13:07

  • Modified main, added tutorial for SOM by LilKdl at 2017-03-13 20:11:03

  • setup venv in jupyter by LilKdl at 2017-03-13 19:15:49

  • setup venv in jupyter by LilKdl at 2017-03-13 19:14:54

  • kernel setup in jupyter guide by LilKdl at 2017-03-13 19:14:10

  • kernel setup in jupyter guide by LilKdl at 2017-03-13 19:13:01

  • kernel setup in jupyter guide by LilKdl at 2017-03-13 19:12:38

  • kernel setup in jupyter guide by LilKdl at 2017-03-13 19:09:43

  • kernel setup in jupyter guide by LilKdl at 2017-03-13 19:09:01

  • updated SOM by LilKdl at 2017-03-13 15:51:53

  • readme by LilKdl at 2017-03-12 22:53:31

  • readme by LilKdl at 2017-03-12 22:52:43

  • some minimum updated to test the script by LilKdl at 2017-03-12 22:51:51

  • readme by LilKdl at 2017-03-12 22:51:17

  • brief bug by LilKdl at 2017-03-12 21:29:03

  • update readme by LilKdl at 2017-03-12 21:27:51

  • first version of SOM implemented using line, circle and 2d Grid by LilKdl at 2017-03-12 21:25:18

  • First tests with self-organizing-map to detect similar users based on #interactions per day by LilKdl at 2017-03-12 04:52:49

  • improved performance by LilKdl at 2017-03-12 01:14:16

  • improved performance by LilKdl at 2017-03-12 01:13:47

  • readme by Lucas Rodés at 2017-03-11 15:33:02

  • update readme by Lucas Rodés at 2017-03-11 15:32:20

  • organization by LilKdl at 2017-03-08 16:21:11

  • Merge pull request #5 from lucasrodes/develop by Lucas Rodés at 2017-03-08 16:19:30

    readme

  • readme by LilKdl at 2017-03-08 16:18:13

  • readme by LilKdl at 2017-03-08 16:17:51

  • Merge pull request #4 from lucasrodes/develop by Lucas Rodés at 2017-03-08 16:06:07

    Develop

  • Merge branch ‘master’ into develop by Lucas Rodés at 2017-03-08 16:05:59

  • reformat main by LilKdl at 2017-03-08 16:02:43

  • renamed files, reorganized modules in library fashion by LilKdl at 2017-03-08 16:00:55

  • deleted duplkicated files by LilKdl at 2017-03-08 15:56:26

  • reorganized by LilKdl at 2017-03-08 15:55:31

  • readme by LilKdl at 2017-03-08 15:34:57

  • readme by LilKdl at 2017-03-08 15:32:58

  • readme by LilKdl at 2017-03-08 15:32:32

  • readme by LilKdl at 2017-03-08 15:31:21

  • readme by LilKdl at 2017-03-08 15:28:53

  • added some information in brief summary section by LilKdl at 2017-03-08 15:13:04

  • removed some non used command lines by LilKdl at 2017-03-08 15:05:10

  • commented non-used commands by LilKdl at 2017-03-08 15:04:34

  • added brief summary information section by LilKdl at 2017-03-08 15:02:22

  • update main by LilKdl at 2017-03-08 15:01:50

  • ‘Merge’ README from develop by LilKdl at 2017-03-08 14:59:45

  • updated readme by LilKdl at 2017-03-08 14:57:53

  • update format by LilKdl at 2017-03-08 14:55:04

  • readme by Lucas Rodés at 2017-03-08 14:53:21

  • update readme by Lucas Rodés at 2017-03-08 14:53:02

  • Merge pull request #3 from lucasrodes/develop by Lucas Rodés at 2017-03-08 03:08:21

    Develop

  • Added some documentation to the functions by LilKdl at 2017-03-08 03:06:02

  • Re-organized the readme file by LilKdl at 2017-03-08 03:05:47

  • updated README by LilKdl at 2017-03-08 02:25:14

  • updated README by LilKdl at 2017-03-08 02:24:49

  • updated README by LilKdl at 2017-03-08 02:24:27

  • updated README by LilKdl at 2017-03-08 02:23:52

  • updated README by LilKdl at 2017-03-08 02:19:27

  • updated README by LilKdl at 2017-03-08 02:18:15

  • updated README by LilKdl at 2017-03-08 02:16:13

  • Date is now a list of integers instead of list of strings. Parser works for 12h clock and for dates also showing the seconds by LilKdl at 2017-03-08 02:13:32

  • update readme by LilKdl at 2017-03-07 23:05:48

  • added names to copyright by LilKdl at 2017-01-14 16:15:13

  • updated README, fixed some bugs in chatformat by LilKdl at 2017-01-14 16:14:18

  • updated README, fixed some bugs in chatformat by LilKdl at 2017-01-14 16:13:27

  • Update License notice in README to 2017 by Albert Aparicio at 2017-01-09 07:56:00

  • Further specify dependencies in README. Add some TODO’s by Albert Aparicio at 2017-01-09 07:53:44

  • todo: rawformat is very unstable by LilKdl at 2017-01-05 20:44:52

  • added try/catch to LaTeX mode plotting by LilKdl at 2016-12-16 14:10:08

  • Merge branch ‘migrate_python3’ into develop by Albert Aparicio at 2016-12-06 13:37:54

  • Adapt chatformat to Python3 by Albert Aparicio at 2016-12-06 13:36:50

    The code is now compatible with both v2.7 and v3.5

  • Reformat chatplot.py by Albert Aparicio at 2016-12-06 10:01:28

  • Merge branch ‘master’ into develop by Albert Aparicio at 2016-12-06 09:50:53

  • Add license text and virtualenv recommendation to README by Albert Aparicio at 2016-12-06 09:50:32

  • Reformat code and adapt print statements to Python 3.x by Albert Aparicio at 2016-12-06 09:48:44

    The reformat has been done by PyCharm’s function “Reformat code”. Mostly the changes have been a substitution of tabs by sets of spaces

  • Merge branch ‘master’ into develop by Albert Aparicio at 2016-12-06 09:29:59

  • Add .gitignore file to the project by Albert Aparicio at 2016-12-06 09:29:18

  • minnor issues by LilKdl at 2016-12-06 02:54:18

  • added violin plot by LilKdl at 2016-12-06 02:16:15

  • removed chatanalytics.py by LilKdl at 2016-12-06 01:18:41

  • chatanalytics.py by LilKdl at 2016-12-06 01:17:13

  • update structure by LilKdl at 2016-12-06 00:59:05

  • Merge pull request #1 from lucasrodes/aapa_dev by Lucas Rodés at 2016-12-05 23:09:54

    Create a license file

  • Create a license file by Albert Aparicio Isarn at 2016-12-05 23:04:34

    I have chosen the GNU GPL v3 license because it ensures this project’s freedom and of all its derivatives

  • update by LilKdl at 2016-12-05 22:23:52

  • readme and main updated by LilKdl at 2016-12-05 21:08:52

  • Fixed a bug for different date formats by LilKdl at 2016-12-05 19:03:26

  • readme by LilKdl at 2016-12-05 18:08:04

  • Plots a scatter matrix with number of interventions per day of all users withing a chat by LilKdl at 2016-12-05 18:07:21

  • added dependencies by LilKdl at 2016-12-05 17:06:24

  • instructions on file.in by LilKdl at 2016-12-05 16:46:13

  • Correctly giving the number of interventions per day by LilKdl at 2016-12-05 16:37:44

  • update by LilKdl at 2016-12-05 16:01:44

  • readme by LilKdl at 2016-12-05 13:48:31

  • obtention of the usernames in the group by LilKdl at 2016-12-05 13:46:34

  • first draft by LilKdl at 2016-12-05 11:45:14

  • readme by LilKdl at 2016-12-05 00:46:22

  • first commit by LilKdl at 2016-12-05 00:44:51