Skip to content

Commit 1781472

Browse files
authored
[MRG] Proper links in release file in documentation (#350)
* propreer links in release file in documentation * add pr in release file
1 parent 3302cd4 commit 1781472

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

.circleci/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@ jobs:
5757
which python
5858
python -c "import ot"
5959
60+
- run:
61+
name: Correct link in release file
62+
command: |
63+
sed -i -r 's/PR #([[:digit:]]*)/\[PR #\1\]\(https:\/\/github.com\/PythonOT\/POT\/pull\/\1\)/' RELEASES.md
64+
sed -i -r 's/Issue #([[:digit:]]*)/\[Issue #\1\]\(https:\/\/github.com\/PythonOT\/POT\/issues\/\1\)/' RELEASES.md
6065
# Build docs
6166
- run:
6267
name: make html

RELEASES.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,13 @@
1111
- Backend implementation for `ot.lp.free_support_barycenter` (PR #340).
1212
- Add weak OT solver + example (PR #341).
1313
- Add (F)GW linear dictionary learning solvers + example (PR #319)
14+
- Add links to related PR and Issues in the doc release page (PR #350)
1415

1516
#### Closed issues
1617

17-
- Bug in instantiating an `autograd` function (`ValFunction`, Issue #337, PR
18-
#338)
19-
- Make POT ABI compatible with old and new numpy (Issue #346, PR #349)
18+
- Fix bug in instantiating an `autograd` function `ValFunction` (Issue #337,
19+
PR #338)
20+
- Fix POT ABI compatibility with old and new numpy (Issue #346, PR #349)
2021

2122
## 0.8.1.0
2223
*December 2021*
@@ -60,10 +61,10 @@ As always we want to that the contributors who helped make POT better (and bug f
6061

6162
- Fix bug in older Numpy ABI (<1.20) (Issue #308, PR #326)
6263
- Fix bug in `ot.dist` function when non euclidean distance (Issue #305, PR #306)
63-
- Fix gradient scaling for functions using `nx.set_gradients` (Issue #309, PR
64-
#310)
65-
- Fix bug in generalized Conditional gradient solver and SinkhornL1L2 (Issue
66-
#311, PR #313)
64+
- Fix gradient scaling for functions using `nx.set_gradients` (Issue #309,
65+
PR #310)
66+
- Fix bug in generalized Conditional gradient solver and SinkhornL1L2
67+
(Issue #311, PR #313)
6768
- Fix log error in `gromov_barycenters` (Issue #317, PR #3018)
6869

6970
## 0.8.0

0 commit comments

Comments
 (0)