Skip to content
This repository has been archived by the owner on Aug 15, 2023. It is now read-only.

Latest commit

 

History

History
28 lines (15 loc) · 850 Bytes

CHANGELOG.md

File metadata and controls

28 lines (15 loc) · 850 Bytes

PyLana Changelog

The changelog is based on this guide. This project strives to adhere to semantic versioning.

Unreleased

[0.2.1]

Added

  • function for unsharing dashboards and shiny dashboards

Changed

  • fixed sharing of dashboards and shiny dashboards

[0.2.0]

Added

  • user management interface
  • dashboard management interface
  • data aggregation interface

Changed

  • The default behaviour is now to always try verifying the server's TLS certificate (the default of requests). For more granular control over your request, you can still pass keyword arguments documented in the requests documentation to all methods, functions and constructors.