Skip to content

Commit

Permalink
Branding: Hyperspy->DirectElectron Branding.
Browse files Browse the repository at this point in the history
  • Loading branch information
CSSFrancis committed Dec 27, 2024
1 parent ee8e333 commit 3528447
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 22 deletions.
33 changes: 17 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
# The HyperSpy-bundle Distribution
# The DE-bundle Distribution

The hyperspy-bundle is a program, which installs a python distribution including hyperspy
and other relevant scientific software and libraries for the analysis of multidimensional
datasets. It aims at making the installation of a python distribution very easy and integrating
with existing established practices in the scientific research community.
If you are brand new to python, this is the easiest way to install HyperSpy.
The DE-bundle is a program, which installs a python distribution and relevant scientific software and libraries
for doing data analysis in the field of electron microscopy. This distribution is forked from the
HyperSpy-bundle and we greatly appreciate the work done by the hyperspy team. The major difference
is that the DE-Bundle is more focused on providing a distribution with packages specifically tailored
for the needs of Direct-Electron customers. That being said any and all are welcome to use this distribution!

## Documentation

[<img src="https://readthedocs.org/projects/hyperspy-bundle/badge/?version=latest">](<https://hyperspy.org/hyperspy-bundle>)

## Download

[<img src="https://img.shields.io/github/v/release/hyperspy/hyperspy-bundle">](<https://github.com/hyperspy/hyperspy-bundle/releases/latest>)


Older releases (including HyperSpy <= 1.3) are available in [HyperSpy's GitHub repository](https://github.com/hyperspy/hyperspy/releases).
The DE-bundle is a python distribution that includes the following packages:
- Python
- HyperSpy (and all its dependencies, pyxem, rosettasciio, kikuchipy, lumispy, etc.)
- py4DSTEM
- LiberTEM
- DE-API
- Scientific Python libraries (numpy, scipy, matplotlib, scikit-image etc.)
- Panel
- JupyterLab
- Plotting libraries (matplotlib, ipympl, bokeh)
-
Binary file added conda_distribution/DirectElectronBundle.ico
Binary file not shown.
12 changes: 6 additions & 6 deletions conda_distribution/construct.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% set version = os.environ.get("VERSION", "2021.07.08") %}
{% set blas_impl = os.environ.get("BLAS_IMPL", "openblas") %}

name: HyperSpy-bundle
name: DE-bundle
version: {{ version }}

condarc:
Expand Down Expand Up @@ -76,15 +76,15 @@ transmute_file_type: ".conda" # [not arm64]
installer_type: pkg # [osx]

# Icon image for Windows installer
icon_image: hyperspy_bundle_installer.ico # [win]
icon_image: DirectElectronBundle.ico # [win]

default_prefix: '%USERPROFILE%\HyperSpy-bundle' # [win]
default_prefix: '%USERPROFILE%\DE-bundle' # [win]

welcome_image_text: |-
HyperSpy
DE
bundle
header_image_text: |-
HyperSpy
DE
bundle
company: The HyperSpy developers
company: Direct Electron
Binary file removed conda_distribution/hyperspy_bundle_installer.ico
Binary file not shown.

0 comments on commit 3528447

Please sign in to comment.