Skip to content

Commit

Permalink
Remove the unnecessary trailing index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescAlted committed Dec 16, 2024
1 parent 486e67d commit e54ad36
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ This is the main change in the API that is not backward compatible with previous
## Changes from 3.0.0-beta.3 to 3.0.0-beta.4

* Many new examples in the documentation. Now, the documentation is more complete and has a better structure.
Have a look at our new docs at: https://www.blosc.org/python-blosc2/index.html
Have a look at our new docs at: https://www.blosc.org/python-blosc2/
For a guide on using UDFs, check out: https://www.blosc.org/python-blosc2/reference/autofiles/lazyarray/blosc2.lazyudf.html
If interested in asynchronously fetching parts of an array, take a look at: https://www.blosc.org/python-blosc2/reference/autofiles/proxy/blosc2.Proxy.afetch.html
Finally, there is a new tutorial on optimizing reductions in large NDArray objects: https://www.blosc.org/python-blosc2/getting_started/tutorials/04.reductions.html
Expand All @@ -123,7 +123,7 @@ This is the main change in the API that is not backward compatible with previous

## Changes from 3.0.0-beta.1 to 3.0.0-beta.3

* Revamped documentation. Now, the documentation is more complete and has a better structure. See [here](https://www.blosc.org/python-blosc2/index.html). Thanks to Oumaima Ech Chdig (@omaech), our newcomer to the Blosc team. Also, thanks to NumFOCUS for the support in this task.
* Revamped documentation. Now, the documentation is more complete and has a better structure. See [here](https://www.blosc.org/python-blosc2/). Thanks to Oumaima Ech Chdig (@omaech), our newcomer to the Blosc team. Also, thanks to NumFOCUS for the support in this task.

* New `Proxy` class to access other arrays, while providing caching. This is useful for example when you have a big array, and you want to access a small part of it, but you want to cache the accessed data for later use. See [its doc](https://www.blosc.org/python-blosc2/reference/proxy.html).

Expand Down
2 changes: 1 addition & 1 deletion doc/getting_started/tutorials/06.remote_proxy.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"cell_type": "markdown",
"id": "32fffd14035b20c4",
"metadata": {},
"source": "Next, we will establish a connection to a [multidimensional array stored remotely](https://demo.caterva2.net/roots/example/lung-jpeg2000_10x.b2nd?roots=example) on a [Caterva2](https://ironarray.io/caterva2) demo server (https://demo.caterva2.net/) using the [Blosc2 library](https://www.blosc.org/python-blosc2/index.html). The remote_array object will represent this dataset on the server, enabling us to access the information without the need to load all the data into local memory at once."
"source": "Next, we will establish a connection to a [multidimensional array stored remotely](https://demo.caterva2.net/roots/example/lung-jpeg2000_10x.b2nd?roots=example) on a [Caterva2](https://ironarray.io/caterva2) demo server (https://demo.caterva2.net/). The remote_array object will represent this dataset on the server, enabling us to access the information without the need to load all the data into local memory at once."
},
{
"cell_type": "code",
Expand Down

0 comments on commit e54ad36

Please sign in to comment.