nomic 3.0.36__tar.gz → 3.0.37__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of nomic might be problematic. Click here for more details.
- {nomic-3.0.36 → nomic-3.0.37}/PKG-INFO +1 -1
- {nomic-3.0.36 → nomic-3.0.37}/nomic/dataset.py +1 -1
- {nomic-3.0.36 → nomic-3.0.37}/nomic.egg-info/PKG-INFO +1 -1
- {nomic-3.0.36 → nomic-3.0.37}/setup.py +1 -1
- {nomic-3.0.36 → nomic-3.0.37}/README.md +0 -0
- {nomic-3.0.36 → nomic-3.0.37}/nomic/__init__.py +0 -0
- {nomic-3.0.36 → nomic-3.0.37}/nomic/atlas.py +0 -0
- {nomic-3.0.36 → nomic-3.0.37}/nomic/aws/__init__.py +0 -0
- {nomic-3.0.36 → nomic-3.0.37}/nomic/aws/sagemaker.py +0 -0
- {nomic-3.0.36 → nomic-3.0.37}/nomic/cli.py +0 -0
- {nomic-3.0.36 → nomic-3.0.37}/nomic/data_inference.py +0 -0
- {nomic-3.0.36 → nomic-3.0.37}/nomic/data_operations.py +0 -0
- {nomic-3.0.36 → nomic-3.0.37}/nomic/embed.py +0 -0
- {nomic-3.0.36 → nomic-3.0.37}/nomic/pl_callbacks/__init__.py +0 -0
- {nomic-3.0.36 → nomic-3.0.37}/nomic/pl_callbacks/pl_callback.py +0 -0
- {nomic-3.0.36 → nomic-3.0.37}/nomic/settings.py +0 -0
- {nomic-3.0.36 → nomic-3.0.37}/nomic/utils.py +0 -0
- {nomic-3.0.36 → nomic-3.0.37}/nomic.egg-info/SOURCES.txt +0 -0
- {nomic-3.0.36 → nomic-3.0.37}/nomic.egg-info/dependency_links.txt +0 -0
- {nomic-3.0.36 → nomic-3.0.37}/nomic.egg-info/entry_points.txt +0 -0
- {nomic-3.0.36 → nomic-3.0.37}/nomic.egg-info/requires.txt +0 -0
- {nomic-3.0.36 → nomic-3.0.37}/nomic.egg-info/top_level.txt +0 -0
- {nomic-3.0.36 → nomic-3.0.37}/pyproject.toml +0 -0
- {nomic-3.0.36 → nomic-3.0.37}/setup.cfg +0 -0
|
@@ -1245,7 +1245,7 @@ class AtlasDataset(AtlasClass):
|
|
|
1245
1245
|
logger.warning("Could not find a map being built for this dataset.")
|
|
1246
1246
|
else:
|
|
1247
1247
|
logger.info(
|
|
1248
|
-
f"Created map `{atlas_projection.name}` in dataset `{self.identifier}`: {atlas_projection.
|
|
1248
|
+
f"Created map `{atlas_projection.name}` in dataset `{self.identifier}`: {atlas_projection.dataset_link}"
|
|
1249
1249
|
)
|
|
1250
1250
|
return atlas_projection
|
|
1251
1251
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|