Skip to content

Releases: thesps/conifer

v0.2-beta.0

28 Jun 12:15
680c38a
Compare
Choose a tag to compare
v0.2-beta.0 Pre-release
Pre-release

New features:

  • ONNX converter
  • Different data types for inputs/thresholds and scores
  • GHDL simulation support for VHDL backend
  • C++ backend for emulation
  • logging messages

Bug fixes:

  • Support named features in xgboost

v0.1

16 Sep 14:12
Compare
Choose a tag to compare

What's new:

  • Make VHDL backend code compatible with Vivado xsim (remove VHDL 2008 usage)
  • Add xsim option for VHDL backend. The simulator can be set with conifer.backends.vhdl.simulator = conifer.backends.vhdl.Simulators.{xsim, modelsim}

v0.0

06 May 17:43
e1e5827
Compare
Choose a tag to compare

First conifer release.
Available converters:

  • sklearn
  • xgboost
  • TMVA

Available backends:

  • vivadohls
  • vitishls
  • xilinxhls (use whichever Vitis/Vivado HLS is available)
  • vhdl