Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
davideklund committed Jan 23, 2025
1 parent c4575ce commit 7d95ded
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion content/linear-algebra.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Linear algebra

.. callout::

The code in this lession is written for Julia v1.11.2.
The code in this lession is written for Julia v1.11.3.

Vectors and matrices in Julia
-----------------------------
Expand Down
2 changes: 1 addition & 1 deletion content/regression.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Regression and time-series prediction

.. callout::

The code in this lession is written for Julia v1.11.2.
The code in this lession is written for Julia v1.11.3.

Linear regression with synthetic data
-------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion content/sciml.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Scientific Machine Learning

.. callout::

The code in this lession is written for Julia v1.11.2.
The code in this lession is written for Julia v1.11.3.

A modelling problem
-------------------
Expand Down
2 changes: 1 addition & 1 deletion content/setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ Change environment in VS Code

When using Visual Studio Code for julia development and using your own environment,
you can activate it as follows. Start a Julia REPL in VS Code, for example by runnig a script.
Start the package mode by typing ``]``. Typically you will be in the stardard environment v1.9:
Start the package mode by typing ``]``. Typically you will be in the stardard environment v1.11:

.. code-block:: julia
Expand Down

0 comments on commit 7d95ded

Please sign in to comment.