33 Commits

Author SHA1 Message Date
Miguel Sozinho Ramalho
e9b7680263 migrate gh artifact actions to v4 (#20)
* migrate gh artifact actions to v4

from migration guide no breaking changes apply here.

* updates pipfile.lock dependency versions

* updates CI due to pytest issue see https://github.com/scipy/scipy/issues/22236

* bump to python 3.12

* revert to py3.10
2025-01-09 15:47:27 +00:00
msramalho
de4d4689b9 Bump version to v0.4.1 for release v0.4.1 2022-09-27 14:49:17 +01:00
msramalho
484d3cb02c adds: tests for csv 2022-09-27 14:49:04 +01:00
msramalho
65366816fa updates readme with release info 2022-09-27 14:43:05 +01:00
msramalho
de91354867 Bump version to v0.4.0 for release v0.4.0 2022-09-27 14:41:48 +01:00
Kashyap Maheshwari
e9a7519168 Add new output format: csv with cluster info (#18)
Co-authored-by: msramalho <19508417+msramalho@users.noreply.github.com>
2022-09-27 14:39:50 +01:00
msramalho
dc7e12642e adds dev pipenv instructions 2022-09-27 13:59:49 +01:00
msramalho
93c51d7a80 closes #17 2022-09-27 13:58:17 +01:00
msramalho
f77d1d9d62 closes #17 2022-09-27 13:58:00 +01:00
Felix Spöttel
99e844c6ce fix: compatibility with python < 3.8 (#16)
* ci: run tests in python 3.7 as well
2022-07-07 10:21:21 +02:00
msramalho
ff094a1d3e fix: unused import, protected keyword use 2022-07-05 16:36:54 +02:00
Felix Spöttel
926aaf73d6 Bump version to v0.3.0 for release v0.3.0 2022-07-04 16:43:48 +02:00
Felix Spöttel
6a5cb3c3c3 feat: optional kepler.gl integration (#12) 2022-07-04 16:22:27 +02:00
Felix Spöttel
d252c6b8f3 test: add test suite (#7)
* add pre-commit hook
* improve logging of inconsistent data
2022-07-04 13:54:07 +02:00
Felix Spöttel
1c5d0f649e docs: update cli documentation 2022-07-01 19:18:06 +02:00
Felix Spöttel
6ed01417c3 docs: update install section 2022-07-01 18:57:40 +02:00
Felix Spöttel
3cc3c30e03 Bump version to v0.2.1 for release v0.2.1 2022-07-01 18:52:00 +02:00
Felix Spöttel
c9d36c6bf3 feat: print success output 2022-07-01 18:51:25 +02:00
Felix Spöttel
62da0806c7 fix: debug prints 2022-07-01 18:48:17 +02:00
Felix Spöttel
8657bd73ec Bump version to v0.2.0 for release v0.2.0 2022-07-01 18:15:07 +02:00
Felix Spöttel
e633665813 chore: update license 2022-07-01 18:12:00 +02:00
Felix Spöttel
cff5256d06 feat: add --debug flag, improve logging & help
closes #9
2022-07-01 17:53:09 +02:00
Felix Spöttel
4dfa08bbbc feat: add --open flag (#11)
closes #5
2022-07-01 17:08:53 +02:00
Felix Spöttel
eaa4022b70 ci: use pipfile.lock as cache key 2022-07-01 17:05:43 +02:00
Felix Spöttel
1cb5541baa chore: remove clustering print 2022-07-01 17:04:56 +02:00
Felix Spöttel
b40074317c feat: extend kepler.gl color range
closes #10
2022-07-01 17:04:33 +02:00
Miguel Sozinho Ramalho
f1053953ba feat: auto-deploy to pypi (#8) 2022-07-01 15:23:50 +01:00
Felix Spöttel
f55782d0da fix: update setup.py entry_points to use __main__ 2022-06-30 14:16:48 +02:00
msramalho
4b0b659adf fix: run black 2022-06-30 13:53:48 +02:00
msramalho
a8acf389ef fix: missing assignment in NaN replace 2022-06-30 13:48:58 +02:00
Miguel Sozinho Ramalho
729c2e49bf feat: fixes after testing with noisier data (#2)
* print a warning to console when invalid coordinates are present in dataset.
* rename cli to __main__ to allow calling as a python module
* move data validation to `io` module
2022-06-30 13:18:39 +02:00
Felix Spöttel
50f8a872e6 feat: prototype 2022-06-30 13:18:39 +02:00
Felix Spöttel
60e2ff68cc root commit 2022-06-29 18:14:10 +02:00