Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update main to version 1.1.0 #20

Merged
merged 38 commits into from
Jul 25, 2024
Merged
Changes from 1 commit
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
f34712e
EMPAD2 load progress in status bar
sezelt Feb 12, 2024
91603d8
add arina reader
sezelt Feb 17, 2024
244bdc1
fix incorrect positioning of realspace detector
sezelt Feb 17, 2024
d165ed4
use clipped autoscaling
sezelt Feb 17, 2024
1765099
add complex FFT view
sezelt Mar 6, 2024
a29f6a9
format with black
sezelt Mar 6, 2024
36e4591
add statistics for displays
sezelt Mar 6, 2024
4548c98
add pre-commit config
sezelt Mar 6, 2024
664fb20
disable some pre-commit hooks
sezelt Mar 6, 2024
604f3e5
VERSION ONE POINT OH
sezelt Mar 6, 2024
80ae865
add ResizeDialog for picking appropriate data shapes (not yet used)
sezelt Mar 17, 2024
1465a76
show reshape dialog when a H5 file has 3D data
sezelt Mar 17, 2024
97b84a8
add reshape menu to adjust shape any time
sezelt Mar 17, 2024
75fadef
Merge pull request #15 from sezelt/dev
sezelt Apr 2, 2024
58c9a74
add pyrightconfig to gitignore
sezelt Apr 15, 2024
13d1cb9
starting to add tooltip
sezelt May 19, 2024
1d39a78
move tooltip code around
sezelt May 19, 2024
f95b1e2
Merge remote-tracking branch 'origin/dev' into dev
sezelt May 21, 2024
ee995ce
tooltip mostly working
sezelt May 23, 2024
aad34c4
Merge remote-tracking branch 'origin/dev' into dev
sezelt May 23, 2024
498ee05
add autoscale range options
sezelt May 24, 2024
2947c2d
move autorange to a new menu
sezelt May 24, 2024
f0db42d
remove reconstruction menu
sezelt May 24, 2024
cd4e224
bump version
sezelt May 24, 2024
2fa91c3
change hyphen to en-dash
sezelt May 26, 2024
a637d46
prevent tooltip before loading data
sezelt Jul 10, 2024
72e3e98
add calibration menu
sezelt Jul 11, 2024
d51aa56
window FFTs
sezelt Jul 12, 2024
9079cd3
avoid unbound variable
sezelt Jul 12, 2024
6e21f54
enable calibration using virtual detector for reference
sezelt Jul 12, 2024
ebb7b67
make image display in separate function from detector calculation
sezelt Jul 12, 2024
783fe53
initial commit adding tcBF reconstruction
sezelt Jul 12, 2024
1a2f811
separate rendering from image computation so rescaling is instantaneous
sezelt Jul 12, 2024
881500c
starting to add manual tcBF dialog
sezelt Jul 12, 2024
1bb7982
remove random cupy import
sezelt Jul 15, 2024
6d057de
adding more to tcBF dialog
sezelt Jul 25, 2024
862f10d
disable manual tcBF menu while under construction
sezelt Jul 25, 2024
423b3cf
Merge pull request #19 from sezelt/dev
sezelt Jul 25, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
bump version
  • Loading branch information
sezelt committed May 24, 2024
commit cd4e224e9c92833c268d8155d250c33d5c091346
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "py4D_browser"
version = "1.0.0"
version = "1.1.0"
authors = [
{ name="Steven Zeltmann", email="steven.zeltmann@lbl.gov" },
]
Expand Down