massive-plots #72
quantum9Innovation
announced in
Releases
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
v3.0.0-alpha-1 (massive-plots)
Installation Instructions
This is a nightly release, meaning that it is only available through the epispot-nightly project on PyPI. However, if you have Anaconda, you can still install it into your environment, just using
pip
. Installation instructions for both systems are shown below:Important Notes
Deprecations
All functions from the
epi.plots
module have now been deprecated. Please useepi.plots.native
as a replacement for these functions. Alternatively, you can continue using the latest v2 build of the nightly version, v2.1.1.15. This will be supported until the official stable release of epispot v3.Dependencies
The new
plots
subpackage in epispot requiresSciencePlots
andplotly
, two new dependencies added to therequirements-nightly.txt
file. These new dependencies are used for improving graph quality in epispot and generating quick plots without extensive computation.Changes
Note: See the project changelog for more detailed information.
This release adds new plotting features to epispot, available through the
epi.plots
subpackage. This subpackage in turn contains two new modules,web
andnative
. Theweb
module includes utilities for graphing withplotly
and thenative
module utilities for creating scientific plots of models withmatplotlib
. More details about these new features can be found in the documentation for this release.Version-specific information
This version is the first of many
alpha
versions of epispot v3.0 (unreleased as of yet).Code coverage is at 90.16%, details available on CodeCov
Version documentation available in English at https://epispot.github.io/epispot/en/v3.0.0-alpha-1/
At the time of release, there exist no issues related to this version.
Statuses
There exists 1 LGTM code quality alert for this release. The latest LGTM code quality scan is available here.
There exist no known security vulnerabilities at this time. (This release will not receive security updates)
This discussion was created from the release massive-plots.
Beta Was this translation helpful? Give feedback.
All reactions