Skip to content

Commit

Permalink
Merge pull request #21 from dnv-opensource/prepare-release
Browse files Browse the repository at this point in the history
Prepare release
  • Loading branch information
ClaasRostock authored Jan 9, 2024
2 parents 5735678 + 99ef2e1 commit bb6a4d9
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 7 deletions.
22 changes: 21 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,25 @@ The changelog format is based on [Keep a Changelog](https://keepachangelog.com/e
* -/-


## [0.3.5] - 2024-01-09

### Changed

* farn/sampling/sampling.py:
* _generate_values_using_uniform_lhs_sampling():
replaced SALib latin with pyDOE2 lhs
* _generate_values_using_sobol_sampling():
replaced sobol-seq with scipy.stats.qmc.sobol
* removed orphaned _cov argument from normalLhs sampling

### Dependencies

* Upgraded from pyDOE2>=1.3 to pyDOE3>=1.0
* Removed SALib and sobol-seq
* Updated to dictIO>=0.3.1 and ospx>=0.2.12
* Updated other dependencies to latest versions


## [0.3.4] - 2023-09-25

### Dependencies
Expand Down Expand Up @@ -260,7 +279,8 @@ Users are encouraged to update to this version.
* Added support for Python 3.10

<!-- Markdown link & img dfn's -->
[unreleased]: https://github.com/dnv-opensource/farn/compare/v0.3.4...HEAD
[unreleased]: https://github.com/dnv-opensource/farn/compare/v0.3.5...HEAD
[0.3.5]: https://github.com/dnv-opensource/farn/compare/v0.3.4...v0.3.5
[0.3.4]: https://github.com/dnv-opensource/farn/compare/v0.3.3...v0.3.4
[0.3.3]: https://github.com/dnv-opensource/farn/compare/v0.3.2...v0.3.3
[0.3.2]: https://github.com/dnv-opensource/farn/compare/v0.3.1...v0.3.2
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 [DNV](https://www.dnv.com) [open source](https://github.com/dnv-opensource)
Copyright (c) 2024 [DNV](https://www.dnv.com) [open source](https://github.com/dnv-opensource)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ _For a detailed documentation of the dictIO dict file format used by farn, see [
## Meta
Copyright (c) 2023 [DNV](https://www.dnv.com) [open source](https://github.com/dnv-opensource)
Copyright (c) 2024 [DNV](https://www.dnv.com) [open source](https://github.com/dnv-opensource)
Frank Lumpitzsch – [@LinkedIn](https://www.linkedin.com/in/frank-lumpitzsch-23013196/) – [email protected]
Expand All @@ -157,4 +157,4 @@ For your contribution, please make sure you follow the [STYLEGUIDE](STYLEGUIDE.m
[dictIO_docs]: https://dnv-opensource.github.io/dictIO/README.html
[ospx_docs]: https://dnv-opensource.github.io/ospx/README.html
[farn_docs]: https://dnv-opensource.github.io/farn/README.html
[farn_demo_repo]: https://github.com/dnv-opensource/farn-demo
[farn_demo_repo]: https://github.com/dnv-opensource/farn-demo
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
# -- Project information -----------------------------------------------------

project = "farn"
copyright = "2023, DNV. Frank Lumpitzsch, Claas Rostock, Seung Hyeon Yoo"
copyright = "2024, DNV. Frank Lumpitzsch, Claas Rostock, Seung Hyeon Yoo"
author = "Frank Lumpitzsch, Claas Rostock, Seung Hyeon Yoo"

# The full version, including alpha/beta/rc tags
release = "0.3.4"
release = "0.3.5"

# -- General configuration ---------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = farn
version = 0.3.4
version = 0.3.5
summary = n-dimensional case generator.
description = Python package to generate an n-dimensional case folder structure applying linear and spatial sampling strategies.
long_description = file: README.md
Expand Down

0 comments on commit bb6a4d9

Please sign in to comment.