Skip to content

Commit

Permalink
Merge pull request #229 from robelgeda/pyos
Browse files Browse the repository at this point in the history
Update Change Log for PYOS round 1
  • Loading branch information
robelgeda authored Nov 1, 2024
2 parents 5f663e1 + 949bdd5 commit 6b51585
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
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

0 comments on commit 6b51585

Please sign in to comment.