Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
BOXMOX Python Package
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MBEES
BOXMOX Python Package
Commits
8ac9c1e6
Commit
8ac9c1e6
authored
7 years ago
by
Christoph.Knote
Browse files
Options
Downloads
Patches
Plain Diff
Updated to 1.0.0
parent
3705b2a3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGES.rst
+5
-0
5 additions, 0 deletions
CHANGES.rst
README.rst
+2
-1
2 additions, 1 deletion
README.rst
setup.py
+4
-3
4 additions, 3 deletions
setup.py
with
11 additions
and
4 deletions
CHANGES.rst
+
5
−
0
View file @
8ac9c1e6
Changelog
=========
1.0.0 (2017-12-19)
------------------
- Peer-reviewed version to be published in Knote et al., GMD
0.1.0 (2017-08-12)
------------------
...
...
This diff is collapsed.
Click to expand it.
README.rst
+
2
−
1
View file @
8ac9c1e6
...
...
@@ -2,7 +2,8 @@
boxmox
======
``boxmox`` is the Python wrapper for the chemical box model BOXMOX
``boxmox`` is the Python wrapper for the chemical box model BOXMOX (a standalone
C/Fortran executable)
Documentation
=============
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
4
−
3
View file @
8ac9c1e6
...
...
@@ -8,13 +8,13 @@ def read(filename):
setup
(
name
=
'
boxmox
'
,
description
=
'
Python wrapper for the chemical box model BOXMOX
'
,
long_description
=
read
(
'
README.rst
'
)
+
'
\n\n
'
+
read
(
'
INSTALL.rst
'
)
+
'
\n\n
'
+
read
(
'
CHANGES.rst
'
),
version
=
'
0.1
.0
'
,
version
=
'
1.0
.0
'
,
url
=
'
https://boxmodeling.meteo.physik.uni-muenchen.de
'
,
author
=
'
Christoph Knote
'
,
author_email
=
'
christoph.knote@physik.uni-muenchen.de
'
,
license
=
'
GPLv3
'
,
classifiers
=
[
'
Development Status ::
4
-
Beta
'
,
'
Development Status ::
5
-
Production/Stable
'
,
'
Environment :: Console
'
,
'
Intended Audience :: Developers
'
,
'
Intended Audience :: Education
'
,
...
...
@@ -30,7 +30,8 @@ setup(name='boxmox',
keywords
=
''
,
python_requires
=
'
<3
'
,
packages
=
[
'
boxmox
'
],
install_requires
=
[
'
subprocess32;python_version<
"
3.0
"'
,
'
numpy
'
,
'
f90nml
'
,
'
pyparsing
'
],
# install_requires=['subprocess32;python_version<"3.0"', 'numpy', 'f90nml', 'pyparsing' ],
install_requires
=
[
'
numpy
'
,
'
f90nml
'
,
'
pyparsing
'
],
entry_points
=
{
'
console_scripts
'
:
[
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment