Skip to content

Commit

Permalink
make warning more explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasIsensee committed Jul 17, 2021
1 parent c5f50c0 commit e3f52a7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# JLD2

**NOTE**: This package is now **actively maintained again**! It was not maintained for some time and there still is a backlog of outstanding issues that will be addressed in the near future. You are invited to test JLD2 and raise any issues you come across. However, tread with care as you may come across problems that can potentially cause data loss.

| **Documentation** | **Tests** | **CodeCov** |
|:--------:|:---------------:|:-------:|
|[![](https://img.shields.io/badge/docs-online-blue.svg)](https://JuliaIO.github.io/JLD2.jl/dev)| [![CI](https://github.com/juliaio/JLD2.jl/workflows/CI/badge.svg?branch=master)](https://github.com/JuliaIO/JLD2.jl/actions) | [![codecov.io](https://codecov.io/github/JuliaIO/JLD2.jl/coverage.svg?branch=master)](https://codecov.io/github/JuliaIO/JLD2.jl?branch=master) |
Expand Down Expand Up @@ -187,8 +185,8 @@ storing to disk.
### Storing Anonymous Functions

It is finally possible to store and load anonymous functions using JLD2!
Please be aware that this is still very experimental. Do not use this
for important data.
Please be aware that this is still very experimental and may break in future versions.
Do not use this for important data.

```
using JLD2
Expand Down
4 changes: 2 additions & 2 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ or using slashes as path delimiters:
### Storing Anonymous Functions

It is finally possible to store and load anonymous functions using JLD2!
Please be aware that this is still very experimental. Do not use this
for important data.
Please be aware that this is still very experimental and may break in future versions.
Do not use this for important data.

```
using JLD2
Expand Down

0 comments on commit e3f52a7

Please sign in to comment.