Fixed - Bugs in progress bars when using the Agent for uploads
2.9.0
Changed - The `bf` Python CLI is deprecated and will be removed in a future release. Please install and use the new Pennsieve CLI Agent https://developer.pennsieve.io/agent.
Added - The Python client can now use the Pennsieve CLI Agent for large file uploads - Newly created Pennsieve datasets no longer process all uploaded data. Pass `automatically_process_packages=True` to `create_dataset` to revert to the old behavior. - Added `Dataset.get_connected_models` and `Model.get_connected` methods to retrieve topologically connected models.
2.8.0
- Added `Dataset.status` for viewing the current status of a dataset - Added `Dataset.get_graph_summary` method for retrieving high-level statistics about the graph
2.7.2
Changed - Deprecated the following `Dataset` methods: `collaborators`, `add_collaborators`, and `remove_collaborators`. Permissions should now be managed through the Pennsieve web app.
2.7.1
Fixed - Removed limit on the number of related records that can be retrieved
2.7.0
Changed - Make ModelTemplate category param optional in constructor