Skip to content
This repository was archived by the owner on Sep 26, 2025. It is now read-only.

Latest commit

 

History

History
49 lines (32 loc) · 1.14 KB

File metadata and controls

49 lines (32 loc) · 1.14 KB

DEPRECATED: amocarray → AMOCatlas

Warning

This package has been DEPRECATED.

The amocarray package has been renamed to AMOCatlas and moved to: https://github.com/AMOCcommunity/AMOCatlas

Quick Migration

Uninstall the old package and install the new one:

pip uninstall amocarray
pip install AMOCatlas

Update your import statements:

# Old (deprecated)
import amocarray

# New
import AMOCatlas

Why the Change?

The package has been renamed to better reflect its purpose and has moved to the AMOCcommunity organization for better community maintenance.

All development now happens at: https://github.com/AMOCcommunity/AMOCatlas

Installation of Deprecated Package

If you install this deprecated package, it will automatically install AMOCatlas as a dependency and show deprecation warnings to guide you through the migration.

Support

For issues or questions, please use the new repository: https://github.com/AMOCcommunity/AMOCatlas/issues