My team and I noticed that dataframe-core 14.1 now...
# datascience
h
My team and I noticed that dataframe-core 14.1 now depends on org.slf4jslf4j simple2.0.16 as runtime dependency . We'd consider this a bug, because as a library dataframe-core should not be opinionated about the logging provider being used. Using sl4j as logging facade is good practise (via io.github.oshaikotlin logging7.0.0 and org.slf4jslf4j api2.0.16 ). By adding simple on library level, it makes it harder to consume dataframe in projects that prefer e.g. logback als logging provider. It seems a regression because older versions of dataframe-core did not do so. Could the dependency be removed (or reduced back to slf4j-api)?
👍 2
sad panda 1
z
https://github.com/Kotlin/dataframe/commit/3c153fe7e8989f11b94abd41ec5008b72462a83b hi, thanks for the fast report, we fixed it in master, will discuss about hot-fix for 0.14.2
j
We released a hot-fix version 0.14.2. Could you try it now works as expected? 🙂
h
That's great news. Thank you for this amazing response time, and for provide a patch release on such short notice.
👍 2
🎉 1