Table of Contents | ||||
---|---|---|---|---|
|
v5 (2023-04-18) - Backend supported version: 10.2
Official version supporting Bee Knees 10.2.X backend.
Added
add
leidenalg
library to datascience and neural imagesadd
umap-learn
library to datascience and neural imagesadd
BERTopic
library to neural images
v4 (2023-02-27) - Backend supported version: 10.1
Official version supporting Bee Knees 10.1.X backend.
Added
push_pandas
method now supports the optionalcolumn_labels
parameter.Added
dython
library to datascience and neural images.Added
optuna
library to datascience and neural images.Added
igraph
library to datascience and neural images.
...
This release upgrades Python version to 3.10 and changes the API vocabulary to be more consistent with the backend one. This is a major breaking change.
Added
Data Source, Datamarts, Model tables and Model attachments collection can now be indexed by name or by index (MR45).
pfx.get_context().datasources().get_by_name("my_data_source")
can now be writtenpfx.get_context().datasources()["my_data_source"]
pynndescent
library to datascience and neural images (MR51).
...