Skip to content

Commit

Permalink
Merge pull request #57 from rstoneback/develop
Browse files Browse the repository at this point in the history
v1.0.1 Bugfixes
  • Loading branch information
rstoneback committed Jan 4, 2022
2 parents 591d248 + 1d09b8a commit 1919947
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [1.0.1] - 2022-01-04
- Added pyproject.toml to support systems without numpy.
- Modified manifest.ini to include version.txt
- Corrected bad link in build status badge
- Corrected BSD license classifier

## [1.0.0] - 2021-12-24
- Updated vector basis algorithm and reduced uncertainty when
scaling ion drifts and electric fields for multipole fields by four orders of magnitude.
Expand Down
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
include LICENSE
include CONTRIBUTING.md
include OMMBV/version.txt
2 changes: 1 addition & 1 deletion OMMBV/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
"""init routine for OMMBV."""

__version__ = '1.0.0'
__version__ = '1.0.1'

try:
from OMMBV import igrf
Expand Down
2 changes: 1 addition & 1 deletion OMMBV/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0
1.0.1
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[build-system]
requires = ["setuptools", "wheel", "Cython", "numpy"]
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ classifiers =
Development Status :: 5 - Production/Stable
Topic :: Scientific/Engineering :: Physics
Intended Audience :: Science/Research
License :: OSI Approved :: BSD
License :: OSI Approved :: BSD License
Natural Language :: English
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Expand Down

0 comments on commit 1919947

Please sign in to comment.