Skip to content
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
2 changes: 2 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ The rules for this file:
* accompany each entry with github issue/PR number (Issue #xyz)
* release numbers follow "Semantic Versioning" https://semver.org


??/??/2026 jaclark5, jhenin, xiki-tempula

* 2.6.0
Expand All @@ -20,6 +21,7 @@ Fixes
- Fix pandas warning (Issue #428, PR #429)

Enhancements
- Update pandas>=2.2 (Issue #413, PR #452)
- Add flag to ignore NAMD's equilibration in NAMD parser
- Accept NAMD data with 0 equilibration steps
- Add support for LAMMPS FEP files (Issue #349, PR #348)
Expand Down
2 changes: 1 addition & 1 deletion devtools/conda-envs/test_env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ channels:
dependencies:
- python
- numpy!=2.3.0,!=2.3.1,!=2.3.2
- pandas>=2.1
- pandas>=2.2
- pymbar>=4
- scipy
- scikit-learn
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ channels:
dependencies:
- python
- numpy
- pandas>=2.1
- pandas>=2.2
- pymbar>=4
- scipy
- scikit-learn
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ requires-python = ">=3.11"

dependencies = [
"numpy!=2.3.0,!=2.3.1,!=2.3.2",
"pandas>=2.1",
"pandas>=2.2",
"pymbar>=4",
"scipy",
"scikit-learn",
Expand Down