* Add mostly complete header datamodel. * Update configuration file with real S/N for all GFA and FVC. Set the correct image names and directory names. * Add option to simulate cameras and exposures. * Set temperature setpoint to -10C for FVC when camera is connected.
โจ Improved
* Use `furo` and `myst-parser` for documentation. * Set umask to `002` in the Dockerfile so that new images get `rw` permissions when created on an NFS mount.
๐งน Clean
* Format with `black` and add types to most of the codebase.
0.1.2
๐ง Fixed
* [5](https://github.com/sdss/flicamera/issues/5) Fixed compilation of `libfli`. It was failing due to an issue with the libraries to be linked when outside RTD or GH environment.
0.1.1
๐ New
* [3](https://github.com/sdss/flicamera/issues/3) Include `Dockerfile` to create an image that can run `flicamera`.
โจ Improved
* Simplified loading of the `libfli` library. Now it forces to use the inplace object. * Completed documentation.
0.1.0
๐ New
* Initial version. Complete wrapping of the `libfli` library and `basecam` implementation, with tests. Placeholder but functional actor. CLI allows to start the actor, retrieve status, and take basic exposures.