Skip to content

Commit 630b38e

Browse files
Release Pumas@2.7.0
1 parent 5e8e8a6 commit 630b38e

3 files changed

Lines changed: 23 additions & 22 deletions

File tree

Artifacts.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[PumasProductRegistry]
2-
git-tree-sha1 = "e7201c6351fc3bbded5e8d33f6e160287c40ed8c"
2+
git-tree-sha1 = "bfb2f8d01d6a48694aee179a4cfc2de51ea36380"
33

44
[[PumasProductRegistry.download]]
5-
sha256 = "897e2bf1730100a0639692946ae1f6a6931e0b22d19dfe2e5b9b722ebc077b21"
6-
url = "https://pumas-product-bundles.s3.us-east-1.amazonaws.com/bundle-f433847c7c1abd33b8473df51cc08c0259f9248d/PumasProductRegistry.tar.gz"
5+
sha256 = "7a66b5665a94977d08ac2771c36a56d0b7a1a6547c48bd19b13be075d9ad8c68"
6+
url = "https://pumas-product-bundles.s3.us-east-1.amazonaws.com/bundle-e97f9a61e8e8676acbd971cfab91851b2f082b64/PumasProductRegistry.tar.gz"

README.md

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Pumas or DeepPumas. Currently supported versions of products are:
55

66
- `Pumas@2.6.0`
77
- `Pumas@2.6.1`
8-
- `Pumas@2.7.0-prerelease`
8+
- `Pumas@2.7.0`
99
- `DeepPumas@0.8.0`
1010
- `DeepPumas@0.8.1`
1111

@@ -44,21 +44,21 @@ DeepPumas@0.8.0
4444
DeepPumas@0.8.1
4545
Pumas@2.6.0
4646
Pumas@2.6.1
47-
Pumas@2.7.0-prerelease
47+
Pumas@2.7.0
4848
```
4949

5050
Then initialize any of the listed products to install them, for example:
5151

5252
```plaintext
53-
pkg> pumas init Pumas@2.6.1
53+
pkg> pumas init Pumas@2.7.0
5454
```
5555

56-
This will download and install all the required packages for Pumas 2.6.1 and
56+
This will download and install all the required packages for Pumas 2.7.0 and
5757
then precompile them. Once completed you can restart Julia with this newly
5858
installed version of Pumas with the following:
5959

6060
```plaintext
61-
$ julia +Pumas@2.6.1
61+
$ julia +Pumas@2.7.0
6262
6363
julia> using Pumas
6464
```
@@ -89,6 +89,7 @@ DeepPumas@0.8.0
8989
DeepPumas@0.8.1
9090
Pumas@2.6.0
9191
Pumas@2.6.1
92+
Pumas@2.7.0
9293
```
9394

9495
### `init`ializing products
@@ -110,13 +111,13 @@ After running `init` you can then start using the product via the
110111
custom `juliaup` channel that is added, for example:
111112

112113
```plaintext
113-
pkg> pumas init Pumas@2.6.1
114+
pkg> pumas init Pumas@2.7.0
114115
115116
[output skipped...]
116117
117118
julia> exit()
118119
119-
$ julia +Pumas@2.6.1
120+
$ julia +Pumas@2.7.0
120121
121122
julia> using Pumas
122123
```
@@ -125,13 +126,13 @@ If you specified a `path` when initializing then specify that with the
125126
`--project` flag:
126127

127128
```plaintext
128-
pkg> pumas init Pumas@2.6.1 my-project
129+
pkg> pumas init Pumas@2.7.0 my-project
129130
130131
[output skipped...]
131132
132133
julia> exit()
133134
134-
$ julia +Pumas@2.6.1 --project=my-project
135+
$ julia +Pumas@2.7.0 --project=my-project
135136
136137
julia> using Pumas
137138
```
@@ -164,7 +165,7 @@ packages to a particular environment using the normal package manager `add`
164165
operation.
165166

166167
```plaintext
167-
julia +Pumas@2.6.1
168+
julia +Pumas@2.7.0
168169
169170
pkg> add --preserve=all ExtraPackage
170171
```
@@ -239,42 +240,42 @@ Start VSCode and then open the "command palette" with `Ctrl+Shift+P` (or with
239240
`Cmd+Shift+P` on macOS). Type in "Open User Settings" and select "Preferences: Open User Settings",
240241
which will open an editor window with your user configuration.
241242

242-
Set the "Julia: Executable Path" setting to `julia +Pumas@2.6.1`,
243+
Set the "Julia: Executable Path" setting to `julia +Pumas@2.7.0`,
243244
or whichever installed version you would like to use as your default.
244245

245-
Set the "Julia: Environment Path" setting to `"~/.julia/environments/Pumas@2.6.1"`,
246+
Set the "Julia: Environment Path" setting to `"~/.julia/environments/Pumas@2.7.0"`,
246247
or whichever installed version you would like to use as your default.
247248

248249
Optionally, execute
249250

250251
```plaintext
251-
$ juliaup default Pumas@2.6.1
252+
$ juliaup default Pumas@2.7.0
252253
```
253254

254255
in the terminal,
255-
with `Pumas@2.6.1` replaced with whichever installed version you would like to use as your default,
256+
with `Pumas@2.7.0` replaced with whichever installed version you would like to use as your default,
256257
to ensure that running the `julia` command starts the default product version.
257258

258259
### Project Configuration
259260

260261
Start VSCode and then open the "command palette" with `Ctrl+Shift+P` (or with
261262
`Cmd+Shift+P` on macOS). Type in "Open Workspace Settings" and select "Preferences: Open Workspace Settings",
262263
which will open an editor window with your user configuration.
263-
Set the "Julia: Executable Path" setting to `julia +Pumas@2.6.1`,
264+
Set the "Julia: Executable Path" setting to `julia +Pumas@2.7.0`,
264265
or whichever installed version you would like to use in the current project.
265266

266267
Reopen the "command palette". Type in "Change Current Environment" and select "Julia: Change Current Environment",
267268
which will open a popup with different Julia environments.
268-
Select "Pumas@2.6.1", or whichever installed version you would like to use in the current project.
269+
Select "Pumas@2.7.0", or whichever installed version you would like to use in the current project.
269270

270271
Optionally, execute
271272

272273
```plaintext
273-
$ juliaup override set Pumas@2.6.1
274+
$ juliaup override set Pumas@2.7.0
274275
```
275276

276277
in the terminal in the project directory,
277-
with `Pumas@2.6.1` replaced with whichever installed version you would like to use in the current project,
278+
with `Pumas@2.7.0` replaced with whichever installed version you would like to use in the current project,
278279
to ensure that running the `julia` command in the current project starts the product version used in the current project.
279280

280281
## Usage with Quarto

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ using Test
88
"DeepPumas@0.8.1",
99
"Pumas@2.6.0",
1010
"Pumas@2.6.1",
11-
"Pumas@2.7.0-prerelease",
11+
"Pumas@2.7.0",
1212
]
1313

1414
@testset "Version listing" begin

0 commit comments

Comments
 (0)