Skip to content

0.13.0

Choose a tag to compare

@michalsosn michalsosn released this 22 May 09:17
5f5deac

What's Changed

  • Add support for logging file series in #242
  • Rename parameter system_namespace -> runtime_namespace and it's default value from "system" to "runtime" (it's the attribute path prefix for the captured logs) in #245
  • Bump the version of neptune-api dependency to 0.16.0 (adds support file series and histograms internally) in #252

Bugfixes and improvements:

  • Make GenericFloatValueNanInfUnsupported picklable by adding default args (it would previously cause an exception when read from the multiprocessing queue used in the project) in #237
  • Improve NeptuneUnauthorizedError message - add a helpful hint in #240
  • Update docstrings for NeptuneLoggingHandler in #246
  • Drop dependency on neptune_fetcher in project tests to break a cyclical dependency - adding an internal mini fetcher instead #241
  • Add tests for valid paths in #231

Full Changelog: 0.12.1...0.13.0