Skip to content

Commit

Permalink
gh-pages branch for docs (Sai); Dvine one set empty
Browse files Browse the repository at this point in the history
  • Loading branch information
TY-Cheng committed Oct 16, 2024
1 parent 5f11433 commit 522bee1
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ pip install torchvinecopulib torch matplotlib pot scikit-learn

```bash
# inside project root folder
pip install ./dist/torchvinecopulib-2024.10.0-py3-none-any.whl
pip install ./dist/torchvinecopulib-2024.10.1-py3-none-any.whl
# or
pip install ./dist/torchvinecopulib-2024.10.0.tar.gz
pip install ./dist/torchvinecopulib-2024.10.1.tar.gz
```

### (Optional) [Poetry](https://python-poetry.org/docs/) for Dependency Management and Packaging
Expand Down
Binary file removed dist/torchvinecopulib-2024.10.0.tar.gz
Binary file not shown.
Binary file not shown.
Binary file added dist/torchvinecopulib-2024.10.1.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
package-mode = true
license = "GNU GPLv3"
name = "torchvinecopulib"
version = "2024.10.0"
version = "2024.10.1"
description = "yet another vine copula library for PyTorch."
authors = ["Tuoyuan Cheng <tuoyuan.cheng@nus.edu.sg>"]
maintainers = ["Xiaosheng You <e1204754@u.nus.edu>"]
Expand Down
2 changes: 1 addition & 1 deletion torchvinecopulib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
"util",
"vinecop",
]
__version__ = "2024.10.0"
__version__ = "2024.10.1"

0 comments on commit 522bee1

Please sign in to comment.