Skip to content

Tick 0.6

Latest
Compare
Choose a tag to compare
@stephanegaiffas stephanegaiffas released this 11 Sep 11:25
· 35 commits to master since this release
7fa62a4

New release of tick : Tick 0.6

Highlights:

  • Python 3.7 pip wheels
  • batch and stream parallel kfold and bootstrap

New features

  • adding features relatively to the binacox model
  • Add/fix serialization for proxs
  • Serialization/comparaison for hawkes and survival models
  • Add fetch url dataset helper

Compilation improvements

  • allow benchmarking without gtest
  • Now using SWIG 4
  • Re-organize benchmarks
  • Check for MKL, don't use if not found

Fixes

  • Block the command "pytest" from setup.py on Windows as it has thread spawning issues
  • Add "stdlib.h" for the "exit" function which is needed for some distros
  • fix memory leak in deserializing sparsearray
  • load dep libs if not loaded with previous python imports
  • Replace 'SO' with 'EXT_SUFFIX', 'SO' is deprecated
  • Werror fixes
  • Fix memory leak when shared_ptrs are invovled
  • change comb import to new non deprecated version
  • Update SimuSCCS doc
  • Main thread hangs when interrupted, exit is required
  • ModelHawkes.init to set default dtype as hawkes models are not templated