Skip to content

Commit

Permalink
Merge pull request #8 from HaoZeke/nextRel
Browse files Browse the repository at this point in the history
ENH: Rewrite
  • Loading branch information
HaoZeke authored Nov 16, 2023
2 parents ad7e911 + 6d2fa27 commit 827c712
Show file tree
Hide file tree
Showing 36 changed files with 6,017 additions and 2,458 deletions.
3 changes: 3 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# GitHub syntax highlighting
pixi.lock linguist-language=YAML

24 changes: 11 additions & 13 deletions .github/workflows/build_wailord.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,20 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.8, 3.9]
poetry-version: [1.0, 1.1.2]
python-version: [3.9, 3.12]
os: [ubuntu-18.04, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/checkout@v3
- name: Setup PDM
uses: pdm-project/setup-pdm@v3
with:
python-version: ${{ matrix.python-version }}
- name: Run image
uses: abatilo/[email protected]
with:
poetry-version: ${{ matrix.poetry-version }}
- name: Prep dependencies
run: poetry add twine && poetry install
cache: true
cache-dependency-path: |
./pdm.lock
./pdm.new.lock
- name: Install dependencies
run: pdm install -G:all
- name: Test project
run: poetry run pytest
- name: Build project
run: poetry build
run: pdm run pytest
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -496,3 +496,4 @@ TSWLatexianTemp*

# End of https://www.toptal.com/developers/gitignore/api/tex

/.pdm-python
5 changes: 5 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
History
=======

0.1.0 (2023-11-15)
------------------
* Rewritten from scratch
* Less dependencies

0.0.2 (2020-12-27)
------------------

Expand Down
3 changes: 1 addition & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
"sphinx.ext.mathjax", # Need math support
"sphinx.ext.githubpages", # Puts the .nojekyll and CNAME files
"sphinxcontrib.apidoc", # Automatically sets up sphinx-apidoc
"sphinx_proof", # Future proofing
"sphinx_copybutton", # Let there be plagiarism!
"sphinx_sitemap", # Always a good idea
"sphinx_togglebutton", # Toggles reduce clutter
Expand Down Expand Up @@ -211,7 +210,7 @@
"Wailord Documentation",
author,
"wailord",
"One line description of project.",
"ORCA input generator and output parser.",
"Miscellaneous",
),
]
Expand Down
2 changes: 1 addition & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Once you have a copy of the source, you can install it with:

.. code-block:: console
$ python setup.py install
$ pip install .
.. _Github repo: https://github.com/HaoZeke/wailord
Expand Down
26 changes: 0 additions & 26 deletions nix/sources.json

This file was deleted.

171 changes: 0 additions & 171 deletions nix/sources.nix

This file was deleted.

Loading

0 comments on commit 827c712

Please sign in to comment.