Metadata-Version: 2.4
Name: gwsim-pop
Version: 0.3.2
Summary: DEPRECATED: Moved to gwmock-pop.
Project-URL: Documentation, https://leuven-gravity-institute.github.io/gwmock-pop/
Project-URL: Source, https://github.com/Leuven-Gravity-Institute/gwmock-pop
Project-URL: Tracker, https://github.com/Leuven-Gravity-Institute/gwmock-pop/issues
Project-URL: Home, https://github.com/Leuven-Gravity-Institute/gwmock-pop
Project-URL: Release Notes, https://github.com/Leuven-Gravity-Institute/gwmock-pop/releases
Author: Isaac C. F. Wong
License-File: LICENSE
Classifier: Development Status :: 7 - Inactive
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: >=3.11
Requires-Dist: gwmock-pop
Requires-Dist: h5py>=3.16.0
Requires-Dist: jax>=0.9.1
Requires-Dist: networkx>=3.6.1
Requires-Dist: pydantic>=2.12.5
Requires-Dist: pyyaml>=6.0.3
Requires-Dist: ruyaml>=0.91.0
Requires-Dist: typer>=0.24.1
Provides-Extra: build
Requires-Dist: hatch>=1.16.5; extra == 'build'
Provides-Extra: ci
Requires-Dist: pytest-github-actions-annotate-failures>=0.4.0; extra == 'ci'
Provides-Extra: dev
Requires-Dist: bandit[toml]>=1.9.4; extra == 'dev'
Requires-Dist: mkdocstrings-python>=2.0.3; extra == 'dev'
Requires-Dist: pre-commit>=4.5.1; extra == 'dev'
Requires-Dist: pytest-cov>=7.0.0; extra == 'dev'
Requires-Dist: pytest-mock>=3.15.1; extra == 'dev'
Requires-Dist: pytest>=9.0.2; extra == 'dev'
Requires-Dist: zensical>=0.0.27; extra == 'dev'
Provides-Extra: docs
Requires-Dist: mkdocstrings-python>=2.0.3; extra == 'docs'
Requires-Dist: zensical>=0.0.27; extra == 'docs'
Provides-Extra: test
Requires-Dist: bandit[toml]>=1.9.4; extra == 'test'
Requires-Dist: pre-commit>=4.5.1; extra == 'test'
Requires-Dist: pytest-cov>=7.0.0; extra == 'test'
Requires-Dist: pytest-mock>=3.15.1; extra == 'test'
Requires-Dist: pytest>=9.0.2; extra == 'test'
Description-Content-Type: text/markdown

# gwsim-pop – This Package Has Moved

[![Status: Moved](https://img.shields.io/badge/status-moved-critical)](https://pypi.org/project/gwmock-pop/)
[![PyPI - gwmock-pop](https://img.shields.io/badge/pypi-gwmock--pop-blue)](https://pypi.org/project/gwmock-pop/)
[![PyPI Version](https://img.shields.io/pypi/v/gwsim-pop)](https://pypi.org/project/gwsim-pop/)
[![Python Versions](https://img.shields.io/pypi/pyversions/gwsim-pop)](https://pypi.org/project/gwsim-pop/)
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
[![DOI](https://zenodo.org/badge/1147941311.svg)](https://doi.org/10.5281/zenodo.18574076)

**gwsim-pop** is now **[gwmock-pop](https://pypi.org/project/gwmock-pop/)**.

## Why?

The renaming is intended to avoid confusion with another Python package,
[GWSim](https://git.ligo.org/benoit.revenu/gwsim), which is designed for
creating mock GW samples for different astrophysical populations and
cosmological models of binary black holes.

## How to Upgrade

```bash
pip uninstall gwsim-pop
pip install gwmock-pop
```

## Migration Note

Installing this version of `gwsim-pop` will automatically install `gwmock-pop`
as a dependency. Your existing imports will continue to work via a wrapper, but
you should update them to import `gwmock_pop` as soon as possible.

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
for details.

## Support

For questions or issues, please open an issue on
[GitHub](https://github.com/Leuven-Gravity-Institute/gwmock-pop/issues/new) or
contact the maintainers.
