CNApy 1.1.11
Main changes
This update provides a multitude of bug fixes, including the solution for a crash during plotting when it was installed using the Windows installer. Furthermore, one can now easily take a map screenshot under the respective options in the "Map" menu, EFMs can now be easily normalized and scenario-dependent annotations were added (e.g., for scenario-dependent variances or thermodynamic parameter values).
Installation Options
There are 4 alternative ways to install CNApy:
- If you use Windows, the easiest way is to use our Windows installer, see section Using the Windows installer.
- If you use Linux or Apple MacOS X, the easiest installation producure is our assisted installation protocol, see Assisted installation under Linux and MacOS X.
- If you already have installed Anaconda or Miniconda on your computer, you can directly install CNApy as a conda package as described in section Install CNApy as conda package.
- If you want to develop CNApy, follow the instruction for the cloning and set-up of the CNApy repository using git and conda in section Setup the CNApy development environment.
If you have questions or suggestions regarding CNApy, you can use either of the CNApy GitHub issues, the CNApy GitHub discussions or the CNApy Gitter chat room.
What's Changed
- Fix SDS loading by @Paulocracy in #500
- Addressing #489 by @Paulocracy in #502
- Add screenshot capability for CNApy maps by @Paulocracy in #501
- Add EFM normalization button (#503) by @Paulocracy in #504
- Add Scenario annotations by @Paulocracy in #506
- explicitaly show unchanged IDs as such by @axelvonkamp in #507
- Improved installation guide by @Paulocracy in #508
Full Changelog: v1.1.10...v1.1.11