@@ -15,12 +15,6 @@ Data read into the memory model can be used conveniently for assessments or mode
## Contact and Support
If you have any questions please contact ebas@nilu.no.
## Version 4.0.0
* mostly internal changes due to major changes in the EBAS 4.0 database backend, which is not part of ebas-io
* some clean up in argument names of the EbasCommandline class
* possibility to control the flag columns manually (see `FLAGS_AS_IS` in the notebook `Examples/Doc/Notebooks/WriteNasaAmes.ipynb` (Paragraph *Example for controlling the flag options: Completly manual control*))
## Just want to test it?
If you do not want to install the package on any of your machines yet, you can try the package in binder. With the link below, a virtual environment is set up for you in mybinder and you can use the Jupyter notebooks from the Example directory interactively and also try different things.
...
...
@@ -43,7 +37,7 @@ In either way, you should finally end up with a directory called ```ebas-io```.
The ebas-io package can be installed using pip. See the [pip](https://pip.pypa.io/en/stable/) documentation if pip does not work for you. The whl files can be found in the directory ```ebas-io/dist```
```bash
pip install ebas_io-4.1.0-py3-none-any.whl
pip install ebas_io-4.2.0-py3-none-any.whl
```
You might need to use a certain installation of pip, according to the python version you plan to use (e.g. `pip2`, `pip3` etc.). Please pay attention to the python version of the wheel (`...-py2-...` for python2, `...-py3-...` for python3).