Skip to content

Commit

Permalink
[REQ] Change singd dependency to PyPI, prepare v0.0.1 release (#22)
Browse files Browse the repository at this point in the history
* [REF] Change `singd` dependency to PyPI

* [DOC] Add changelog

* [ADD] Add Github collaborators to license

* [FIX] Typo
  • Loading branch information
f-dangel authored Jun 24, 2024
1 parent dab347b commit e13638d
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
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) 2024 Felix Dangel
Copyright (c) 2024 Wu Lin, Runa Eschenhagen, Juhan Bae, Felix Dangel

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
24 changes: 24 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic
Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Added

### Changed

### Deprecated

### Fixed

## [0.0.1] - 2024-06-24

Initial release of the optimizer that is close to the version we used in the paper.

[unreleased]: https://github.com/f-dangel/sirfshampoo/compare/v0.0.1...HEAD
[0.0.1]: https://github.com/f-dangel/sirfshampoo/compare/c97d2915d7cbed98ab9e24bee30cf1f1274fa29d...v0.0.1
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ setup_requires =
setuptools_scm
# Dependencies of the project (semicolon/line-separated):
install_requires =
singd @ git+https://git@github.com/f-dangel/singd.git@7232e61245cbc631f16dd7d3e8760cdaefb03b02#egg=singd
singd>=0.0.3
torch
numpy
# The usage of test_requires is discouraged, see `Dependency Management` docs
Expand Down

0 comments on commit e13638d

Please sign in to comment.