Skip to content
Merged
Changes from all commits
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
897e2b6
fix deployment issue in multi envs
zhawan Sep 22, 2020
79a9954
fix typo
zhawan Sep 22, 2020
09cd441
Merge remote-tracking branch 'upstream/v0.1' into v0.1
zhawan Sep 22, 2020
d9e117a
fix ~/.maro not exist issue in build
zhawan Sep 22, 2020
b94ff95
skip deploy when build
zhawan Sep 22, 2020
d0c94f4
update for comments
zhawan Sep 22, 2020
f371cf2
Merge remote-tracking branch 'upstream/v0.1' into v0.1
zhawan Sep 23, 2020
30c0b9c
Merge remote-tracking branch 'upstream/v0.1' into v0.1
zhawan Sep 23, 2020
1366871
temporarily disable weather info
zhawan Sep 23, 2020
afdb600
replace ecr with cim in setup.py
zhawan Sep 23, 2020
5f6dd92
replace ecr in manifest
zhawan Sep 23, 2020
92b31c0
remove weather check when read data
zhawan Sep 23, 2020
aa8567c
fix station id issue
zhawan Sep 23, 2020
829429c
Merge remote-tracking branch 'upstream/v0.1' into v0.1
zhawan Sep 23, 2020
12d59ac
fix format
zhawan Sep 23, 2020
b65ddad
Merge remote-tracking branch 'upstream/v0.1' into v0.1
zhawan Sep 23, 2020
e2d4d43
add TODO in comments
zhawan Sep 23, 2020
e728f13
Merge remote-tracking branch 'upstream/v0.1' into v0.1
zhawan Sep 23, 2020
d8f14b2
Merge remote-tracking branch 'upstream/v0.1' into v0.1
zhawan Sep 24, 2020
ed8b68b
Merge remote-tracking branch 'upstream/v0.1' into v0.1
zhawan Sep 24, 2020
8f53aee
Merge remote-tracking branch 'upstream/v0.1' into v0.1
zhawan Sep 24, 2020
5bee6ae
add noaa weather source
zhawan Sep 24, 2020
ee5badd
Merge remote-tracking branch 'upstream/v0.1' into v0.1
zhawan Sep 24, 2020
8b2d918
fix weather reset and weather comment
zhawan Sep 24, 2020
b33d755
add comment for weather data url
zhawan Sep 25, 2020
c60112a
Merge remote-tracking branch 'upstream/v0.1' into v0.1
zhawan Sep 25, 2020
6bf4243
some format update
zhawan Sep 25, 2020
b5fcf7b
Merge remote-tracking branch 'upstream/v0.1' into v0.1
zhawan Sep 27, 2020
c8c4c6f
add fall back function in weather download
zhawan Sep 27, 2020
b06a920
Merge remote-tracking branch 'upstream/v0.1' into v0.1
zhawan Sep 28, 2020
1eb330c
update comment
zhawan Sep 28, 2020
f832ca4
update for comments
zhawan Sep 30, 2020
fe58f36
update comment
zhawan Sep 30, 2020
c43f4af
Merge remote-tracking branch 'upstream/v0.1' into v0.1
zhawan Sep 30, 2020
2aaa305
add period
zhawan Sep 30, 2020
1875393
fix for pylint
zhawan Sep 30, 2020
6a65e3c
update for pylint check
zhawan Sep 30, 2020
b2c874d
Merge remote-tracking branch 'upstream/v0.1' into v0.1
zhawan Sep 30, 2020
5bba512
Merge remote-tracking branch 'upstream/v0.1' into v0.1
zhawan Oct 10, 2020
d5b851b
update data pipeline docs and data version
zhawan Oct 16, 2020
1594b23
Merge remote-tracking branch 'upstream/v0.1' into v0.1
zhawan Oct 16, 2020
97b7501
update for comments
zhawan Oct 19, 2020
152a484
Merge remote-tracking branch 'upstream/v0.1' into v0.1
zhawan Oct 19, 2020
fac0844
update for comments
zhawan Oct 19, 2020
56a3396
update for lint
zhawan Oct 20, 2020
999979f
update for lint
zhawan Oct 20, 2020
6fa22e8
update for lint
zhawan Oct 20, 2020
03d2150
Merge remote-tracking branch 'upstream/v0.1' into v0.1
zhawan Oct 20, 2020
3bad1e7
Merge remote-tracking branch 'upstream/v0.1' into v0.1
zhawan Oct 21, 2020
89f108c
revert data version to 0.1
zhawan Oct 21, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion maro/__misc__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

__version__ = "0.1.1a11"

__data_version__ = "0.2"
__data_version__ = "0.1"