Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Change Log for PYOS round 1 #229

Merged
merged 2 commits into from
Nov 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Release Notes

## [Unreleased]
These significant changes are coming in light of the pyOpenSci review process. These changes primarily focus on the packaging and installation infrastructure. These enhancements do not impact the core codebase directly.

**PetroFit Enhancements**

- Transition to Hatch: Migrated from `setuptools` to `hatch` for streamlined packaging and dependency management. #209
- Configuration Enhancements #209:
- Added `.editorconfig` to standardize code style across different editors.
- Introduced GitHub issue templates in `.github/ISSUE_TEMPLATE` for consistent issue reporting.
- Updated test workflow to utilize `hatch` for test environment setup.
- Docker Removal #209:
- Removed Docker support, including deletion of the Dockerfile and the `docker.py` helper script.
- Legacy Files #209:
- Removed legacy Astropy packaging infrastructure file `_astropy_init.py`.
- Project Configuration Updates #209:
- Updated `pyproject.toml` to align with `hatch` configuration requirements.

- Deprecated `requirements.txt`, `setup.cfg`, `setup.py`, and `tox` in favor of new configuration management with `hatch`. #209

- Add badges #209:
- Added a [repostatus.org](https://www.repostatus.org/) badge to the readme file.
- A badge listing supported python versions.

## Version 0.5.1
*August 16th 2024*

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ for installation instructions and a guide to the ``petrofit`` module.
Installation
------------

You can install PetroFit using pip or build a `jupyter lab <https://jupyter.org/>`_ environment using `hatch <https://jupyter.org/>`_ . Please see
You can install PetroFit using pip or build a `jupyter lab <https://jupyter.org/>`_ environment using `hatch <https://hatch.pypa.io/latest/>`_ . Please see
the `petrofit documentation <https://petrofit.readthedocs.io/en/latest/>`_ for detailed installation instructions.

**pip Install**:
Expand Down
Loading