Skip to content

Commit

Permalink
preparing for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
martintb committed Jul 1, 2020
1 parent d7234e7 commit 0c38bdb
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 19 deletions.
40 changes: 26 additions & 14 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,38 @@
Change Log
==========
#Changelog
See https://keepachangelog.com/en/1.0.0/

v1.0.3
------
- Date: 18/04/05
## [1.0.4] - 2020/07/01
### Added
- PRISM objects now store minimization object from scipy.root as PRISM.minimize_result
- Pair iterator utility to the core.System object

### Changed
- Many documentation fixes/tweaks

### Fixed
- FJC limit of omega.DiscreteKoyama was incorrect (thanks @Jadrich!)
- structure factor normalization flag was being ignored
- fixed domain check in omega.FromArray
- test suite for when test suite isn't available

## [1.0.3] - 2018/04/05
### Added
- MyBinder Support

v1.0.2
------
- Date: 18/04/04
## [1.0.2] - 2018/04/04
### Changed
- Moved tests back under pyPRISM

### Added
- Added test() method to pyPRISM/__init__.py

v1.0.1
------
- Date: 18/04/04
## [1.0.1] - 18/04/04
###Added
- Added LICENSE to MANIFEST.in
- Yes, this required a version bump
- See here: https://github.com/pypa/packaging-problems/issues/74

v1.0.0
------
- Date: 18/04/01
## [1.0.0] - 2018/04/01
### Added
- Initial Release!

7 changes: 4 additions & 3 deletions DEV.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,10 @@ $ python setup.py build_ext
$ python setup.py sdist
```
8. Upload to pypi
- twine upload --skip--existing dist/*
9. Update conda-forge
'''
```bash
$ twine upload --skip--existing dist/*
```
9. Update conda-forge [link](https://github.com/conda-forge/pyprism-feedstock#updating-pyprism-feedstock)

Compiling C-Extentsions
-----------------------
Expand Down
2 changes: 2 additions & 0 deletions env/py3_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,5 @@ dependencies:

# JupyterLab Extensions
# jupyter labextension install jupyterlab_vim jupyterlab_bokeh @pyviz/jupyterlab_holoviews
#
#@axlair/jupyterlab_vim @jupyter-widgets/jupyterlab-manager @jupyterlab/git
4 changes: 2 additions & 2 deletions pyPRISM/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = 'v1.0.3'
version = 'v1.0.3'
__version__ = 'v1.0.4'
version = 'v1.0.4'

0 comments on commit 0c38bdb

Please sign in to comment.