Releases: neutrons/pystog
Releases · neutrons/pystog
Version 0.3.6
Add in extraction of workspaces from the input nexus file.
Version 0.3.5
Add in extraction of workspaces from the input nexus file.
Version 0.3.4
Add in extraction of workspaces from the input nexus file.
Version 0.3.3
Add in extraction of workspaces from the input nexus file.
Version 0.3.2
- Add
lint-security
to tox commands forbandit
- Unpin the numpy version in the requirements to help facilitate downstream projects using the conda package
- Remove Python 3.9 from CI/CD since having errors trying to upload Anaconda package
Version 0.3.1
- Refactor to GitHub Actions CI/CD yaml
- Added bandit dependency for security linting
- Bug fixes to the pystog CLI from removing pandas dependency
- Docstring formatting fixes
- Refactor to method in
pystog.stog
- removed some private functions and madeapply_scales_and_offset
a static method - Increase test coverage of
pystog.stog
- Added initial tests for
pystog.io
- Added project Makefile from a cookiecutter project
- Fix old links in the README
Version 0.3.0
- Deprecated pandas dependency by using numpy arrays for storage (thanks to @mdoucet!)
- Deprecated plotting capabilities and matplotlib dependency
- Deprecated Python 2 support (via removing future imports)
- Deprecated the Transformer CLI tool (not the Transformer module, though)
- Small fixes to references of the repository before the migration to neutrons
- Renamed variables to remove the
df_
prefix since we not longer use pandas DataFrames. - Added header section to notebooks to install local pystog and matplotlib via pip
Version 0.2.7
- Change CI/CD from Travis -> GitHub Actions
- Added conda recipe
- Added Pipenv capability
- Removed Transformer CLI
- Moved PyStoG CLI and various bug fixes
- Added LAMMPS files to create test data
- Added calculation of uncertainties (see PR #23)
- Updates to test suite based on adding uncertainties
- Formatting changes (max line length from 100 -> 80)
- Updates to requirements files (added a separate dev requirements file)
- Updates to setup.py for using requirements files and update to authors list
- Fixed tox setup
- Updates to the tutorial notebooks
Version 0.2.6
- Bug fix for setting r range from correct Pandas dataframe
Version 0.2.5
- Bug fix for missing r range when no fourier filter applied