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

Modernize Python compatibilities and bump lspopt version #9

Closed
wants to merge 34 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
73bd42b
Prepared for PyPI release
hbldh Jun 19, 2019
5362fdc
Fix for axure-pipelines.yml
hbldh Jun 19, 2019
5407ff3
Version 1.1.0 - Fixes #1
hbldh Jun 19, 2019
27b3300
Fix for incorrect trove classifier.
hbldh Jun 19, 2019
6ba11aa
Create Dependabot config file
dependabot-preview[bot] Sep 25, 2020
99e665f
Merge pull request #3 from hbldh/dependabot/add-v2-config-file
hbldh Sep 25, 2020
0bc758d
Github Actions for lspopt
hbldh Sep 28, 2020
0795d2a
CHANGELOG and version bump
hbldh Sep 28, 2020
473d28f
Add changelog to sdist
hoechenberger Jun 7, 2022
4e20b79
Merge pull request #5 from hoechenberger/patch-1
hbldh Jun 8, 2022
46401bf
Version 1.2.0 - Source Dist fix
hbldh Jun 8, 2022
8040b4e
CI Test modification
hbldh Jun 8, 2022
3de36be
CI Test modification
hbldh Jun 8, 2022
e27d570
Update README.md
hbldh Jun 8, 2022
c03e5be
Update README.md
hbldh Jun 8, 2022
73be156
Updated link to paper
hbldh Jun 8, 2022
0b1f4fe
Delete dependabot.yml
hbldh Jan 24, 2023
57662af
Update build_and_test.yml
hbldh Jan 24, 2023
4303dac
Version 1.3.0
hbldh Jan 24, 2023
6867aa9
Update CHANGELOG.md
hbldh Jan 24, 2023
c13df6e
replace pkg_resources with importlib.resources
remrama Dec 29, 2024
255c200
Merge pull request #8 from remrama/pkg_to_importlib
hbldh Dec 29, 2024
9218aa1
fix README typo
remrama Jan 7, 2025
667c6dd
ignore local python environments
remrama Jan 7, 2025
4495181
workflow tests python 3.8-3.12
remrama Jan 7, 2025
a34d8ba
add .toml file
remrama Jan 7, 2025
23a7c98
update python versions in setup.py
remrama Jan 7, 2025
e6fde75
remove __future__ and unused imports
remrama Jan 7, 2025
b20e86b
bump version and update changelog
remrama Jan 7, 2025
5109ada
float --> str python versions
remrama Jan 7, 2025
158ce0d
bump all gh-action versions
remrama Jan 7, 2025
22c847e
add windows and macos tests
remrama Jan 7, 2025
abb4464
update changelog
remrama Jan 7, 2025
04cf84c
bump gh-action versions in pypi workflow
remrama Jan 7, 2025
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
Prev Previous commit
Next Next commit
Update README.md
Added link to feedstock repo for conda installation instructions. Fixes #7.
hbldh authored Jun 8, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit c03e5bec87bf1f9f61803da015aab4d2ddc9504d
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -26,6 +26,8 @@ Install via pip:

pip install lspopt

If you prefer to use `conda`, see [instructions in this repo](https://github.com/conda-forge/lspopt-feedstock).

## Testing

Test with `pytest`: