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

Release v0.9.0 #484

Merged
merged 229 commits into from
Nov 29, 2016
Merged

Release v0.9.0 #484

merged 229 commits into from
Nov 29, 2016

Commits on Sep 30, 2016

  1. Fix bug when only support AVX 2 (#150)

    In some situation, for instance, in the virtual machine, it could happen.
    gangliao authored and reyoung committed Sep 30, 2016
    Configuration menu
    Copy the full SHA
    3ca5df0 View commit details
    Browse the repository at this point in the history
  2. add scripts to build ubuntu install package. (#132)

    * also refine install docs, too
    reyoung authored and gangliao committed Sep 30, 2016
    Configuration menu
    Copy the full SHA
    0276f15 View commit details
    Browse the repository at this point in the history
  3. some bug fix for sparse matrix (#133)

    * some bug fix for sparse matrix
    
    * a minor bug fix
    hedaoyuan authored and qingqing01 committed Sep 30, 2016
    Configuration menu
    Copy the full SHA
    b52039b View commit details
    Browse the repository at this point in the history
  4. Update build docs (#149)

    * Add automatic check AVX in CMake
    
    * Add indent in FindAVX.cmake
    
    * Revise table format and some words in build docs
    
    * Update build docs
    
    * Update build docs
    gangliao authored and qingqing01 committed Sep 30, 2016
    Configuration menu
    Copy the full SHA
    2a0a539 View commit details
    Browse the repository at this point in the history
  5. [DOC CHANGE] Rerange Build docs & emphasize them in README.md (#151)

    * Rerange Build docs & emphasize them in README.md
    
    * Rerange Build docs & emphasize them in README.md
    reyoung authored and gangliao committed Sep 30, 2016
    Configuration menu
    Copy the full SHA
    b221509 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2016

  1. Update Readme (#153)

    * Update Readme
    
    * Update readme
    
    * Update readme
    gangliao authored and qingqing01 committed Oct 1, 2016
    Configuration menu
    Copy the full SHA
    29c16e2 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2016

  1. Fix CUDA_VERSION Comparsion (#165)

    gangliao authored and reyoung committed Oct 8, 2016
    Configuration menu
    Copy the full SHA
    d8e2874 View commit details
    Browse the repository at this point in the history
  2. Update readme (#155)

    * Update readme
    
    * Apache 2.0
    gangliao authored and reyoung committed Oct 8, 2016
    Configuration menu
    Copy the full SHA
    1c09e9d View commit details
    Browse the repository at this point in the history
  3. add interface and test of RecurrentGradientMachine (#156)

    * add interface and unittest of RecurrentGradientMachine for the function of multiple Subsequence inlinks with unequal token length
    Zrachel authored and luotao1 committed Oct 8, 2016
    Configuration menu
    Copy the full SHA
    1c2ebe4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    db38043 View commit details
    Browse the repository at this point in the history
  5. Support MAC OS Sierra (#169)

    gangliao authored and reyoung committed Oct 8, 2016
    Configuration menu
    Copy the full SHA
    0ab3322 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2016

  1. Configuration menu
    Copy the full SHA
    8a044d2 View commit details
    Browse the repository at this point in the history
  2. support rectangle padding, stride, window and input for PoolProjection (

    #115)
    
    * support rectangle padding, stride, window and input for PoolProjection
    
    * Follow comments.
    1. Remove start
    2. refine img_pool_a/b.conf for test_NetworkCompare
    3. Split unit test
    
    * Modify the test in img_layers.py
    qingqing01 authored and hedaoyuan committed Oct 9, 2016
    Configuration menu
    Copy the full SHA
    191fafe View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2016

  1. Use C++ 11 atomic_flag in MacOS as spin lock (#175)

    * Use C++ 11 atomic_flag in MacOS as spin lock
    * Add unittest for it.
    gangliao authored and reyoung committed Oct 10, 2016
    Configuration menu
    Copy the full SHA
    9e11ca8 View commit details
    Browse the repository at this point in the history
  2. Read git sha1 when building Paddle, and add it to PADDLE_VERSION macro

    * save the model file including git sha1
    QiJune authored and reyoung committed Oct 10, 2016
    Configuration menu
    Copy the full SHA
    86bb5ef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    199a6a4 View commit details
    Browse the repository at this point in the history
  4. Should not compile the two files if -DWITH_AVX=OFF. (#163)

    * If cmake -DWITH_AVX=OFF during configuration, should not compile the file src/hl_math.cc and src/hl_avx_functions.cc.
    bombhero authored and reyoung committed Oct 10, 2016
    Configuration menu
    Copy the full SHA
    9f244e4 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2016

  1. Add travis for osx (#189)

    reyoung authored and gangliao committed Oct 11, 2016
    Configuration menu
    Copy the full SHA
    3edc420 View commit details
    Browse the repository at this point in the history
  2. set MKL search path with intel64 (#188)

    backyes authored and reyoung committed Oct 11, 2016
    Configuration menu
    Copy the full SHA
    6f0d634 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2016

  1. Mnist demo (#162)

    * added mnist demo
    
    * modified .gitignore for .project files
    
    * normalize pixel in mnist_provider.py and set use_gpu=0
    wangyang59 authored and reyoung committed Oct 12, 2016
    Configuration menu
    Copy the full SHA
    e26f220 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2016

  1. add interface and unittest for nce layer (#180)

    * add interface and unittest for nce layer
    
    * follow comments
    luotao1 authored and qingqing01 committed Oct 13, 2016
    Configuration menu
    Copy the full SHA
    43f7d7b View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2016

  1. Merge internal changes (#198)

    * fix DataProvider create function args bug
    
    Change-Id: I9e3a1c535c805bf30204a14aea8d5143ff534784
    
    * remove PserverForPython.h which is not used
    
    Change-Id: I2b27f1f3c11a42766a92fc689f0f5f1f73ee1d70
    
    * add internal document script
    
    Change-Id: Ia0fec79456caea0b271f9903cc13e8a3d32e0774
    reyoung authored and luotao1 committed Oct 14, 2016
    Configuration menu
    Copy the full SHA
    c2d418d View commit details
    Browse the repository at this point in the history
  2. hierarchical rnn document, add new config example (#106)

    * hierarchical rnn document, add new config example
    
    * update inputs_type of label
    
    * add check for unsupported config
    
    * refine hierarchical document
    
    * refine doc title
    
    * update docs, fix paddle to PaddlePaddle
    
    * follow comments
    luotao1 authored and emailweixu committed Oct 14, 2016
    Configuration menu
    Copy the full SHA
    cebdb66 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    91df606 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2016

  1. remove redundant HPPL_TYPE_DOUBLE (#200)

    gangliao authored and reyoung committed Oct 15, 2016
    Configuration menu
    Copy the full SHA
    c13bdb1 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2016

  1. Configuration menu
    Copy the full SHA
    6d21ece View commit details
    Browse the repository at this point in the history
  2. remove unmerged internal documents (#205)

    luotao1 authored and reyoung committed Oct 17, 2016
    Configuration menu
    Copy the full SHA
    4e43a59 View commit details
    Browse the repository at this point in the history
  3. Add FAQ (#128)

    * Init commit for doing FAQ
    
    * Add speed up training
    
    * Add graphviz to ci
    
    * Add shared paramter
    
    * Tiny refine
    reyoung committed Oct 17, 2016
    Configuration menu
    Copy the full SHA
    e4952ca View commit details
    Browse the repository at this point in the history
  4. Fix bug in yield dictionary in DataProvider. (#197)

    * Fix bug in yield dictionary in DataProvider.
    * Also make virtualenv work in Paddle.
    reyoung authored and emailweixu committed Oct 17, 2016
    Configuration menu
    Copy the full SHA
    2f82d72 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b22e50e View commit details
    Browse the repository at this point in the history
  6. Fix sparse training for trainer_count=1 (#204)

    * Fix sparse training for trainer_count=1
    
    For trainer_count=1, the gradient machine is NeuralNetwork, which does not create parameter buf for PARAMETER_GRADIENT for sparse update in Parameter::enableType. But gradient parameter buf is still used in SgdThreadUpdater.
    
    * Minor update to comment
    emailweixu authored and reyoung committed Oct 17, 2016
    Configuration menu
    Copy the full SHA
    28bc05b View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2016

  1. Supplement doc for RNN (#214)

    Zrachel authored and luotao1 committed Oct 18, 2016
    Configuration menu
    Copy the full SHA
    45280a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    58f896c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6bef839 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2016

  1. Fix install_docker.rst and data_sources file open mode

    * Follow #223
    * Fix #222
    reyoung authored and emailweixu committed Oct 19, 2016
    Configuration menu
    Copy the full SHA
    76fb74d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1f57bf View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2016

  1. Configuration menu
    Copy the full SHA
    e387cdb View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2016

  1. add missing layer_attr (#234)

    luotao1 committed Oct 24, 2016
    Configuration menu
    Copy the full SHA
    ac383dd View commit details
    Browse the repository at this point in the history
  2. fix build bug in gcc46 (#236)

    luotao1 committed Oct 24, 2016
    Configuration menu
    Copy the full SHA
    e20ff3b View commit details
    Browse the repository at this point in the history
  3. error in doc of quick_start (#228)

    * fix error in doc of quick_start
    * There are some warning when execute preprocess.sh
    wen-bo-yang authored and luotao1 committed Oct 24, 2016
    Configuration menu
    Copy the full SHA
    e83950b View commit details
    Browse the repository at this point in the history
  4. add maxout layer, including interface and unittest (#229)

    * add maxout layer, including interface and unittest
    
    * follow maxout comments
    
    * auto setting channels
    
    * fix unittest bug in test_RecurrentGradientMachine
    luotao1 authored and qingqing01 committed Oct 24, 2016
    Configuration menu
    Copy the full SHA
    3dd8c9b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    652b834 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    07b2e5d View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2016

  1. FIx check type unmatch in MaxOutLayer (#242)

    Compiled failed on gcc 4.6
    gangliao authored and luotao1 committed Oct 25, 2016
    Configuration menu
    Copy the full SHA
    9c5c38f View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2016

  1. Sequence tagging demo (#225)

    emailweixu authored and qingqing01 committed Oct 26, 2016
    Configuration menu
    Copy the full SHA
    d6944de View commit details
    Browse the repository at this point in the history
  2. Update contribute_to_paddle.md (#248)

    emailweixu authored and luotao1 committed Oct 26, 2016
    Configuration menu
    Copy the full SHA
    d1d52bb View commit details
    Browse the repository at this point in the history
  3. add input sparse data check for sparse layer at runtime (#247)

    * add input sparse data check for sparse layer at runtime,
    to avoid invalid data access at pserver end while doing prefetch
    
    * remote sparse design support binary sparse and float saprse both
    backyes authored and reyoung committed Oct 26, 2016
    Configuration menu
    Copy the full SHA
    46bd5f5 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2016

  1. Python trainer api (#193)

    * Python trainer API and demo
    
    * Adding missing PaddleAPIPrivate.h
    
    * Adding api_train.sh
    
    * More comments
    
    * Bump up patch version to 0b3
    emailweixu authored and reyoung committed Oct 27, 2016
    Configuration menu
    Copy the full SHA
    cbe734b View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2016

  1. Change contribute to paddle to fit new branching model (#275)

    * Change contribute to paddle to fit new branching model
    reyoung authored and backyes committed Oct 28, 2016
    Configuration menu
    Copy the full SHA
    45dca19 View commit details
    Browse the repository at this point in the history
  2. set test_period default value to 0 (#279)

    backyes authored and reyoung committed Oct 28, 2016
    Configuration menu
    Copy the full SHA
    0e1a22d View commit details
    Browse the repository at this point in the history
  3. Make Paddle --save_dir support a directory name (#277)

    * Also fix #243
    luotao1 authored and reyoung committed Oct 28, 2016
    Configuration menu
    Copy the full SHA
    ca5a5ec View commit details
    Browse the repository at this point in the history
  4. fix interface bug of block_expand_layer and add unittest (#265)

    * fix interface bug of block_expand_layer and add unittest
    
    * auto compute num_channels
    
    * default value of num_channels is None
    
    * adjust input order of block_expand
    luotao1 authored and qingqing01 committed Oct 28, 2016
    Configuration menu
    Copy the full SHA
    fc9ca53 View commit details
    Browse the repository at this point in the history
  5. Support empty Param Block in ParameterSever (#244)

    * Because in cluster maybe use a lot machine to train a model, and some parameter size could be too small for ParameterServer. Then some of pservers could not have any ParamBlock.
    * Also, because ports_num or ports_num_for_sparse is too large, then give a warning in runtime.
    backyes authored and reyoung committed Oct 28, 2016
    Configuration menu
    Copy the full SHA
    fa24cbd View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2016

  1. Configuration menu
    Copy the full SHA
    ddfff3a View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2016

  1. Configuration menu
    Copy the full SHA
    fd4eeaf View commit details
    Browse the repository at this point in the history
  2. fix type unmatch on gcc

    gangliao committed Oct 30, 2016
    Configuration menu
    Copy the full SHA
    460320a View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2016

  1. Configuration menu
    Copy the full SHA
    212d339 View commit details
    Browse the repository at this point in the history
  2. Add default cuda system path (#192)

    * DYLD_LIBRARY_PATH is disable after Mac OS X 10.11
    * fix clang + gpu compile error on Mac OS
    * fix some words and errors in build docs
    gangliao authored and reyoung committed Oct 31, 2016
    Configuration menu
    Copy the full SHA
    6467c38 View commit details
    Browse the repository at this point in the history
  3. Add glog header path to include (#295)

    backyes authored and reyoung committed Oct 31, 2016
    Configuration menu
    Copy the full SHA
    12945b2 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2016

  1. Configuration menu
    Copy the full SHA
    cdac60f View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2016

  1. Add job=time in trainer, refine cudnn_conv to reduce gpu memory and s…

    …peed up training. (#218)
    
    * Add benchmark for PaddlePaddle, tensorflow and caffe
    
    * ConvProjection to reduce memory for goolenet
    
    * Add unit test for ConvProjection.
    1. unit test in test_LayerGrad.
    2. compare the ConvPorjection and CudnnConvLayer, also compare the concat_layer+img_conv_layer and concat_layer_conv_projection.
    
    * Reduce cudnn_conv memory and add benchmark document.
    1. Use TmpMatrix as the workspace in cudnn_conv to reduce gpu memory. It reduce lots of memory.
    2. Add benchmark document.
    3. fix smallnet_mnist_cifar.py in paddle.
    
    * Add job=time and refine cudnn_conv to reduce gpu memroy and speed up
    
    * Refine cudnn_conv and shared biases operation in concat_layer and mixed_layer.
    
    * follow comments
    
    * follow comments
    
    * Use unique_ptr to prevent memory leaks in CudnnConvLayer.
    qingqing01 committed Nov 2, 2016
    Configuration menu
    Copy the full SHA
    45c81a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7180b42 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fcf177f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    766a61c View commit details
    Browse the repository at this point in the history
  5. Add How to build docs (#312)

    reyoung authored and gangliao committed Nov 2, 2016
    Configuration menu
    Copy the full SHA
    ee028bb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5acf136 View commit details
    Browse the repository at this point in the history
  7. Fix a bug in testOnePeriod. (#322)

    * Forget to finishTestPeriod in testOnePeriod.
    * Fix #318
    reyoung authored and emailweixu committed Nov 2, 2016
    Configuration menu
    Copy the full SHA
    968464c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d412a5e View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2016

  1. Configuration menu
    Copy the full SHA
    b282caf View commit details
    Browse the repository at this point in the history
  2. install the right python package version (#326)

    For multiple installation of paddle, there might be multiple versions of python package at opt/paddle/share/wheels/. We should install the right version.
    Ideally, we should remove the wrong versions when install. But it's not easy to do this with cmake.
    
    Change-Id: Ida8a8d60643ad9e42cf1c85776de9122d5ba1392
    emailweixu authored and reyoung committed Nov 3, 2016
    Configuration menu
    Copy the full SHA
    9f9b4af View commit details
    Browse the repository at this point in the history
  3. Add matrix inverse (#240)

    * Add matrix inverse
    lzhao4ever authored and emailweixu committed Nov 3, 2016
    Configuration menu
    Copy the full SHA
    5f2059d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1de75c0 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2016

  1. install the right python package version (#340)

    For multiple installation of paddle, there might be multiple versions of python package at opt/paddle/share/wheels/. We should install the right version.
    Ideally, we should remove the wrong versions when install. But it's not easy to do this with cmake.
    
    Change-Id: Ida8a8d60643ad9e42cf1c85776de9122d5ba1392
    emailweixu authored and reyoung committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    f6f80b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed83a1d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3424a4c View commit details
    Browse the repository at this point in the history
  4. Fix glog check type unmatch in Util.cpp (#353)

    * Fix glog check type unmatch in Util.cpp
    
    #352
    gangliao committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    33004ec View commit details
    Browse the repository at this point in the history
  5. Add code coverage and coveralls (#296)

    gangliao authored and reyoung committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    3e2dc77 View commit details
    Browse the repository at this point in the history
  6. Add Issue template to guide user submit good issue (#354)

    * Add issue template
    
    * Update ISSUE_TEMPLATE.md
    
    * Update ISSUE_TEMPLATE.md
    
    * Rename
    
    * Rename
    
    * Typo
    
    * Typo
    
    * Typo
    
    * Typo
    
    * Follow comments
    
    * Follow comments
    reyoung authored and luotao1 committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    568d9cf View commit details
    Browse the repository at this point in the history
  7. Add elementwise math operations (#343)

    * Add elementwise math operations
    This allows use to use expressions like: y=log(1+exp(x))
    Also added unittests for ActivationFunction
    * Enforce keyword arguments for non-positional arguments
    * Add LogActivation to doc
    emailweixu authored and luotao1 committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    6c3a678 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2016

  1. include mkl_lapacke.h (#359)

    lzhao4ever authored and emailweixu committed Nov 5, 2016
    Configuration menu
    Copy the full SHA
    36bda94 View commit details
    Browse the repository at this point in the history
  2. Update ISSUE_TEMPLATE.md (#357)

    gangliao authored and reyoung committed Nov 5, 2016
    Configuration menu
    Copy the full SHA
    8ff9aa3 View commit details
    Browse the repository at this point in the history
  3. add rdma cmake support (#284)

    * add rdma cmake support
    
    * move rdma related code to rdma.cmake
    backyes authored and reyoung committed Nov 5, 2016
    Configuration menu
    Copy the full SHA
    744dba4 View commit details
    Browse the repository at this point in the history
  4. using find_package for swig (#334)

    backyes authored and reyoung committed Nov 5, 2016
    Configuration menu
    Copy the full SHA
    93e4d0c View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2016

  1. Use diff to compare config unittest (#363)

    Fix #342
    wen-bo-yang authored and reyoung committed Nov 7, 2016
    Configuration menu
    Copy the full SHA
    c64cd6f View commit details
    Browse the repository at this point in the history
  2. Fix SRL hang when exit. (#291)

    * Fix SRL hang when exit.
    
    * Error occurred when enable Async Load in TestDataProvider.
      * It because DataProvider is calling getNextBatchInternal in one thread, and destructing DataProvider in other thread.
      * Add wait routine in DataProvider destructing.
    * Also fix another bug, when destructing TestDataProvider and do not read any test data.
    
    Fix #286
    
    * Follow comments, Use mutex is cool!
    reyoung authored and hedaoyuan committed Nov 7, 2016
    Configuration menu
    Copy the full SHA
    e05f4ff View commit details
    Browse the repository at this point in the history
  3. Follow comments

    gangliao committed Nov 7, 2016
    Configuration menu
    Copy the full SHA
    5734880 View commit details
    Browse the repository at this point in the history
  4. Fix conflict

    gangliao committed Nov 7, 2016
    Configuration menu
    Copy the full SHA
    bd38fac View commit details
    Browse the repository at this point in the history
  5. Add img_size for unit test

    gangliao committed Nov 7, 2016
    Configuration menu
    Copy the full SHA
    45b8c47 View commit details
    Browse the repository at this point in the history
  6. Fix bilinear interp bug

    gangliao committed Nov 7, 2016
    Configuration menu
    Copy the full SHA
    d373c10 View commit details
    Browse the repository at this point in the history
  7. revert flags.cmake

    gangliao committed Nov 7, 2016
    Configuration menu
    Copy the full SHA
    6e12482 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    724d6dd View commit details
    Browse the repository at this point in the history
  9. Follow comments

    gangliao committed Nov 7, 2016
    Configuration menu
    Copy the full SHA
    91a4064 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f9849ac View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e802471 View commit details
    Browse the repository at this point in the history
  12. Fix conflict

    gangliao committed Nov 7, 2016
    Configuration menu
    Copy the full SHA
    5a1e7db View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4905751 View commit details
    Browse the repository at this point in the history
  14. Add SumCost

    This allows user to implement any type of cost by summing over the output of non-cost layers.
    
    Change-Id: Ic55aaabbf0c1299e70b8e48a0effcc91f8f5bd29
    xuwei06 committed Nov 7, 2016
    Configuration menu
    Copy the full SHA
    ebad8e5 View commit details
    Browse the repository at this point in the history
  15. Add sum_cost to document

    And rebase
    
    Change-Id: I7ea234b3aa8fc70675af15d91db08242c43fb5ff
    xuwei06 committed Nov 7, 2016
    Configuration menu
    Copy the full SHA
    38764bf View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2016

  1. Remove Mac OS X build docs (#386)

    Currently, Paddle on Mac OS X is not deliberate testing through the different versions of  Mac OS X and Clang.
    When all these things that we've done, we will reopen Mac build docs.
    gangliao committed Nov 8, 2016
    Configuration menu
    Copy the full SHA
    2e1d968 View commit details
    Browse the repository at this point in the history
  2. add python wrap for sppLayer

    QiJune committed Nov 8, 2016
    Configuration menu
    Copy the full SHA
    5ece5c9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    098e7ca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8b5cb29 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a275fe9 View commit details
    Browse the repository at this point in the history
  6. Fix macOS quick start preprocess script. (#390)

    * Use `gshuf` instead of `shuf` in macOS
    * Fix #388
    reyoung authored and qingqing01 committed Nov 8, 2016
    Configuration menu
    Copy the full SHA
    56b23d1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a07da94 View commit details
    Browse the repository at this point in the history
  8. py_paddle link zlib(#393)

    backyes authored and reyoung committed Nov 8, 2016
    Configuration menu
    Copy the full SHA
    f06f4df View commit details
    Browse the repository at this point in the history
  9. fix merge conflict

    QiJune committed Nov 8, 2016
    Configuration menu
    Copy the full SHA
    db569f2 View commit details
    Browse the repository at this point in the history
  10. enable swig unittest in travis-ci (#394)

    * Init
    
    * Add numpy deps
    
    * Refine
    reyoung authored and gangliao committed Nov 8, 2016
    Configuration menu
    Copy the full SHA
    57bc623 View commit details
    Browse the repository at this point in the history
  11. fix some nvcc compile options (#392)

    hedaoyuan authored and gangliao committed Nov 8, 2016
    Configuration menu
    Copy the full SHA
    125c19a View commit details
    Browse the repository at this point in the history
  12. Follow comments

    gangliao committed Nov 8, 2016
    Configuration menu
    Copy the full SHA
    db17575 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    cc04a7d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    65af9f9 View commit details
    Browse the repository at this point in the history
  15. Fix minior bug

    * add patch does not trigger travis ci
    gangliao committed Nov 8, 2016
    Configuration menu
    Copy the full SHA
    7f6e9ac View commit details
    Browse the repository at this point in the history
  16. follow comments

    QiJune committed Nov 8, 2016
    Configuration menu
    Copy the full SHA
    e2c0713 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    3553576 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    0c7ac3d View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    bdc9d10 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    70e0468 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2016

  1. Make matrix well-conditioned when unittest inverse

    Liang Zhao committed Nov 9, 2016
    Configuration menu
    Copy the full SHA
    8c40bfd View commit details
    Browse the repository at this point in the history
  2. Implement setDiag() with BaseMatrix::assign()

    Liang Zhao committed Nov 9, 2016
    Configuration menu
    Copy the full SHA
    992ac8f View commit details
    Browse the repository at this point in the history
  3. Follow comments

    gangliao committed Nov 9, 2016
    Configuration menu
    Copy the full SHA
    bc2b521 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fd94e6a View commit details
    Browse the repository at this point in the history
  5. follow comments

    QiJune committed Nov 9, 2016
    Configuration menu
    Copy the full SHA
    eaf3dec View commit details
    Browse the repository at this point in the history
  6. Update FindAVX.cmake (#404)

    * make AVX_FOUND is default value to WITH AVX
    * let AVX_FLAG always keep -mavx flag since compiler can build binary with -mavx even CPU does not support avx.
    gangliao committed Nov 9, 2016
    Configuration menu
    Copy the full SHA
    14ba68f View commit details
    Browse the repository at this point in the history
  7. some tiny fixs (#406)

    * some tiny fixs
    
    * use VLOG(3)
    luotao1 authored and gangliao committed Nov 9, 2016
    Configuration menu
    Copy the full SHA
    e6c83f4 View commit details
    Browse the repository at this point in the history
  8. [Work in Progress] Update cluster_train.md (#391)

    Update cluster_train.md for easier understanding
    wangkuiyi authored and backyes committed Nov 9, 2016
    Configuration menu
    Copy the full SHA
    bd50f93 View commit details
    Browse the repository at this point in the history
  9. Fix memory leak in image classification demo, which is caused by data…

    …provider (#323)
    
    * the memory leak is inside one pass.
    qingqing01 authored and reyoung committed Nov 9, 2016
    Configuration menu
    Copy the full SHA
    05204af View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0519cc6 View commit details
    Browse the repository at this point in the history
  11. Update

    gangliao committed Nov 9, 2016
    Configuration menu
    Copy the full SHA
    93dc44c View commit details
    Browse the repository at this point in the history
  12. Delelte old protostr

    gangliao committed Nov 9, 2016
    Configuration menu
    Copy the full SHA
    4dada9c View commit details
    Browse the repository at this point in the history
  13. Follow comments

    gangliao committed Nov 9, 2016
    Configuration menu
    Copy the full SHA
    c8091ad View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    dfbde28 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    f173341 View commit details
    Browse the repository at this point in the history
  16. Update

    gangliao committed Nov 9, 2016
    Configuration menu
    Copy the full SHA
    1c9f6f7 View commit details
    Browse the repository at this point in the history
  17. Fix a bug

    gangliao committed Nov 9, 2016
    Configuration menu
    Copy the full SHA
    65b8bb2 View commit details
    Browse the repository at this point in the history
  18. initial take on deconv layers

    wangyang59 committed Nov 9, 2016
    Configuration menu
    Copy the full SHA
    5c88f07 View commit details
    Browse the repository at this point in the history
  19. added convTrans test and python components

    wangyang59 committed Nov 9, 2016
    Configuration menu
    Copy the full SHA
    70e4473 View commit details
    Browse the repository at this point in the history
  20. added more test on convTrans layer and comments

    wangyang59 committed Nov 9, 2016
    Configuration menu
    Copy the full SHA
    bda259b View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    aa2cd2c View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    2575b74 View commit details
    Browse the repository at this point in the history
  23. fixed a bug in refactoring ExpandConv/TransLayer

    wangyang59 committed Nov 9, 2016
    Configuration menu
    Copy the full SHA
    e68b50a View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    5fff96f View commit details
    Browse the repository at this point in the history
  25. Revised deconv implementations according to luotao1

    wangyang59 committed Nov 9, 2016
    Configuration menu
    Copy the full SHA
    5e4cc24 View commit details
    Browse the repository at this point in the history
  26. rebase deconv implementation with develop branch and resolve conflict…

    …s with pull#218 commit 45c81a4
    wangyang59 committed Nov 9, 2016
    Configuration menu
    Copy the full SHA
    3d72e94 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    fb20187 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    d116b17 View commit details
    Browse the repository at this point in the history
  29. deconv implementation mionr changes in ConvBaseLayer.cpp and config_p…

    …arser.py
    wangyang59 committed Nov 9, 2016
    Configuration menu
    Copy the full SHA
    7a322df View commit details
    Browse the repository at this point in the history
  30. minor changes on deconv per luotao1 comments

    wangyang59 committed Nov 9, 2016
    Configuration menu
    Copy the full SHA
    03f4b1d View commit details
    Browse the repository at this point in the history
  31. Refactored imageSize in ConvBaseLayer to MathUtil

    wangyang59 committed Nov 9, 2016
    Configuration menu
    Copy the full SHA
    53e1629 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    4491209 View commit details
    Browse the repository at this point in the history
  33. minor changes on deconv implementation and add protostr test for deco…

    …nv layer
    wangyang59 committed Nov 9, 2016
    Configuration menu
    Copy the full SHA
    af7a50c View commit details
    Browse the repository at this point in the history
  34. fixed a bug in parse_conv in config_parser.py

    wangyang59 committed Nov 9, 2016
    Configuration menu
    Copy the full SHA
    1c58e27 View commit details
    Browse the repository at this point in the history
  35. Merge pull request #383 from lzhao4ever/fix_matrix_inverse

    Fix matrix inverse  unittest to be more robust
    emailweixu committed Nov 9, 2016
    Configuration menu
    Copy the full SHA
    5ccf84a View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2016

  1. Configuration menu
    Copy the full SHA
    9ff0db3 View commit details
    Browse the repository at this point in the history
  2. set mixedlayer output size according to input operator (#414)

    * set mixedlayer output size according to input operator
    * change from num_channel to num_channels for conv_operator (the old one is
    really misleading because all the others are num_channels)
    
    * also changed the arg name in projections.py
    Haonan authored and emailweixu committed Nov 10, 2016
    Configuration menu
    Copy the full SHA
    8d4c453 View commit details
    Browse the repository at this point in the history
  3. change the act.name for LinearActivation() to "linear" so that it won't

    fail in hl_activetype; also fix the hasinputsset in submodel
    Haonan committed Nov 10, 2016
    Configuration menu
    Copy the full SHA
    880774d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    61444d9 View commit details
    Browse the repository at this point in the history
  5. Revise code

    gangliao committed Nov 10, 2016
    Configuration menu
    Copy the full SHA
    f27ff4d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a45e6c9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cfc965d View commit details
    Browse the repository at this point in the history
  8. Merge pull request #287 from gangliao/bilinear

    Add bilinear interpolation layer
    gangliao committed Nov 10, 2016
    Configuration menu
    Copy the full SHA
    8295eb9 View commit details
    Browse the repository at this point in the history
  9. fix merge conflicts

    QiJune committed Nov 10, 2016
    Configuration menu
    Copy the full SHA
    9dd588b View commit details
    Browse the repository at this point in the history
  10. Add checkout name for Dockerfile

    * Because in dockerhub, we cannot set the `docker build `running
      directory, we could only use `git clone` command to get the latest
      code if we put `Dockerfile` in subdirectory
    
    * But the `git clone` will checkout the default branch only, so here
      we add a `ENV` in Dockerfile to checkout special branch or tag in
      git repo. We could change it to `V0.9.0` tag when it release.
    reyoung committed Nov 10, 2016
    Configuration menu
    Copy the full SHA
    64b7561 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2016

  1. '*' operator overload for LayerOutput

    Making '*' support the multiplication between a scalar and LayerOutput
    
    Also changing '+' to support adding between a vector and a scalar.
    
    Change-Id: I7daf35590dc2b2f855a29d9ef43ac57979442e0f
    xuwei06 committed Nov 11, 2016
    Configuration menu
    Copy the full SHA
    36fa251 View commit details
    Browse the repository at this point in the history
  2. change hlactivetype instead of act.name

    Haonan committed Nov 11, 2016
    Configuration menu
    Copy the full SHA
    45f6e1a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #429 from emailweixu/math_mul

    '*' operator overload for LayerOutput
    Haonan committed Nov 11, 2016
    Configuration menu
    Copy the full SHA
    a276684 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #360 from emailweixu/sum_cost

    Add SumCost
    luotao1 committed Nov 11, 2016
    Configuration menu
    Copy the full SHA
    eb3bf9e View commit details
    Browse the repository at this point in the history
  5. Merge pull request #416 from yu239/hl_activetype

    change the act.name for LinearActivation() to "linear" so that it won't fail in hl_activetype; also fix the hasinputsset in submodel
    Haonan committed Nov 11, 2016
    Configuration menu
    Copy the full SHA
    ebb153b View commit details
    Browse the repository at this point in the history
  6. fix bug in sum_cost

    luotao1 committed Nov 11, 2016
    Configuration menu
    Copy the full SHA
    aa560db View commit details
    Browse the repository at this point in the history
  7. Merge pull request #433 from luotao1/bug

    Fix previous ci error.
    reyoung committed Nov 11, 2016
    Configuration menu
    Copy the full SHA
    c8da3f4 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #300 from QiJune/feature/sppnet

    add SpatialPyramidPoolLayer c++ support
    luotao1 committed Nov 11, 2016
    Configuration menu
    Copy the full SHA
    ca0bb40 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    62c5389 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b3bcc52 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #437 from QiJune/feature/sppnet

    fix test_layerHelpers unittest error
    reyoung committed Nov 11, 2016
    Configuration menu
    Copy the full SHA
    3fc338a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    33b8164 View commit details
    Browse the repository at this point in the history
  13. Merge branch 'develop' of github.com:baidu/Paddle into feature/fix_py…

    …dataprovider_multiple_obj_bugs
    reyoung committed Nov 11, 2016
    Configuration menu
    Copy the full SHA
    ae7452f View commit details
    Browse the repository at this point in the history
  14. Merge branch 'develop' of github.com:baidu/Paddle into feature/fix_py…

    …dataprovider_multiple_obj_bugs
    reyoung committed Nov 11, 2016
    Configuration menu
    Copy the full SHA
    afba3a2 View commit details
    Browse the repository at this point in the history
  15. Add unittest for split datasource

    * Fix #436
    reyoung committed Nov 11, 2016
    Configuration menu
    Copy the full SHA
    4607d51 View commit details
    Browse the repository at this point in the history
  16. Merge pull request #440 from reyoung/feature/fix_pydataprovider_multi…

    …ple_obj_bugs
    
    Feature/fix pydataprovider multiple obj bugs
    QiJune committed Nov 11, 2016
    Configuration menu
    Copy the full SHA
    904a43b View commit details
    Browse the repository at this point in the history
  17. Merge pull request #428 from reyoung/feature/add_check_env_for_docker

    Add checkout name for Dockerfile
    reyoung committed Nov 11, 2016
    Configuration menu
    Copy the full SHA
    818c81f View commit details
    Browse the repository at this point in the history
  18. Merge pull request #422 from QiJune/feature/py_format_tool

    use yapf to format python code, add style config file
    reyoung committed Nov 11, 2016
    Configuration menu
    Copy the full SHA
    ef5e483 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    069d000 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2016

  1. copy the data when createSparseMatrix

    Haonan committed Nov 12, 2016
    Configuration menu
    Copy the full SHA
    728defb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    319742c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a1ba3f4 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #446 from QiJune/format_py_code_2nd

    format python code in python directory
    reyoung committed Nov 12, 2016
    Configuration menu
    Copy the full SHA
    58e1b3b View commit details
    Browse the repository at this point in the history
  5. modifications according to comments

    Haonan committed Nov 12, 2016
    Configuration menu
    Copy the full SHA
    5591292 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #358 from yu239/multi_binary_cross_entropy

    multi_binary_cross_entropy when ids vector is provided
    emailweixu committed Nov 12, 2016
    Configuration menu
    Copy the full SHA
    19d8146 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #445 from QiJune/format_py_code_1st

    format python code in demo, doc, doc_cn and paddle directories
    reyoung committed Nov 12, 2016
    Configuration menu
    Copy the full SHA
    b87427b View commit details
    Browse the repository at this point in the history
  8. Add pre-commit config file.

    * Add yapf hook to format python code.
    * Add Remove CRLF
    reyoung committed Nov 12, 2016
    Configuration menu
    Copy the full SHA
    f2392ad View commit details
    Browse the repository at this point in the history
  9. Update pre-commit-config

    * Check all files by pre commit hooks
    reyoung committed Nov 12, 2016
    Configuration menu
    Copy the full SHA
    836d613 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2016

  1. Bug fix in testing mode.

    qingqing01 committed Nov 13, 2016
    Configuration menu
    Copy the full SHA
    48ea047 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #452 from qingqing01/bug_fix_concat

    Bug fix in testing mode.
    reyoung committed Nov 13, 2016
    Configuration menu
    Copy the full SHA
    805856a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    07af31f View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2016

  1. fix url of sub-pages

    AoZhang committed Nov 14, 2016
    Configuration menu
    Copy the full SHA
    ae059ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc5adfb View commit details
    Browse the repository at this point in the history
  3. Merge pull request #455 from alvations/develop

    Added a Resnet example to quick_start demo
    qingqing01 committed Nov 14, 2016
    Configuration menu
    Copy the full SHA
    44e3a35 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #453 from AoZhang/develop

    fix url of sub-pages
    luotao1 committed Nov 14, 2016
    Configuration menu
    Copy the full SHA
    35c175d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e6396a1 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #463 from luotao1/doc2

    modify document directory structure in model config helpers
    luotao1 committed Nov 14, 2016
    Configuration menu
    Copy the full SHA
    a0bd895 View commit details
    Browse the repository at this point in the history
  7. Revert "fix url of sub-pages"

    luotao1 committed Nov 14, 2016
    Configuration menu
    Copy the full SHA
    14f7390 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #464 from baidu/revert-453-develop

    Revert "fix url of sub-pages"
    qingqing01 committed Nov 14, 2016
    Configuration menu
    Copy the full SHA
    0ba0f02 View commit details
    Browse the repository at this point in the history
  9. Add ScalingProjection

    out = w * input
    where w is a parameter of size 1
    
    Change-Id: Ife682d62323ceb1a20cbbf6269421b20a862d888
    xuwei06 committed Nov 14, 2016
    Configuration menu
    Copy the full SHA
    bf6f690 View commit details
    Browse the repository at this point in the history
  10. Fix unittest

    Change-Id: Ic80845c892c96c37a0df0ddc433fe1aeaa5a9d1c
    xuwei06 committed Nov 14, 2016
    Configuration menu
    Copy the full SHA
    a6ad9a1 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2016

  1. Merge pull request #421 from emailweixu/scaling_projection

    Add ScalingProjection
    luotao1 committed Nov 15, 2016
    Configuration menu
    Copy the full SHA
    2b841ec View commit details
    Browse the repository at this point in the history
  2. Merge pull request #450 from reyoung/feature/pre-commit-hooks-scripts

    Feature/pre commit hooks scripts
    reyoung committed Nov 15, 2016
    Configuration menu
    Copy the full SHA
    9115ab1 View commit details
    Browse the repository at this point in the history
  3. Fix forwardTest for ids in python swig.

    * unittest need to be added. But fix the bugs first.
    reyoung committed Nov 15, 2016
    Configuration menu
    Copy the full SHA
    f702484 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #471 from reyoung/feature/fix_pypaddle_forword_ids

    Fix forwardTest for ids in python swig.
    gangliao committed Nov 15, 2016
    Configuration menu
    Copy the full SHA
    1f91c2f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    243a9a0 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #473 from reyoung/bumping_up_version_number

    Bumping up version number to v0.9.0a0
    hedaoyuan committed Nov 15, 2016
    Configuration menu
    Copy the full SHA
    82fafb7 View commit details
    Browse the repository at this point in the history
  7. Fix some problems in Debian build scripts.

    * Mount local Paddle instead of git clone from remote.
    * Use official chinese ubuntu source instead of 163 mirror.
    reyoung committed Nov 15, 2016
    Configuration menu
    Copy the full SHA
    c60f57b View commit details
    Browse the repository at this point in the history
  8. Update dockerfile tags

    reyoung committed Nov 15, 2016
    Configuration menu
    Copy the full SHA
    4705083 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #476 from reyoung/release/v0.9.0

    Fix some install package errors.
    gangliao committed Nov 15, 2016
    Configuration menu
    Copy the full SHA
    c7641cc View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2016

  1. Configuration menu
    Copy the full SHA
    3b5336a View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2016

  1. Add version check for paddle

    reyoung committed Nov 17, 2016
    Configuration menu
    Copy the full SHA
    5b1ba87 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b1d3c7 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #505 from reyoung/release/v0.9.0

    Add Paddle Usage Stats Scripts.
    qingqing01 committed Nov 17, 2016
    Configuration menu
    Copy the full SHA
    6146a2e View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2016

  1. Configuration menu
    Copy the full SHA
    39af2ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9c60a1 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #544 from reyoung/fix_deb_install_name

    Fix Debian package name in ubuntu install docs.
    beckett1124 committed Nov 21, 2016
    Configuration menu
    Copy the full SHA
    75553e2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    99c205b View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2016

  1. Merge pull request #545 from reyoung/change_download_to_cdn

    Change demo datafile location by using CDN in baidu.
    reyoung committed Nov 22, 2016
    Configuration menu
    Copy the full SHA
    f3d816d View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2016

  1. Configuration menu
    Copy the full SHA
    68c5997 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #614 from luotao1/release/v0.9.0

    merge bugfix #593 and # 597 from develop branch
    qingqing01 committed Nov 25, 2016
    Configuration menu
    Copy the full SHA
    5c76b26 View commit details
    Browse the repository at this point in the history
  3. Bumping up version number

    reyoung committed Nov 25, 2016
    Configuration menu
    Copy the full SHA
    341688b View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2016

  1. Add Release notes

    reyoung committed Nov 28, 2016
    Configuration menu
    Copy the full SHA
    9935d7d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #619 from reyoung/release/v0.9.0

    Bumping up version number
    gangliao committed Nov 28, 2016
    Configuration menu
    Copy the full SHA
    5b233fa View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2016

  1. Configuration menu
    Copy the full SHA
    d118609 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #652 from reyoung/release/v0.9.0

    Refine documentation in RELEASE.md
    reyoung committed Nov 29, 2016
    Configuration menu
    Copy the full SHA
    0ad33b5 View commit details
    Browse the repository at this point in the history