Skip to content

Commit

Permalink
should be done
Browse files Browse the repository at this point in the history
  • Loading branch information
pat-alt committed Sep 9, 2024
1 parent 9c1ddd3 commit 2bc48f3
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 741 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),

*Note*: We try to adhere to these practices as of version [v1.1.0].

## Version [1.2.3] - 2024-09-09

### Removed

- All functionality previously contained in `TaijaBase.Samplers` has been moved into a new package called `EnergySamplers.jl` and deprecated here. [#16]

## Version [1.2.2] - 2024-06-11

### Changed
Expand Down
18 changes: 1 addition & 17 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,26 +1,10 @@
name = "TaijaBase"
uuid = "10284c91-9f28-4c9a-abbf-ee43576dfff6"
authors = ["Patrick Altmeyer"]
version = "1.2.2"

[deps]
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c"
MLUtils = "f1d291b0-491e-4a28-83b9-f70985020b54"
Optimisers = "3bd65402-5787-11e9-1adc-39752487f4e2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
version = "1.2.3"

[compat]
Aqua = "0.8"
CategoricalArrays = "0.10.8"
Distributions = "0.25.108"
Flux = "0.13, 0.14.15"
MLUtils = "0.4.4"
Optimisers = "0.2, 0.3"
StatsBase = "0.33, 0.34"
Tables = "1.11.1"
Test = "1.6, 1.10"
julia = "1.6, 1.10"

Expand Down
Loading

0 comments on commit 2bc48f3

Please sign in to comment.