v3.3.1
Deprecations
- Remove functions
update_maps
andupdate_indices
from the AtlasDataset class 08d7566 for long-since deprecated endpoints. The officially supported way to make a map on a dataset in Atlas is to use theadd_data
function from the AtlasDataset class and then call create_index which will create a new map.