Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V0.1 #128

Merged
merged 136 commits into from
Sep 29, 2020
Merged

V0.1 #128

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
136 commits
Select commit Hold shift + click to select a range
3fb488c
setup v0.1
Sep 18, 2020
8db3ca0
rm \n in comments
Sep 18, 2020
0739290
QuickStart added for docs.scenarios
Sep 21, 2020
d93905b
experiment result of citi bike update to 1-month version
Sep 21, 2020
870a4b3
V0.1 issues installation (#38)
ArthurJiang Sep 21, 2020
a50085d
notebook link added for scenarios
Sep 21, 2020
9aed86e
fix: add missing licenses, refine long lines (#36)
romickid Sep 21, 2020
36baa90
scenario notebook update (#39)
Jinyu-W Sep 21, 2020
f9fdb06
scenario doc modified according to comments
Sep 22, 2020
f90b861
doc correction
Sep 22, 2020
1c1f571
scenario doc modified according to comments
Sep 22, 2020
59d148a
merge with v0.1
Sep 22, 2020
fc8f4a1
remove examples
Sep 22, 2020
a30d5d4
rl toolkit refactoring (#42)
ArthurJiang Sep 22, 2020
5efc96d
fix issue during building playground images (#44)
kaiqli Sep 22, 2020
67e7271
citibike doc modified according to comments
Sep 22, 2020
1420f6d
citibike doc update
Sep 22, 2020
cefc787
scenario experiment result table changed
Sep 22, 2020
e6ca9ad
Merge branch 'v0.1' into v0.1_docs_scenario
Sep 22, 2020
4b1537b
Merge branch 'v0.1' into v0.1_doc_correction
Sep 22, 2020
61a14b2
Merge pull request #40 from microsoft/v0.1_doc_correction
Jinyu-W Sep 22, 2020
6d4fab9
annotate the empty experiment results
Sep 22, 2020
7a945a5
Merge branch 'v0.1' into v0.1_docs_scenario
Sep 22, 2020
6041a04
Merge pull request #37 from microsoft/v0.1_docs_scenario
Jinyu-W Sep 22, 2020
dc7d24c
merge master into v0.1 for later merging (#47)
chaosddp Sep 22, 2020
24e9a5e
Merge branch 'master' into v0.1
ArthurJiang Sep 22, 2020
07a232c
Merge branch 'master' into v0.1
Sep 22, 2020
181526f
refine readme
Sep 22, 2020
ba91712
Merge branch 'master' into v0.1
Sep 22, 2020
4dd87ac
fix: recursive copy instead of plain copy (#45)
romickid Sep 22, 2020
e68ddb9
update maro overall image
Sep 22, 2020
6ada59f
Merge branch 'v0.1' of https://github.com/microsoft/maro into v0.1
Sep 22, 2020
75736df
typo
Sep 22, 2020
47f5d62
add key components
Sep 22, 2020
3d5065f
fix deployment issue in multi envs (#49)
zhawan Sep 22, 2020
a651bb8
typo
Sep 22, 2020
36e6cfa
refine introduction
Sep 22, 2020
ebc8618
fix typo
Sep 22, 2020
8637a68
Merge branch 'master' into v0.1
Sep 22, 2020
5ecb207
fix readme
Sep 22, 2020
7fbeae7
Merge branch 'master' into v0.1
ArthurJiang Sep 22, 2020
5131133
refine readme
Sep 22, 2020
5a2bd1a
Merge branch 'v0.1' of https://github.com/microsoft/maro into v0.1
Sep 22, 2020
4911874
refine readme
Sep 22, 2020
aa682dc
Merge branch 'master' into v0.1
ArthurJiang Sep 22, 2020
f2ad3e9
update readme docs link
Sep 22, 2020
f2b811f
fix ~/.maro not exist issue in build (#52)
zhawan Sep 22, 2020
4be8c8f
refine logo
Sep 22, 2020
1586d35
fix toctree
Sep 22, 2020
0737f5a
fix & feat: invalid filename & maro grass status (#51)
romickid Sep 22, 2020
fca949c
refine
Sep 22, 2020
b714a15
refine
Sep 22, 2020
6257882
Merge branch 'v0.1' of https://github.com/microsoft/maro into v0.1
Sep 22, 2020
33641ce
Merge branch 'master' into v0.1
ArthurJiang Sep 22, 2020
ef485fa
V0.1 test store update (#58)
ysqyang Sep 23, 2020
1a5da08
rename ecr 2 cim (#62)
chaosddp Sep 23, 2020
79c5a7e
V0.1 rename to cim in example (#63)
ysqyang Sep 23, 2020
4e0c8ef
fix ut issue under window, now all runpass (#64)
chaosddp Sep 23, 2020
41296bc
V0.1 ecr rename (#65)
Jinyu-W Sep 23, 2020
9e921dd
temporarily disable weather, fix station id issue (#66)
zhawan Sep 23, 2020
9065110
V0.1 ecr rename (#67)
Jinyu-W Sep 23, 2020
823c8b4
change the keys in metrics (#68)
chaosddp Sep 23, 2020
c90ee62
update setup
Sep 23, 2020
0541786
Merge branch 'master' into v0.1
Sep 23, 2020
c52ab3a
Update build_wheel.yml
ArthurJiang Sep 23, 2020
84b10ab
Update build_wheel.yml
ArthurJiang Sep 23, 2020
9084b66
Update build_wheel.yml
ArthurJiang Sep 23, 2020
db0091f
Update build_wheel.yml
ArthurJiang Sep 23, 2020
030c4e7
rm install from PyPi
Sep 23, 2020
0a8699c
Merge branch 'master' into v0.1
Sep 23, 2020
8f94f4b
V0.1 cim nb (#70)
ysqyang Sep 23, 2020
b33786c
the font size of doc diagrams is enlarged (#73)
Jinyu-W Sep 23, 2020
fdaa133
str() and repr() of DecisionEvent and Action added; notebook output u…
Jinyu-W Sep 23, 2020
cf75a87
Update deploy_gh_pages.yml
ArthurJiang Sep 23, 2020
dd952c5
fix docker build
Sep 23, 2020
ac05707
V0.1 feature docker ci (#77)
ArthurJiang Sep 23, 2020
0e4c9ff
Merge branch 'master' into v0.1
ArthurJiang Sep 23, 2020
9c4ac56
update playground docs
Sep 23, 2020
79c1dbf
fixed a key error in K-step shaper for CIM (#80)
ysqyang Sep 24, 2020
cbff9fd
V0.1 baseline results (#81)
Jinyu-W Sep 24, 2020
c099e8e
duplicated notebook removed
Sep 24, 2020
5ea38f7
update distributed example (#69)
kaiqli Sep 24, 2020
7ba08c1
repalce title with caps
Sep 24, 2020
73d7379
Merge branch 'v0.1' of github.com:microsoft/maro into v0.1
Sep 24, 2020
78a6662
add test and build badge (#76)
chaosddp Sep 24, 2020
7a7dfda
Merge branch 'master' into v0.1
ArthurJiang Sep 24, 2020
7b0c7a8
V0.1 k step key error fix (#84)
ysqyang Sep 24, 2020
bad607e
Merge branch 'master' into v0.1
ArthurJiang Sep 24, 2020
a553cd3
fixed unpicklable bug in k step shaper (#87)
ysqyang Sep 24, 2020
16ff2a0
Merge branch 'master' into v0.1
Sep 24, 2020
7b7ff3c
Update and rename unittests.yml to test.yml
ArthurJiang Sep 24, 2020
272e748
Merge branch 'v0.1' of github.com:microsoft/maro into v0.1
Sep 24, 2020
03a405a
code block format update
Sep 24, 2020
b78a393
Merge branch 'v0.1' of github.com:microsoft/maro into v0.1
Sep 24, 2020
4bcfafc
removed sentence above title (#90)
ysqyang Sep 24, 2020
66b8c28
cim results update * 20 (#88)
Jinyu-W Sep 24, 2020
b44bf60
V0.1 import bug fix in example (#86)
ysqyang Sep 24, 2020
06459ce
updated citibike resposition number column
Sep 24, 2020
210d9cd
Merge remote-tracking branch 'origin/v0.1' into v0.1_update_citibike_…
Sep 24, 2020
871afd0
fixed table formatiing
Sep 24, 2020
c79bf83
Merge pull request #92 from microsoft/v0.1_update_citibike_baseline_r…
Jinyu-W Sep 24, 2020
4df12ef
Merge branch 'master' into v0.1
Sep 24, 2020
3c7af94
Update setup.py
ArthurJiang Sep 25, 2020
e45a452
Merge branch 'master' into v0.1
Sep 25, 2020
58b832f
Merge branch 'master' into v0.1
Sep 25, 2020
e0365dd
fix pypi meta
Sep 25, 2020
d09e74c
refine doc string
Sep 25, 2020
f78f4a0
fix classifier
Sep 25, 2020
e8afe7f
fix pypi homepage
Sep 25, 2020
c2835b4
update badge
Sep 25, 2020
eb47295
Merge branch 'master' into v0.1
ArthurJiang Sep 25, 2020
c82cba2
Merge branch 'master' into v0.1
Sep 25, 2020
e68c7bc
V0.1 bug cli (#71)
romickid Sep 25, 2020
56b557f
enable weather data (#96)
zhawan Sep 25, 2020
ee9efbb
add badges for scenarios and platforms (#100)
chaosddp Sep 25, 2020
bc29c8c
update badges
Sep 25, 2020
ab32e4c
update static badges
Sep 25, 2020
ca6d518
Merge branch 'master' into v0.1
ArthurJiang Sep 25, 2020
7bf4a99
fix
Sep 25, 2020
2800877
Merge branch 'v0.1' of github.com:microsoft/maro into v0.1
Sep 25, 2020
de48ba8
Merge branch 'master' into v0.1
Sep 25, 2020
545a4b5
changed default logging levels (#98)
ysqyang Sep 27, 2020
69d928f
V0.1 citibike notebook bug (#94)
ysqyang Sep 27, 2020
a48d01b
Merge branch 'master' into v0.1
Sep 27, 2020
91237a0
update github workflow, add quality action (#111)
ArthurJiang Sep 28, 2020
4356a12
delete proxy useless parameter (#114)
kaiqli Sep 28, 2020
6aaab21
add badge for quality
Sep 28, 2020
0ad9e5b
Merge branch 'v0.1' of github.com:microsoft/maro into v0.1
Sep 28, 2020
6a88b45
add flake8 config and requirement (#117)
chaosddp Sep 28, 2020
4ed091b
Merge branch 'master' into v0.1
Sep 28, 2020
bd06036
fix readthedoc build issue
Sep 28, 2020
633f112
Merge branch 'master' into v0.1
Sep 28, 2020
e3ccc0b
update doc
Sep 28, 2020
748390c
Merge master to v0.1 (#127)
Jinyu-W Sep 29, 2020
720e8e7
Merge branch 'master' into v0.1
Sep 29, 2020
959d15c
rm unused requirements, add coverage badge
Sep 29, 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
46 changes: 0 additions & 46 deletions .github/workflows/coverage.yml

This file was deleted.

1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
[![Commits](https://img.shields.io/github/commits-since/microsoft/maro/latest/master)](https://github.com/microsoft/maro/commits/master)
[![Quality](https://github.com/microsoft/maro/workflows/quality/badge.svg?branch=master)](https://github.com/microsoft/maro/actions?query=workflow%3Aquality)
[![Lint](https://github.com/microsoft/maro/workflows/lint/badge.svg)](https://github.com/microsoft/maro/actions?query=workflow%3Alint)
[![Coverage](https://img.shields.io/codecov/c/github/microsoft/maro)](https://codecov.io/gh/microsoft/maro)
[![Downloads](https://img.shields.io/pypi/dm/pymaro)](https://pypi.org/project/pymaro/#files)
[![Docker Pulls](https://img.shields.io/docker/pulls/arthursjiang/maro)](https://hub.docker.com/repository/docker/arthursjiang/maro)

Expand Down
19 changes: 0 additions & 19 deletions tests/requirements.txt

This file was deleted.