Commit Graph

22 Commits

Author SHA1 Message Date
EugeneTorap 3a34c7ff7c
chore: Bump to Python3.10 (#24112)
Co-authored-by: Maxime Beauchemin <maximebeauchemin@gmail.com>
2024-04-02 09:47:58 -07:00
Maxime Beauchemin 56a6660c16
chore: 2nd try - simplify python dependencies (#27505) 2024-03-18 18:39:41 -07:00
Sebastian Liebscher e3719a1b07
feat: bump to Python3.9 (#23890)
Co-authored-by: EugeneTorap <evgenykrutpro@gmail.com>
2023-05-10 20:21:56 +03:00
EugeneTorap d881c5df30
chore: Support Python 3.11 (#22217) 2022-12-03 09:25:11 +02:00
EugeneTorap 76d6a9af91
chore: Support Python 3.10 and bump pandas 1.4 and pyarrow 6 (#21002)
* Bump pandas 1.4 and pyarrow 6

* Use engine="pyarrow" for pd.read_csv()

* Refactoring

* Refactoring

* Refactoring

* Use bytes in pd.read_json()

* Fix test_contribution

* Fix pandas issue when 'arrays' are empty but 'names' contain values

* fix: ValueError: For argument "ascending" expected type bool, received type NoneType.

* Remove engine="pyarrow" and convert bytes to string

* make copy of selected df to fix regression

* Simplify pd.read_json() and pd.read_csv() for example data

Co-authored-by: Ville Brofeldt <ville.brofeldt@apple.com>
2022-08-17 10:36:36 -03:00
Hugh A. Miles II 94e8fd3b35
update makefile with reports and alerts (#21102) 2022-08-16 20:51:49 -04:00
Hugh A. Miles II 3a11856ecb
Update Makefile (#20922) 2022-08-01 14:06:58 -04:00
John Bodley e3e03d202d
chore: Deprecate Python 3.7 (#19017)
* chore: Deprecate Python 3.7 and add support for Python 3.10

* Update local-backend.mdx

* Update UPDATING.md

Co-authored-by: John Bodley <john.bodley@airbnb.com>
2022-03-15 06:29:18 +13:00
AAfghahi 7728db7410
important change to MakeFile (#18037) 2022-01-14 10:22:30 -05:00
Hugh A. Miles II 215ee08a47
feat: Update makefile with frontend build (#17734)
* Update Makefile

* vibess
2021-12-14 12:46:57 -05:00
Hugh A. Miles II fb1bc6c9c3
Update Makefile (#17480) 2021-11-18 17:33:01 -05:00
Hugh A. Miles II 7b68002eb1
fix: create-admin command in Makefile (#17471)
* update make file

* Update Makefile
2021-11-18 15:52:30 -05:00
Ville Brofeldt 82601abe17
feat: upgrade docker image to py38 and add support for py39 (#16889)
* feat: upgrade docker image to py38 and add support for py39

* update required tests
2021-10-05 11:35:14 +03:00
Hugh A. Miles II 77ae2e1826
allow users to set port for cypress runs (#16533) 2021-09-22 11:24:56 -04:00
Hugh A. Miles II c0e9006eb7
feat: add activate command (#16404)
* add activate command

* Update Makefile

* fix linting

* fix
2021-08-24 10:45:40 -07:00
Hugh A. Miles II ea803c3d1c
feat: Add new dev commands to Makefile (#16327)
* updating makefile

* Update Makefile
2021-08-20 12:31:21 -04:00
Yongjie Zhao 32d2aa0c40
feat: run extra query on QueryObject and add compare operator for post_processing (#15279)
* rebase master and resolve conflicts

* pylint to makefile

* fix crash when pivot operator

* fix comments

* add precision argument

* query test

* wip

* fix ut

* rename

* set time_offsets to cache key

wip

* refactor get_df_payload

wip

* extra query cache

* cache ut

* normalize df

* fix timeoffset

* fix ut

* make cache key logging sense

* resolve conflicts

* backend follow up iteration 1

wip

* rolling window type

* rebase master

* py lint and minor follow ups

* pylintrc
2021-07-28 22:34:39 +08:00
Beto Dealmeida 42a1061bfa
fix: small fixes for Makefile (#15670) 2021-07-13 15:45:23 -07:00
Hugh A. Miles II dbebaf219b
feat: Add `make update` cmd (#14652)
* setup of makefile

* lit

* update makefile
2021-05-20 13:39:00 -04:00
Hugh A. Miles II 76a06a78da
use pre-commit instead (#14581) 2021-05-12 16:16:18 -04:00
Hugh A. Miles II 96289e93d7
feat: add `make format` command (#14491)
* Update Makefile

* fix makefile
2021-05-06 11:16:49 -04:00
Hugh A. Miles II 01de3096b3
chore: starter make file (#13970)
* starter make file

* yea

* update docs

* lit

* remove venv from comamnds

* venv
2021-04-22 17:54:12 -04:00