Skip to content

7.11.0

Choose a tag to compare

@linev linev released this 05 May 15:16
  1. Implement new data types in RNtuple
    • reduced float types kFloat16, kReal32Trunc, kReal32Quant
    • std::vector
    • std::map, std::unordered_map, std::multimap, std::unordered_multimap with std::pair
    • std::set, std::unordered_set, std::multiset, std::unordered_multiset
    • std::array
    • std::variant
    • std::tuple
    • std::bitset
    • std::atomic
    • simple custom classes
    • streamed types
  2. Resort order of ranges in http request, fixing several long-standing problems #374
  3. Implement for TPie 3d, text, title drawing including interactivity
  4. Implement TCanvas support in build3d function #373
  5. Implement TTree branches filtering via context menu #364
  6. Let define alternative draw function #378
  7. Implement "padsN" draw option for THStack and TMultiGraph
  8. Support custom click handler for TGraph https://root-forum.cern.ch/t/64744
  9. Correctly draw axis ticks when fNdivisions is negative
  10. Use resvg-js backend for PNG support in node.js #391, thanks to https://github.com/OmarMesqq
  11. Introduce settings.ServerTimeout for THttpServer operations
  12. Let set custom color palette with setColorPalette function
  13. Upgrade three.js r180 -> r183
  14. Remove support for deprecated TH1K class
  15. Fix - paint frame border mode/size from TCanvas
  16. Fix - interactivity for TH3 palette drawing #398