Skip to content

Commit

Permalink
ST
Browse files Browse the repository at this point in the history
  • Loading branch information
montyvesselinov committed May 6, 2022
1 parent 37f0659 commit 7064897
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 20 deletions.
8 changes: 0 additions & 8 deletions ACKNOWLEDGMENTS.md

This file was deleted.

12 changes: 2 additions & 10 deletions COPYING.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
MADS: Model Analysis & Decision Support in Julia (Mads.jl v1.0) 2016
SVR:
---------------

Licensing: GPLv3: http://www.gnu.org/licenses/gpl-3.0.html

© (or copyright) 2019. Triad National Security, LLC. All rights reserved.

This program was produced under U.S. Government contract 89233218CNA000001 for Los Alamos National Laboratory (LANL), which is operated by Triad National Security, LLC for the U.S. Department of Energy/National Nuclear Security Administration.

All rights in the program are reserved by Triad National Security, LLC, and the U.S. Department of Energy/National Nuclear Security Administration. The Government is granted for itself and others acting on its behalf a nonexclusive, paid-up, irrevocable worldwide license in this material to reproduce, prepare derivative works, distribute copies to the public, perform publicly and display publicly, and to permit others to do so.

This is open source software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. Full text of the GPLv3License can be found in the License file in the main development branch of the repository and at http://www.gnu.org/licenses/gpl-3.0.html.

LA-CC-15-080; Copyright Number Assigned: C16008
© (or copyright) 2022. SmartTensors, LLC. All rights reserved.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "SVR"
uuid = "22bb73d7-edb2-5785-ba1e-7d60d6824784"
version = "1.2.3"
version = "1.3.0"

[deps]
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
Expand All @@ -17,7 +17,7 @@ LIBLINEAR = "0.6, 0.7"
DocumentFunction = "1"
Suppressor = "0.2, 0.3"
libsvm_jll = "3"
julia = "1.6"
julia = "1.7"

[extras]
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
Expand Down

2 comments on commit 7064897

@montyvesselinov
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/59828

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v1.3.0 -m "<description of version>" 70648977e8bf1acb697cab515b65f645a803171f
git push origin v1.3.0

Please sign in to comment.