Skip to content

Commit

Permalink
Release 1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jlelong committed Dec 21, 2023
1 parent 6efb848 commit 8e09994
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ All notable changes to PNL will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [1.14.0] - 2023-12-20

### Added

- Add optional non-linear mapping to the data before renormalisation in `PnlBasis` (#8)

### Changed

- Remove internal C translation of Blas & Lapack.
- Improve basis memory management (#7).

### Fixed

- Fix packing/unpacking of `PnlBasis` objects.

## [1.13.1] - 2023-11-04

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.13.1
1.14.0
2 changes: 2 additions & 0 deletions src/pnl.def
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,10 @@ EXPORTS
pnl_basis_local_get_index
pnl_basis_new
pnl_basis_print
pnl_basis_reset_reduced
pnl_basis_set_domain
pnl_basis_set_from_tensor
pnl_basis_set_map
pnl_basis_set_reduced
pnl_basis_set_type
pnl_basis_type_register
Expand Down

0 comments on commit 8e09994

Please sign in to comment.