Skip to content

Commit

Permalink
Updates for the 1.3.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
moorepants committed Aug 5, 2024
1 parent f4238f7 commit ec6627a
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2014-2023, opty authors
Copyright (c) 2014-2024, opty authors
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ include AUTHORS
include CHANGELOG.rst
include LICENSE
include README.rst
include examples-gallery/plot_*.py
Binary file removed docs/_static/pendulum_swing_up.mp4
Binary file not shown.
3 changes: 3 additions & 0 deletions opty/direct_collocation.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@ class Problem(cyipopt.Problem):
essential data required to solve a direct collocation optimal control or
parameter identification problem.
This is a subclass of `cyipopt's Problem class
<https://cyipopt.readthedocs.io/en/stable/reference.html#cyipopt.Problem>`_.
Notes
=====
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
packages=find_packages(),
url='http://github.com/csu-hmc/opty',
license='BSD-2-clause',
description=('Tools for optimizing dynamic systems using direct '
description=('Tool for optimizing dynamic systems using direct '
'collocation.'),
long_description=open('README.rst').read(),
install_requires=[
Expand Down Expand Up @@ -45,7 +45,7 @@
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Operating System :: OS Independent',
'Development Status :: 4 - Beta',
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Science/Research',
'License :: OSI Approved :: BSD License',
'Natural Language :: English',
Expand Down

0 comments on commit ec6627a

Please sign in to comment.