Releases: JBlaschke/call-monitor
Releases · JBlaschke/call-monitor
Version 0.3.6
Version 0.3.5
Fixes an issue where a new databases wasn't initialized when the user calls save_db
Version 0.3.4
Minor tweaks to the intercept wrapper, causing it to preserved the function signature
Version 0.3.3
Bugfix for loader: reset db.root
whenever we run callmonitor.load
Version 0.3.2
Bugfix: clear input descriptor of all custom data before pickling -- not doing this artificially inflates the size of the pickle, and might prevent unpickling in the future (if the contained data types don't match installed versions).
Version 0.3.1
Added Args
containers (which can be accessed through callmonitor.DB.get_args
) -- Args
let you access variables by name (regardless of whether they are args
, kwargs
, or defaults).
Version 0.3.0
This is a major re-write, anticipating several features for wider use at scale:
- Multi-threading compatibility
- Custom data handlers provided by user extensions
- A new data base model -- enabling future features such as accumulators to limit number of small files.