Releases: AFM-analysis/PyJibe
Releases · AFM-analysis/PyJibe
PyJibe 0.8.8
- fix: handle bad curves properly when running bulk analysis (#13)
- ref: make sure there are no duplicate files when loading data
(possibly fixes #12)
- ref: cleanup - call overloaded processEvents
- ref: properly decorate pyqtSlots
- tests: add helper function for setting up datasets
PyJibe 0.8.7
- fix: add workaround for macOS where the non-native PyQt5 dialogs
did not allow browsing to "/Volumes" (it is now added to the sidebar)
- build: bump afmformats from 0.12.4 to 0.12.5 (OSError:
"Too many files open" with the JPK file format)
- build: bump nanite from 1.6.2 to 1.7.3
- build: pin PyQt5 for GitHub releases
- tests: don't used deprecated weight_cp function from nanite
PyJibe 0.8.6
- build: bump afmformats from 0.12.2 to 0.12.4 (AttributeError
when reading HDF5 files)
- tests: deprecate setup.py test
PyJibe 0.8.5
- build: migrate from travisCI to GitHub Actions
- build: overhauled build pipeline (#9)
PyJibe 0.8.4
0.8.4
- build: add pyinstaller hooks for afmformats
0.8.3
- fix: main window not focused after startup
- fix: Windows installation location was confusing and did
not coincide configuration file location
- fix: files are sorted before batch loading
- fix: change visualization of fitting region by gray
wraparound instead of yellow highlight (not visible
on all screens)
- setup: bump afmformats from 0.11.0 to 0.12.2
(improved JPK file format speed)
PyJibe 0.8.2
0.8.2
- setup: bump matplotlib to >=3
(NavigationToolbar2QT modifications)
0.8.1
- fix: correctly handle lmfit models with expressions
- setup: bump nanite from 1.6.0 to 1.6.2 (improve contact point
retrieval for bad data, check models during registration)
PyJibe 0.8.0
- fix: exclude misplaced 'available' method from preprocessors
- setup: bump nanite from 1.5.5 to 1.6.0 (improved contact point
estimation - this may introduce small changes in the fit result
which should not be significant, but which justify a new minor
version)
PyJibe 0.7.6
- maintenance release (fix macOS build)
- setup: bump afmformats from 0.10.2 to 0.11.0
- setup: bump nanite from 1.5.4 to 1.5.5
PyJibe 0.7.5
0.7.5
- maintenance release (fix build)
0.7.4
- setup: bump afmfomats from 0.10.0 to 0.10.2
- setup: bump nanite from 1.5.2 to 1.5.4
- build: add command-line option --version to just print the
version and exit
PyJibe 0.7.3
- fix: update initial parameters when the user edits the left
fitting interval boundary
- fix: conical indenter model did not work, because of a wrong
(and unnecessary) entry in the human_units
scheme.