Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: EliahKagan/weighted-intervals

Tags

alpha-4

Toggle alpha-4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #13 from EliahKagan/deps

Update dependencies; use Python 3.11

This updates dependencies, including Pyodide. The new version of
Pyodide uses Python 3.11.2, so I also migrated from 3.10 to 3.11 in
the non-web (pipenv) manifest. I tested it all out and it seems to
work fine.

This bumps the project version to alpha 4, and updates the
documentation to reflect that and the changed dependency versions.

Also, since CodeQL doesn't automatically use Python 3.11, I
switched from a basic to advanced configuration for it and added a
step to set up Python 3.11. It finds and uses that interpreter, so
it can install dependencies.

alpha-3+

Toggle alpha-3+'s commit message
update dependencies; update/clarify versions in readme; bump to alpha 3+

alpha-3

Toggle alpha-3's commit message
move to Pyodide 0.19; bumped version to alpha 3

This brings the indirect Pillow dependency to version 9.0.0.
Previous updates only did that for non-web (pipenv) use.

alpha-2+

Toggle alpha-2+'s commit message
bumped version to alpha 2+

alpha-2

Toggle alpha-2's commit message
further copyediting

alpha-1+

Toggle alpha-1+'s commit message
added missing semicolon

alpha-1

Toggle alpha-1's commit message
Revert "fixed misspelled url in readme"

The "misspelled" tag was actually what I meant to call it, and I
think that spelling (with the hyphen) is clearer, so I'm fixing
the tag. (The repo is not public as of this commit, so there's no
risk of breaking other users.)

This reverts commit fac8b6f.

alpha-0

Toggle alpha-0's commit message
0BSD licensed + added readme