Skip to content

Commit

Permalink
Merge pull request #9 from cch1999/v_1.2
Browse files Browse the repository at this point in the history
Version 1.2
  • Loading branch information
cch1999 authored Jul 25, 2024
2 parents 7d557be + 076b598 commit e47e73a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8, 3.9, "3.10", "3.11"]
python-version: [3.9, "3.10", "3.11"]
#torch: [1.12.0, 1.13.0, 2.0.0]
defaults:
run:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@


[![arXiv](https://img.shields.io/badge/arXiv-2308.07413-b31b1b.svg)](https://arxiv.org/abs/2308.07413)
![version](https://img.shields.io/badge/version-1.1-blue)
[![python](https://img.shields.io/badge/-Python_3.8_%7C_3.9_%7C_3.10_%7C_3.11-blue?logo=python&logoColor=white)](https://github.com/pre-commit/pre-commit)
![version](https://img.shields.io/badge/version-1.2-blue)
[![python](https://img.shields.io/badge/-Python_3.9_%7C_3.10_%7C_3.11-blue?logo=python&logoColor=white)](https://github.com/pre-commit/pre-commit)
[![build](https://github.com/cch1999/posecheck/actions/workflows/tests.yaml/badge.svg?branch=main)](https://github.com/cch1999/posecheck/actions/workflows/tests.yaml)
[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
Expand Down
10 changes: 10 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [1.2] - 25-07-2024

### Changed
- Change the force constant to 1.0e5 to ensure that the position constraint added in strain energy calculation is correctly implemented.
- Add another relaxation on the given pose to ensure that strain energy is always positive.
- Dropped support for python 3.8

### Fixed
- Pin the pandas version to avoid environment issues.

## [1.1] - 18-01-2024

### Changed
Expand Down

0 comments on commit e47e73a

Please sign in to comment.