Skip to content

Commit

Permalink
Merge pull request #11 from MilanSkocic/dev
Browse files Browse the repository at this point in the history
0.3.0
  • Loading branch information
MilanSkocic authored Jun 3, 2024
2 parents e1018ed + 272ae90 commit 8ee8447
Show file tree
Hide file tree
Showing 87 changed files with 2,856 additions and 11,910 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ jobs:
make
macos:
runs-on: macos-latest
runs-on: macos-12
steps:
- name: Gfortran
run: |
brew reinstall gcc@10 gcc@13
brew reinstall gcc@10 gfortran
- name: Set FPM
uses: fortran-lang/setup-fpm@v5
with:
Expand Down Expand Up @@ -70,4 +70,4 @@ jobs:
- name: Compile
run: |
. ./configure.sh
make
make
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
.idea/
bin/
build/
API-doc/
docs/build/
dist/
.vscode/
Expand Down
39 changes: 39 additions & 0 deletions API-doc-FORD-file.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
project: ciaaw
summary: Fortran library providing the standard atomic weights according to CIAAW.
project_github: https://github.com/MilanSkocic/ciaaw
project_download: https://github.com/MilanSkocic/ciaaw/releases
project_website: https://milanskocic.github.io/ciaaw-docs/index.html
author: Milan Skocic
email: milan.skocic@icloud.com
github: https://github.com/MilanSkocic
src_dir: ./src
include: ./include
media_dir: ./media/png
page_dir: ./doc
output_dir: API-doc
exclude_dir: ./example
./test
display: public
protected
source: true
proc_internals: true
sort: permission-alpha
print_creation_date: true
md_extensions: markdown.extensions.toc
markdown.extensions.smarty
fpp_extensions: fypp
preprocess: true
preprocessor: fypp
graph: true
graph_maxnodes: 250
graph_maxdepth: 5
coloured_edges: true
license: by-sa
---

![Ciaaw](./media/logo-ciaaw.png)

[TOC]

{!README.md!}
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Version 0.3.0

* Code refractoring.
* Move C API and Python wrapper to their own repositories.
* Improve documentatinon.

Full changelog available at [github](https://github.com/MilanSkocic/ciaaw/releases)



# Version 0.2.0

* Fix error in phosphorus name.
* Possibility to have standard atomic weights for several years.

Full changelog available at [github](https://github.com/MilanSkocic/ciaaw/releases)



# Version 0.1.0

* All elements from the periodic table added for the saw module.
* They are implemented as parameter derived type.

Full changelog available at [github](https://github.com/MilanSkocic/ciaaw/releases)
42 changes: 0 additions & 42 deletions INSTALL.rst

This file was deleted.

20 changes: 20 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
Copyright (c) 2023-2024 Milan Skocic

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Loading

0 comments on commit 8ee8447

Please sign in to comment.